Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: The New Extension IDE - EXTEIDE Pin
David Crow6-Jan-06 10:47
David Crow6-Jan-06 10:47 
GeneralRe: The New Extension IDE - EXTEIDE Pin
Roland Pibinger7-Jan-06 2:18
Roland Pibinger7-Jan-06 2:18 
GeneralRe: The New Extension IDE - EXTEIDE Pin
Prakash Nadar7-Jan-06 5:04
Prakash Nadar7-Jan-06 5:04 
GeneralRe: The New Extension IDE - EXTEIDE Pin
#realJSOP8-Jan-06 3:09
mve#realJSOP8-Jan-06 3:09 
AnswerRe: The New Extension IDE - EXTEIDE Pin
Trollslayer8-Jan-06 3:53
mentorTrollslayer8-Jan-06 3:53 
QuestionCString, fstream with Visual Studio 2005 Pin
DanYELL6-Jan-06 9:28
DanYELL6-Jan-06 9:28 
QuestionRe: CString, fstream with Visual Studio 2005 Pin
David Crow6-Jan-06 9:34
David Crow6-Jan-06 9:34 
AnswerRe: CString, fstream with Visual Studio 2005 Pin
DanYELL6-Jan-06 10:37
DanYELL6-Jan-06 10:37 
Here is a common error I get using CString:

error C2664: 'strcpy' : cannot convert parameter 2 from
'CString' to 'const char *'

I use to pass a CString, but it doesnt recognize CString
anymore. If I pass const char *, it works?

If I type #include <fstream.h>, I get:

fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory

If I type #include <fstream>, I get more errors.

So Im stumped. Its a very simple program that compiles in
Visual C++ 6.0, but using Visual Studio 2005, I get errors that
I cant seem to get past.

Please, any response any one can give me will be greatly
appreciated.

Sincerely,
Danielle Brina (an overworked graduate student)
QuestionRe: CString, fstream with Visual Studio 2005 Pin
David Crow6-Jan-06 10:45
David Crow6-Jan-06 10:45 
AnswerRe: CString, fstream with Visual Studio 2005 Pin
DanYELL6-Jan-06 11:08
DanYELL6-Jan-06 11:08 
AnswerRe: CString, fstream with Visual Studio 2005 Pin
DanYELL6-Jan-06 11:15
DanYELL6-Jan-06 11:15 
GeneralRe: CString, fstream with Visual Studio 2005 Pin
David Crow7-Jan-06 17:00
David Crow7-Jan-06 17:00 
GeneralRe: CString, fstream with Visual Studio 2005 Pin
Orhun Birsoy6-Jan-06 12:20
Orhun Birsoy6-Jan-06 12:20 
GeneralRe: CString, fstream with Visual Studio 2005 Pin
Michael Dunn7-Jan-06 8:25
sitebuilderMichael Dunn7-Jan-06 8:25 
GeneralRe: CString, fstream with Visual Studio 2005 Pin
Stephen Hewitt9-Jan-06 1:57
Stephen Hewitt9-Jan-06 1:57 
NewsOk Pin
pvatanpour6-Jan-06 8:34
pvatanpour6-Jan-06 8:34 
GeneralRe: Ok Pin
KellyR6-Jan-06 9:41
KellyR6-Jan-06 9:41 
GeneralRe: Ok Pin
sunit56-Jan-06 21:19
sunit56-Jan-06 21:19 
GeneralRe: Ok Pin
KellyR7-Jan-06 13:40
KellyR7-Jan-06 13:40 
GeneralRe: Ok Pin
David Crow6-Jan-06 9:47
David Crow6-Jan-06 9:47 
GeneralRe: Ok Pin
John R. Shaw6-Jan-06 18:02
John R. Shaw6-Jan-06 18:02 
QuestionHowto: creating a dynamic menu? Pin
cromag6-Jan-06 7:08
cromag6-Jan-06 7:08 
AnswerRe: Howto: creating a dynamic menu? Pin
nm_1146-Jan-06 13:39
nm_1146-Jan-06 13:39 
AnswerRe: Howto: creating a dynamic menu? Pin
Laxman96-Jan-06 18:50
Laxman96-Jan-06 18:50 
AnswerRe: Howto: creating a dynamic menu? Pin
#realJSOP7-Jan-06 3:09
mve#realJSOP7-Jan-06 3:09 

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.