Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: device notification Pin
David Crow23-Feb-06 8:22
David Crow23-Feb-06 8:22 
QuestionVoice chat using VC++ Pin
gaurav_dixit23-Feb-06 7:05
gaurav_dixit23-Feb-06 7:05 
AnswerRe: Voice chat using VC++ Pin
J512198223-Feb-06 23:53
J512198223-Feb-06 23:53 
QuestionHow to know that I m connected to remote socket or not ? Pin
zinc_z23-Feb-06 6:47
zinc_z23-Feb-06 6:47 
Questionpreview file/directory deletion Pin
Chintoo72323-Feb-06 6:31
Chintoo72323-Feb-06 6:31 
AnswerRe: preview file/directory deletion Pin
peterchen23-Feb-06 6:39
peterchen23-Feb-06 6:39 
QuestionRepaint Problem Pin
Deviantizh23-Feb-06 6:17
Deviantizh23-Feb-06 6:17 
AnswerRe: Repaint Problem Pin
peterchen23-Feb-06 6:30
peterchen23-Feb-06 6:30 
QuestionRe: Repaint Problem Pin
Deviantizh23-Feb-06 7:05
Deviantizh23-Feb-06 7:05 
AnswerRe: Repaint Problem Pin
peterchen23-Feb-06 10:35
peterchen23-Feb-06 10:35 
QuestionCode-Generation options Pin
Themis23-Feb-06 5:37
Themis23-Feb-06 5:37 
AnswerRe: Code-Generation options Pin
peterchen23-Feb-06 6:36
peterchen23-Feb-06 6:36 
GeneralRe: Code-Generation options Pin
Mike Dimmick23-Feb-06 7:41
Mike Dimmick23-Feb-06 7:41 
Questionc vs. visual c++ Pin
pplshero5423-Feb-06 5:34
pplshero5423-Feb-06 5:34 
AnswerRe: c vs. visual c++ Pin
toxcct23-Feb-06 5:57
toxcct23-Feb-06 5:57 
AnswerRe: c vs. visual c++ Pin
David Crow23-Feb-06 5:58
David Crow23-Feb-06 5:58 
AnswerRe: c vs. visual c++ Pin
James R. Twine23-Feb-06 6:37
James R. Twine23-Feb-06 6:37 
AnswerRe: c vs. visual c++ Pin
Chris Losinger23-Feb-06 8:35
professionalChris Losinger23-Feb-06 8:35 
pplshero54 wrote:
I keep hearing that c++ is less efficient than c


it all depends on how you write it.

for example, you can mimic much of what C++ does with C structs and function pointers acting like pseudo-objects; you can simulate inheritance and virtual functions and member variables, etc.. and many C programs do exactly that. in fact, nearly every significant C-interfaced library i've seen does it (ex. LibTiff, LibPNG, JpegLib, etc).

so, ask yourself: is that efficient ? because, that's a lot like what's going on behind the scenes with C++.


Cleek | Image Toolkits | Thumbnail maker

AnswerRe: c vs. visual c++ Pin
Joe Woodbury23-Feb-06 8:59
professionalJoe Woodbury23-Feb-06 8:59 
AnswerRe: c vs. visual c++ Pin
jhwurmbach23-Feb-06 22:06
jhwurmbach23-Feb-06 22:06 
GeneralRe: c vs. visual c++ Pin
pplshero5424-Feb-06 3:23
pplshero5424-Feb-06 3:23 
GeneralRe: c vs. visual c++ Pin
jhwurmbach24-Feb-06 3:31
jhwurmbach24-Feb-06 3:31 
QuestionLazy question - EnsureMyWindowIsVisible function Pin
Iain Clarke, Warrior Programmer23-Feb-06 5:30
Iain Clarke, Warrior Programmer23-Feb-06 5:30 
AnswerRe: Lazy question - EnsureMyWindowIsVisible function Pin
James R. Twine23-Feb-06 5:36
James R. Twine23-Feb-06 5:36 
GeneralRe: Lazy question - EnsureMyWindowIsVisible function Pin
Iain Clarke, Warrior Programmer23-Feb-06 8:41
Iain Clarke, Warrior Programmer23-Feb-06 8: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.