Click here to Skip to main content
15,890,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Beginner- Floating point character conversion character Pin
CPallini24-Jun-14 9:06
mveCPallini24-Jun-14 9:06 
AnswerRe: Beginner- Floating point character conversion character Pin
David Crow24-Jun-14 10:19
David Crow24-Jun-14 10:19 
AnswerRe: Beginner- Floating point character conversion character Pin
M.FarrukhFaizy27-Jun-14 8:45
M.FarrukhFaizy27-Jun-14 8:45 
AnswerRe: Beginner- Floating point character conversion character Pin
Satya Chamakuri9-Aug-14 1:46
Satya Chamakuri9-Aug-14 1:46 
QuestionGraphics Pipeline questions Ortho projection Pin
shiftwik23-Jun-14 12:04
shiftwik23-Jun-14 12:04 
QuestionTwo ChlidFrames in MDI application? Pin
Member 1074879523-Jun-14 8:59
Member 1074879523-Jun-14 8:59 
AnswerRe: Two ChlidFrames in MDI application? Pin
shiftwik23-Jun-14 12:08
shiftwik23-Jun-14 12:08 
Questionhow to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
Member 1089437823-Jun-14 2:08
Member 1089437823-Jun-14 2:08 
I am trying to compile the old code from y server to deply into the new server and ever service code is facing this problem .
I have installed visual studio 2008 and visual studio 2005 to compile these codes .

while compileing the code in debug mode and release i am facing this error

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



I tried to change it as then the following errors are displyed
1>.\WFTeams.cpp(97) : error C2065: 'cout' : undeclared identifier
1>.\WFTeams.cpp(97) : error C2065: 'flush' : undeclared identifier
1>.\WFTeams.cpp(397) : warning C4996: 'strcat' was declared deprecated
1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
1> Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>.\WFTeams.cpp(398) : warning C4996: 'strcat' was declared deprecated
1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
1> Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
1>Build log was saved at "file://d:\devcodes\WFTeams\Release\BuildLog.htm"
1>WFTeams - 2 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory
AnswerRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
leon de boer23-Jun-14 2:16
leon de boer23-Jun-14 2:16 
AnswerRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
«_Superman_»23-Jun-14 2:36
professional«_Superman_»23-Jun-14 2:36 
GeneralRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
Member 1089437823-Jun-14 2:47
Member 1089437823-Jun-14 2:47 
GeneralRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
leon de boer29-Jun-14 17:23
leon de boer29-Jun-14 17:23 
QuestionRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
David Crow23-Jun-14 6:01
David Crow23-Jun-14 6:01 
AnswerRe: how to get rid of this error *** fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory ***** Pin
Member 109213042-Jul-14 22:03
Member 109213042-Jul-14 22:03 
QuestionMFC small help please Pin
dan6060622-Jun-14 20:27
dan6060622-Jun-14 20:27 
AnswerRe: MFC small help please Pin
«_Superman_»22-Jun-14 20:48
professional«_Superman_»22-Jun-14 20:48 
GeneralRe: MFC small help please Pin
dan6060622-Jun-14 22:32
dan6060622-Jun-14 22:32 
GeneralRe: MFC small help please Pin
_Flaviu23-Jun-14 22:10
_Flaviu23-Jun-14 22:10 
Questioncan be p[-1] dereferenced? Pin
sakthimuhuu22-Jun-14 18:54
sakthimuhuu22-Jun-14 18:54 
AnswerRe: can be p[-1] dereferenced? Pin
«_Superman_»22-Jun-14 20:22
professional«_Superman_»22-Jun-14 20:22 
AnswerRe: can be p[-1] dereferenced? Pin
Jochen Arndt22-Jun-14 21:00
professionalJochen Arndt22-Jun-14 21:00 
AnswerRe: can be p[-1] dereferenced? Pin
CPallini22-Jun-14 22:16
mveCPallini22-Jun-14 22:16 
GeneralRe: can be p[-1] dereferenced? Pin
sakthimuhuu24-Jun-14 2:11
sakthimuhuu24-Jun-14 2:11 
QuestionRe: can be p[-1] dereferenced? Pin
CPallini24-Jun-14 2:21
mveCPallini24-Jun-14 2:21 
AnswerRe: can be p[-1] dereferenced? Pin
Satya Chamakuri12-Aug-14 21:38
Satya Chamakuri12-Aug-14 21:38 

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.