c++ - long long
- Matthew Wilson (4/4) Jul 11 2002 I note from experimentation that DMC++ supports both long long and the M...
- Walter (4/8) Jul 11 2002 MSVC
- Matthew Wilson (6/15) Jul 12 2002 Cool. So just a syntactic nicety for compatibility with MSVC code, then.
- Walter (4/23) Jul 12 2002 It's always on. The only ones that can be turned off are ones that chang...
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 theMSVC__int64. Are they identical in all respects (from the perspective of the compiler, esp. in terms of inter-convertibility)?Yes.
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...compiler,I note from experimentation that DMC++ supports both long long and theMSVC__int64. Are they identical in all respects (from the perspective of theesp. in terms of inter-convertibility)?Yes.
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...compiler,I note from experimentation that DMC++ supports both long long and theMSVC__int64. Are they identical in all respects (from the perspective of theesp. in terms of inter-convertibility)?Yes.
Jul 12 2002