Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Question about WM_DESTROY Pin
Arman S.23-May-07 3:43
Arman S.23-May-07 3:43 
GeneralRe: Question about WM_DESTROY Pin
KellyR23-May-07 4:03
KellyR23-May-07 4:03 
AnswerRe: Question about WM_DESTROY Pin
James R. Twine23-May-07 3:44
James R. Twine23-May-07 3:44 
GeneralRe: Question about WM_DESTROY Pin
David Crow23-May-07 3:46
David Crow23-May-07 3:46 
QuestionC++ newbie here, some help is needed. Pin
C_Zealot23-May-07 3:16
C_Zealot23-May-07 3:16 
AnswerRe: C++ newbie here, some help is needed. Pin
Arman S.23-May-07 3:39
Arman S.23-May-07 3:39 
GeneralRe: C++ newbie here, some help is needed. Pin
C_Zealot23-May-07 12:47
C_Zealot23-May-07 12:47 
AnswerRe: C++ newbie here, some help is needed. Pin
James R. Twine23-May-07 3:43
James R. Twine23-May-07 3:43 
C_Zealot wrote:
ifstream in(argv[1], ios_base::binary);


   That line constructs an instance of the ifstream class as a variable called in, passing two parameters (argv[1], ios_base::binary) to the constructor.

   You then use the members of in to manipulate the data contained in the file referred to by argv[1].  You will have to take it upon yourself to lookup information on the ifstream class to see how you should use it.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: C++ newbie here, some help is needed. Pin
C_Zealot23-May-07 12:47
C_Zealot23-May-07 12:47 
AnswerRe: C++ newbie here, some help is needed. Pin
David Crow23-May-07 3:44
David Crow23-May-07 3:44 
GeneralRe: C++ newbie here, some help is needed. Pin
C_Zealot23-May-07 12:47
C_Zealot23-May-07 12:47 
AnswerRe: C++ newbie here, some help is needed. [modified] Pin
Michael Sadlon23-May-07 8:33
Michael Sadlon23-May-07 8:33 
GeneralRe: C++ newbie here, some help is needed. Pin
C_Zealot23-May-07 12:46
C_Zealot23-May-07 12:46 
Questionloop help Pin
klutez12323-May-07 3:06
klutez12323-May-07 3:06 
AnswerRe: loop help Pin
David Crow23-May-07 3:54
David Crow23-May-07 3:54 
QuestionCREATESTRUCT& cs problem Pin
prithaa23-May-07 1:48
prithaa23-May-07 1:48 
AnswerRe: CREATESTRUCT& cs problem Pin
Arman S.23-May-07 3:48
Arman S.23-May-07 3:48 
AnswerRe: CREATESTRUCT&amp; cs problem Pin
Mark Salsbery23-May-07 5:45
Mark Salsbery23-May-07 5:45 
GeneralRe: CREATESTRUCT&amp; cs problem Pin
prithaa23-May-07 18:15
prithaa23-May-07 18:15 
GeneralRe: CREATESTRUCT&amp; cs problem Pin
Mark Salsbery24-May-07 4:51
Mark Salsbery24-May-07 4:51 
QuestionMy class wizard is empty Pin
garfield18523-May-07 1:36
garfield18523-May-07 1:36 
AnswerRe: My class wizard is empty Pin
Cedric Moonen23-May-07 1:42
Cedric Moonen23-May-07 1:42 
GeneralRe: My class wizard is empty Pin
garfield18523-May-07 1:47
garfield18523-May-07 1:47 
Questionissues with Vista / VS 2005? Pin
ldsdbomber23-May-07 1:14
ldsdbomber23-May-07 1:14 
AnswerRe: issues with Vista / VS 2005? Pin
JudyL_MD23-May-07 2:24
JudyL_MD23-May-07 2:24 

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.