Click here to Skip to main content
15,887,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: switch vs. if Pin
Cliff Hatch3-Sep-05 23:10
Cliff Hatch3-Sep-05 23:10 
AnswerRe: switch vs. if Pin
Tim Smith4-Sep-05 3:30
Tim Smith4-Sep-05 3:30 
AnswerRe: switch vs. if Pin
Gary R. Wheeler4-Sep-05 5:19
Gary R. Wheeler4-Sep-05 5:19 
GeneralRe: switch vs. if Pin
JKallen5-Sep-05 9:58
JKallen5-Sep-05 9:58 
QuestionCObList::GetNext return Different value ??? Pin
3-Sep-05 15:34
suss3-Sep-05 15:34 
QuestionInclude <fstream.h> Pin
kenexcelon3-Sep-05 15:12
kenexcelon3-Sep-05 15:12 
AnswerRe: Include <fstream.h> Pin
Jack Puppy3-Sep-05 15:19
Jack Puppy3-Sep-05 15:19 
AnswerRe: Include &lt;fstream.h&gt; Pin
Axter3-Sep-05 15:43
professionalAxter3-Sep-05 15:43 
<fstream.h> is not part of the C++ standard, and should not be used in any new code.
It's not portable to modern compilers like VC++ 7.x

Should use <fstream> which is part of the C++ standard, and then use using namespace std, or prefix your types with std::

Top ten member of C++ Expert Exchange.
http://www.experts-exchange.com/Cplusplus
QuestionCRecordset &amp; LIMIT (sql statement) Pin
maTzeLein3-Sep-05 11:08
maTzeLein3-Sep-05 11:08 
QuestionProblem with Memory usage of a program Pin
rajeevktripathi3-Sep-05 3:59
rajeevktripathi3-Sep-05 3:59 
AnswerRe: Problem with Memory usage of a program Pin
Bob Stanneveld3-Sep-05 4:59
Bob Stanneveld3-Sep-05 4:59 
QuestionDifferentiating New file creation and Open in CreateFile Pin
ragavan3-Sep-05 3:51
ragavan3-Sep-05 3:51 
QuestionIcon association with non-executable file Pin
johnnyXP3-Sep-05 2:25
johnnyXP3-Sep-05 2:25 
AnswerRe: Icon association with non-executable file Pin
PJ Arends3-Sep-05 9:59
professionalPJ Arends3-Sep-05 9:59 
AnswerRe: Icon association with non-executable file Pin
Ravi Bhavnani4-Sep-05 6:44
professionalRavi Bhavnani4-Sep-05 6:44 
AnswerRe: Icon association with non-executable file Pin
Gary R. Wheeler4-Sep-05 6:50
Gary R. Wheeler4-Sep-05 6:50 
QuestionAnyone can help me about Html Help Workshop? Pin
Anonymous3-Sep-05 1:54
Anonymous3-Sep-05 1:54 
AnswerRe: Anyone can help me about Html Help Workshop? Pin
Gary R. Wheeler3-Sep-05 2:18
Gary R. Wheeler3-Sep-05 2:18 
QuestionFinding the same function in VC++ Pin
KaGeU3-Sep-05 0:09
KaGeU3-Sep-05 0:09 
AnswerRe: Finding the same function in VC++ Pin
toxcct3-Sep-05 0:29
toxcct3-Sep-05 0:29 
GeneralRe: Finding the same function in VC++ Pin
KaGeU3-Sep-05 0:46
KaGeU3-Sep-05 0:46 
QuestionShortcut keys - Runtime? Pin
G Haranadh2-Sep-05 23:39
G Haranadh2-Sep-05 23:39 
AnswerRe: Shortcut keys - Runtime? Pin
Jose Lamas Rios4-Sep-05 20:20
Jose Lamas Rios4-Sep-05 20:20 
QuestionUnicode Release? Pin
G Haranadh2-Sep-05 23:13
G Haranadh2-Sep-05 23:13 
AnswerRe: Unicode Release? Pin
Michael Dunn2-Sep-05 23:17
sitebuilderMichael Dunn2-Sep-05 23:17 

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.