Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - long long
I note from experimentation that DMC++ supports both long long and the MSVC __int64. Are they identical in all respects (from the perspective of the compiler, esp. in terms of inter-convertibility)? Jul 11 2002
"Matthew Wilson" <matthew thedjournal.com> wrote in message news:agljpf$kqp$2 digitaldaemon.com...I note from experimentation that DMC++ supports both long long and the Jul 11 2002
Cool. So just a syntactic nicety for compatibility with MSVC code, then. Is 64-bit integer support always switched on, or can it be suppressed by a cmdline flag? "Walter" <walter digitalmars.com> wrote in message news:agm012$11ev$1 digitaldaemon.com..."Matthew Wilson" <matthew thedjournal.com> wrote in message news:agljpf$kqp$2 digitaldaemon.com...I note from experimentation that DMC++ supports both long long and the Jul 12 2002
It's always on. The only ones that can be turned off are ones that change the semantics of common constructions. "Matthew Wilson" <matthew thedjournal.com> wrote in message news:agm07l$11os$1 digitaldaemon.com...Cool. So just a syntactic nicety for compatibility with MSVC code, then. Is 64-bit integer support always switched on, or can it be suppressed by a cmdline flag? "Walter" <walter digitalmars.com> wrote in message news:agm012$11ev$1 digitaldaemon.com..."Matthew Wilson" <matthew thedjournal.com> wrote in message news:agljpf$kqp$2 digitaldaemon.com...I note from experimentation that DMC++ supports both long long and the Jul 12 2002
|