Einzelnen Beitrag anzeigen

tommie-lie
(Gast)

n/a Beiträge
 
#24

Re: Visual Basic Express 2005 gut?

  Alt 2. Jan 2006, 19:06
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.
Code:
cl /RTCcsu /GS
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.
  Mit Zitat antworten Zitat