Click here to Skip to main content
15,902,938 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Compiling C++ code Pin
Saksida Bojan1-Feb-06 21:14
Saksida Bojan1-Feb-06 21:14 
GeneralRe: Compiling C++ code Pin
NewbieDude1-Feb-06 21:48
NewbieDude1-Feb-06 21:48 
GeneralRe: Compiling C++ code Pin
Sebastian Schneider1-Feb-06 22:06
Sebastian Schneider1-Feb-06 22:06 
GeneralRe: Compiling C++ code Pin
NewbieDude1-Feb-06 22:08
NewbieDude1-Feb-06 22:08 
GeneralRe: Compiling C++ code Pin
Sebastian Schneider1-Feb-06 22:15
Sebastian Schneider1-Feb-06 22:15 
GeneralRe: Compiling C++ code Pin
Tshrove2-Feb-06 5:40
Tshrove2-Feb-06 5:40 
QuestionSimple copy program.....undesired behavior Pin
tekno_arun1-Feb-06 9:38
tekno_arun1-Feb-06 9:38 
AnswerRe: Simple copy program.....undesired behavior Pin
Graham Bradshaw1-Feb-06 10:31
Graham Bradshaw1-Feb-06 10:31 
Try

FILE* fpReader = fopen("C:\\Temp\\helloworld.exe", "rb");

Note the extra 'b'.

I expect that the Windows fopen is opening the file in text mode, and finding a Ctrl+Z in the file data, and considering that to be end of file (see the docs on fopen for more info)
QuestionMangled bits of gc class object within native class object Pin
chervu1-Feb-06 8:37
chervu1-Feb-06 8:37 
QuestionXML Tag for Private Ref Class Pin
Ariston Darmayuda1-Feb-06 4:53
Ariston Darmayuda1-Feb-06 4:53 
QuestionRelated to thunderbird extension Pin
baldha rakesh31-Jan-06 18:55
baldha rakesh31-Jan-06 18:55 
Questionhowto include asm code in c++ (gcc/linux) Pin
gecool30-Jan-06 23:04
gecool30-Jan-06 23:04 
AnswerRe: howto include asm code in c++ (gcc/linux) Pin
James Gupta31-Jan-06 1:43
professionalJames Gupta31-Jan-06 1:43 
AnswerRe: howto include asm code in c++ (gcc/linux) Pin
toxcct31-Jan-06 2:23
toxcct31-Jan-06 2:23 
GeneralRe: howto include asm code in c++ (gcc/linux) Pin
gecool31-Jan-06 2:34
gecool31-Jan-06 2:34 
GeneralRe: howto include asm code in c++ (gcc/linux) Pin
toxcct31-Jan-06 2:36
toxcct31-Jan-06 2:36 
GeneralRe: howto include asm code in c++ (gcc/linux) Pin
gecool31-Jan-06 2:42
gecool31-Jan-06 2:42 
GeneralRe: howto include asm code in c++ (gcc/linux) Pin
toxcct31-Jan-06 7:49
toxcct31-Jan-06 7:49 
Questionwindows startup registry Pin
hyyppa30-Jan-06 7:20
hyyppa30-Jan-06 7:20 
AnswerRe: windows startup registry Pin
Saksida Bojan30-Jan-06 10:01
Saksida Bojan30-Jan-06 10:01 
GeneralRe: windows startup registry Pin
hyyppa31-Jan-06 4:09
hyyppa31-Jan-06 4:09 
Questionhelp me Pin
shosho-only30-Jan-06 2:30
shosho-only30-Jan-06 2:30 
AnswerRe: help me Pin
toxcct30-Jan-06 2:38
toxcct30-Jan-06 2:38 
GeneralRe: help me Pin
shosho-only30-Jan-06 2:45
shosho-only30-Jan-06 2:45 
GeneralRe: help me Pin
toxcct30-Jan-06 2:46
toxcct30-Jan-06 2:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.