Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why I can't Open the mdb file correctly? Pin
Hadi Rezaee17-Nov-01 2:02
Hadi Rezaee17-Nov-01 2:02 
GeneralRe: Why I can't Open the mdb file correctly? Pin
white jungle17-Nov-01 2:17
white jungle17-Nov-01 2:17 
GeneralRe: Why I can't Open the mdb file correctly? Pin
Hadi Rezaee17-Nov-01 6:28
Hadi Rezaee17-Nov-01 6:28 
GeneralWince Pin
17-Nov-01 1:44
suss17-Nov-01 1:44 
Generalabout .h file Pin
Maer72716-Nov-01 20:20
Maer72716-Nov-01 20:20 
GeneralRe: about .h file Pin
Christian Graus17-Nov-01 0:02
protectorChristian Graus17-Nov-01 0:02 
GeneralRe: about .h file Pin
Nish Nishant17-Nov-01 0:09
sitebuilderNish Nishant17-Nov-01 0:09 
GeneralRe: about .h file Pin
Christian Graus17-Nov-01 0:19
protectorChristian Graus17-Nov-01 0:19 
string.h is the basic_string class, I believe. strcmp and strcpy are both part of the core C++ which you get for free, i.e. without having to include any external libraries, such as stdio, iostream, list, map, etc.

I'm not sure on this, but I'd say that the stuff you get for free is some sort of superset of the stuff that comes with C, and that the whole point is one of not including too much above C as default, because I know Stroustrup worked hard to make sure C++ was not much bigger or less fast than C. This is one major reason ( and the one he usually gives ) as to why there is no garbage collection built into C++.


Christian

After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001

GeneralRe: about .h file Pin
Nish Nishant17-Nov-01 0:23
sitebuilderNish Nishant17-Nov-01 0:23 
GeneralRe: about .h file Pin
Alvaro Mendez19-Nov-01 11:58
Alvaro Mendez19-Nov-01 11:58 
QuestionNo defination for IDIRECTDRAW7? Pin
Lizp16-Nov-01 16:48
Lizp16-Nov-01 16:48 
AnswerRe: No defination for IDIRECTDRAW7? Pin
Christian Graus16-Nov-01 17:26
protectorChristian Graus16-Nov-01 17:26 
GeneralRe: No defination for IDIRECTDRAW7? Pin
Lizp16-Nov-01 19:14
Lizp16-Nov-01 19:14 
GeneralRe: No defination for IDIRECTDRAW7? Pin
Lizp16-Nov-01 21:49
Lizp16-Nov-01 21:49 
GeneralToolbar Text Size Pin
Tim16-Nov-01 12:10
Tim16-Nov-01 12:10 
GeneralRe: Toolbar Text Size Pin
Nish Nishant16-Nov-01 13:57
sitebuilderNish Nishant16-Nov-01 13:57 
GeneralHelp...cl.exe hangs on big project Pin
Ron Olson16-Nov-01 10:23
Ron Olson16-Nov-01 10:23 
GeneralRe: Help...cl.exe hangs on big project Pin
Chris Hafey17-Nov-01 6:16
Chris Hafey17-Nov-01 6:16 
GeneralRe: Help...cl.exe hangs on big project Pin
Mike Nordell18-Nov-01 12:13
Mike Nordell18-Nov-01 12:13 
GeneralRe: Help...cl.exe hangs on big project Pin
Chris Hafey18-Nov-01 18:24
Chris Hafey18-Nov-01 18:24 
GeneralRe: Help...cl.exe hangs on big project Pin
Mike Nordell18-Nov-01 21:24
Mike Nordell18-Nov-01 21:24 
GeneralRe: Help...cl.exe hangs on big project Pin
Rassman19-Nov-01 4:16
Rassman19-Nov-01 4:16 
GeneralIcons - Big vs. Small (Size does matter) Pin
16-Nov-01 10:14
suss16-Nov-01 10:14 
GeneralRe: Icons - Big vs. Small (Size does matter) Pin
Michael Dunn16-Nov-01 10:22
sitebuilderMichael Dunn16-Nov-01 10:22 
GeneralRe: Icons - Big vs. Small (Size does matter) Pin
RobJones16-Nov-01 10:23
RobJones16-Nov-01 10:23 

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.