Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to run a command and wait for its completion Pin
Abhiyantara17-Oct-06 18:36
Abhiyantara17-Oct-06 18:36 
AnswerRe: How to run a command and wait for its completion Pin
Stephen Hewitt17-Oct-06 19:06
Stephen Hewitt17-Oct-06 19:06 
GeneralRe: How to run a command and wait for its completion Pin
alphaxz17-Oct-06 19:13
alphaxz17-Oct-06 19:13 
GeneralRe: How to run a command and wait for its completion Pin
Mark Salsbery18-Oct-06 6:31
Mark Salsbery18-Oct-06 6:31 
Questionfstream + vector Pin
aldo hexosa17-Oct-06 18:35
professionalaldo hexosa17-Oct-06 18:35 
AnswerRe: fstream + vector Pin
Stephen Hewitt17-Oct-06 18:55
Stephen Hewitt17-Oct-06 18:55 
AnswerRe: fstream + vector Pin
Programm3r17-Oct-06 20:34
Programm3r17-Oct-06 20:34 
GeneralRe: fstream + vector Pin
Link200617-Oct-06 21:08
Link200617-Oct-06 21:08 
Programm3r wrote:
Could you be more specific about the error that occurs? Cause, I don't agree with Steve about the .h .... I mean I use it all the time and it work ????


Steve is right, you shouldn't use .h with the standard C++ Library. Older compilers may ship with both fstream.h and fstream, but VS05 does not.

Before C++ got standardized, C++ headers files were still like C headers, with .h extension. But the standard C++ put all those header files under std namespace, so they rename all of them without .h extension.
JokeRe: fstream + vector Pin
Programm3r17-Oct-06 21:12
Programm3r17-Oct-06 21:12 
GeneralRe: fstream + vector Pin
Christian Graus17-Oct-06 21:55
protectorChristian Graus17-Oct-06 21:55 
QuestionHow to create Internet shortcut link? Pin
kiranin17-Oct-06 18:04
kiranin17-Oct-06 18:04 
QuestionRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 19:19
prasad_som17-Oct-06 19:19 
AnswerRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 19:27
kiranin17-Oct-06 19:27 
AnswerRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 19:51
prasad_som17-Oct-06 19:51 
GeneralRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 20:10
kiranin17-Oct-06 20:10 
QuestionRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 20:21
prasad_som17-Oct-06 20:21 
AnswerRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 20:23
kiranin17-Oct-06 20:23 
GeneralRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 20:31
prasad_som17-Oct-06 20:31 
GeneralRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 20:33
kiranin17-Oct-06 20:33 
GeneralRe: How to create Internet shortcut link? Pin
prasad_som17-Oct-06 20:42
prasad_som17-Oct-06 20:42 
QuestionRe: How to create Internet shortcut link? Pin
kiranin17-Oct-06 21:51
kiranin17-Oct-06 21:51 
GeneralRe: How to create Internet shortcut link? Pin
Hamid_RT18-Oct-06 8:56
Hamid_RT18-Oct-06 8:56 
Questionhow to add ATl new object Pin
With_problem17-Oct-06 16:36
With_problem17-Oct-06 16:36 
AnswerRe: how to add ATl new object Pin
prasad_som17-Oct-06 19:33
prasad_som17-Oct-06 19:33 
QuestionWhat is the right language for these interfaces development? Pin
David L.S.17-Oct-06 16:36
David L.S.17-Oct-06 16:36 

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.