Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create namespace? Pin
Cedric Moonen18-Oct-07 20:51
Cedric Moonen18-Oct-07 20:51 
QuestionRe: How to create namespace? Pin
TooShy2Talk18-Oct-07 21:00
TooShy2Talk18-Oct-07 21:00 
AnswerRe: How to create namespace? Pin
Cedric Moonen18-Oct-07 21:05
Cedric Moonen18-Oct-07 21:05 
GeneralRe: How to create namespace? Pin
TooShy2Talk18-Oct-07 21:31
TooShy2Talk18-Oct-07 21:31 
GeneralRe: How to create namespace? Pin
Cedric Moonen18-Oct-07 21:54
Cedric Moonen18-Oct-07 21:54 
GeneralRe: How to create namespace? Pin
Cedric Moonen18-Oct-07 21:57
Cedric Moonen18-Oct-07 21:57 
AnswerRe: How to create namespace? Pin
Hamid_RT18-Oct-07 21:30
Hamid_RT18-Oct-07 21:30 
Questionerror in filestream in VC8 Pin
beegu18-Oct-07 19:01
beegu18-Oct-07 19:01 
I had a code that used #include "fstream.h" in VC6.In the code i used
ifstream file ;//used file for opening and manipulating.

But when i opened the code in VC8 first it showed
"fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory"

Then i gave #include "fstream" as i saw in msdn.But now it is saying
"error C2065: 'ifstream' : undeclared identifier"

What is the mistake?

Thankyou
AnswerRe: error in filestream in VC8 Pin
User 58385218-Oct-07 19:31
User 58385218-Oct-07 19:31 
QuestionCan I write a program that's spinned on the desktop, just like wallpaper? Pin
code_discuss18-Oct-07 16:47
code_discuss18-Oct-07 16:47 
AnswerRe: Can I write a program that's spinned on the desktop, just like wallpaper? Pin
John R. Shaw18-Oct-07 17:16
John R. Shaw18-Oct-07 17:16 
AnswerRe: Can I write a program that's spinned on the desktop, just like wallpaper? Pin
Nishad S18-Oct-07 20:59
Nishad S18-Oct-07 20:59 
AnswerRe: Can I write a program that's spinned on the desktop, just like wallpaper? Pin
Kenan Aksoy18-Oct-07 22:57
Kenan Aksoy18-Oct-07 22:57 
QuestionHow do I check if a string is valid for saving? Pin
monsieur_jj18-Oct-07 16:19
monsieur_jj18-Oct-07 16:19 
AnswerRe: How do I check if a string is valid for saving? Pin
John R. Shaw18-Oct-07 17:04
John R. Shaw18-Oct-07 17:04 
AnswerRe: How do I check if a string is valid for saving? Pin
User 58385218-Oct-07 17:09
User 58385218-Oct-07 17:09 
QuestionHow to use VIPS API on MFC program? Pin
TooShy2Talk18-Oct-07 14:39
TooShy2Talk18-Oct-07 14:39 
QuestionBroken code? Pin
Tydia-kun18-Oct-07 11:26
Tydia-kun18-Oct-07 11:26 
AnswerRe: Broken code? Pin
Stephen Hewitt18-Oct-07 14:33
Stephen Hewitt18-Oct-07 14:33 
QuestionRe: Broken code? Pin
Maximilien18-Oct-07 14:49
Maximilien18-Oct-07 14:49 
AnswerRe: Broken code? [modified] Pin
Tydia-kun18-Oct-07 15:26
Tydia-kun18-Oct-07 15:26 
GeneralRe: Broken code? Pin
User 58385218-Oct-07 17:04
User 58385218-Oct-07 17:04 
GeneralRe: Broken code? Pin
Tydia-kun19-Oct-07 0:35
Tydia-kun19-Oct-07 0:35 
GeneralRe: Broken code? Pin
Maximilien19-Oct-07 1:39
Maximilien19-Oct-07 1:39 
GeneralRe: Broken code? Pin
Tydia-kun19-Oct-07 1:41
Tydia-kun19-Oct-07 1:41 

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.