Zitat von
Elvis:
C++Express hat keinen 64 Bit compiler
Jupp, aber die Standard Edition hat ihn auch nicht. Professional bringt den für x86-64 mit und erst die Team System erlaubt Itanium-Kompilate zu erzeugen.
[quote="Elvis"]keine Sicherheitsprüfungen wie stop bits oder range checking[/qote]-v bitte.
funktioniert jedenfalls.
/GS:
Detects some buffer overruns that overwrite the return address, a common technique for exploiting code that does not enforce buffer size restrictions.
/RTCcsu:
c reports when a value is assigned to a smaller data type and results in a data loss.
s enables stack frame
run-time error checking
u reports when a variable is used without having been initialized.