Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: logic: Find out whether a string has duplicates in a string array (pure C++,no MFC supported) Pin
Stephen Hewitt24-Jul-08 19:02
Stephen Hewitt24-Jul-08 19:02 
GeneralRe: logic: Find out whether a string has duplicates in a string array (pure C++,no MFC supported) Pin
NiceNaidu24-Jul-08 22:56
NiceNaidu24-Jul-08 22:56 
GeneralRe: logic: Find out whether a string has duplicates in a string array (pure C++,no MFC supported) Pin
Stephen Hewitt27-Jul-08 14:08
Stephen Hewitt27-Jul-08 14:08 
GeneralRe: logic: Find out whether a string has duplicates in a string array (pure C++,no MFC supported) Pin
NiceNaidu4-Aug-08 4:40
NiceNaidu4-Aug-08 4:40 
Questionhow to use the vector in vc++.net 2005 Pin
Anamika200524-Jul-08 2:00
Anamika200524-Jul-08 2:00 
AnswerRe: how to use the vector in vc++.net 2005 Pin
Matthew Faithfull24-Jul-08 2:10
Matthew Faithfull24-Jul-08 2:10 
GeneralRe: how to use the vector in vc++.net 2005 Pin
Anamika200524-Jul-08 3:01
Anamika200524-Jul-08 3:01 
GeneralRe: how to use the vector in vc++.net 2005 Pin
Matthew Faithfull24-Jul-08 3:44
Matthew Faithfull24-Jul-08 3:44 
In that case it looks like it might me an include path issue. I still think it odd that this STL code which is distributed as source seems to be requiring the definition of a C Runtime function that isn't part of the standard interface in order to compile. Something subtle/nasty is going on here. Are you trying to mix code from VC6 with VS2002 or later? Do you have the C Runtime source installed with your compiler (it's optional)? I'd start by checking where your build is pulling its STL and CRT header files from. Perhaps one is coming from a much later SDK and the other from a compiler installation Unsure | :~

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

Questionpossible to override [] operator? Pin
Sauce!24-Jul-08 0:26
Sauce!24-Jul-08 0:26 
AnswerRe: possible to override [] operator? Pin
Matthew Faithfull24-Jul-08 0:30
Matthew Faithfull24-Jul-08 0:30 
GeneralRe: possible to override [] operator? Pin
Sauce!24-Jul-08 0:33
Sauce!24-Jul-08 0:33 
AnswerRe: possible to override [] operator? Pin
Cedric Moonen24-Jul-08 0:52
Cedric Moonen24-Jul-08 0:52 
GeneralRe: possible to override [] operator? Pin
Sauce!24-Jul-08 1:07
Sauce!24-Jul-08 1:07 
GeneralRe: possible to override [] operator? Pin
Cedric Moonen24-Jul-08 7:40
Cedric Moonen24-Jul-08 7:40 
GeneralRe: possible to override [] operator? Pin
Sauce!24-Jul-08 22:39
Sauce!24-Jul-08 22:39 
QuestionAdding buttons and scrollbar to a groupbox in MFC Pin
hari_honey24-Jul-08 0:25
hari_honey24-Jul-08 0:25 
QuestionGrid Reading Pin
vijith.squadz23-Jul-08 23:59
professionalvijith.squadz23-Jul-08 23:59 
AnswerRe: Grid Reading Pin
KarstenK24-Jul-08 0:42
mveKarstenK24-Jul-08 0:42 
GeneralRe: Grid Reading Pin
vijith.squadz24-Jul-08 17:32
professionalvijith.squadz24-Jul-08 17:32 
QuestionHow to extract each column within the data file after reading ????????? Please Help Pin
taniav23-Jul-08 23:53
taniav23-Jul-08 23:53 
AnswerRe: How to extract each column within the data file after reading ????????? Please Help Pin
CPallini24-Jul-08 0:14
mveCPallini24-Jul-08 0:14 
QuestionRe: How to extract each column within the data file after reading ????????? Please Help Pin
David Crow24-Jul-08 3:08
David Crow24-Jul-08 3:08 
AnswerRe: How to extract each column within the data file after reading ????????? Please Help Pin
taniav27-Jul-08 23:38
taniav27-Jul-08 23:38 
QuestionHELP please. Pin
chasoknight23-Jul-08 23:40
chasoknight23-Jul-08 23:40 
AnswerRe: HELP please. Pin
suefyzah24-Jul-08 15:26
suefyzah24-Jul-08 15:26 

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.