Click here to Skip to main content
15,887,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLoad image from Open Dialog Pin
sadas232341s6-Apr-12 3:36
sadas232341s6-Apr-12 3:36 
QuestionRe: Load image from Open Dialog Pin
David Crow6-Apr-12 3:53
David Crow6-Apr-12 3:53 
QuestionDate Time Picker Strange Behavior in Windows 7 Pin
softwaremonkey5-Apr-12 20:57
softwaremonkey5-Apr-12 20:57 
GeneralRe: Date Time Picker Strange Behavior in Windows 7 Pin
David Crow6-Apr-12 2:41
David Crow6-Apr-12 2:41 
QuestionUnable To Tackle MoveWindow() Pin
AmbiguousName5-Apr-12 19:51
AmbiguousName5-Apr-12 19:51 
AnswerRe: Unable To Tackle MoveWindow() Pin
Code-o-mat6-Apr-12 2:16
Code-o-mat6-Apr-12 2:16 
QuestionWhy C++ Instead of C? Pin
pix_programmer5-Apr-12 19:43
pix_programmer5-Apr-12 19:43 
AnswerRe: Why C++ Instead of C? Pin
AmbiguousName5-Apr-12 20:46
AmbiguousName5-Apr-12 20:46 
Well I mysellf am new to tech world but I think it depends upon feature that a particular language supports. To print something on screen you use
- printf("The Sum is: %d", sum)
in 'C'. But in C++, you dont have to worry about the datatype like
- cout<<"The Sum is: "<< sum;
So you see some laguages are easier to develop with. Moreover, almost anything that can be done in C++ can also be done in Java. But Java does not support pointers while C++ does. So does this make C++ a better / worse choice than Java? NO: it all depends on the problem that we are going to address and of course, our own choice as well.
GeneralRe: Why C++ Instead of C? Pin
pix_programmer5-Apr-12 21:09
pix_programmer5-Apr-12 21:09 
GeneralRe: Why C++ Instead of C? Pin
AmbiguousName5-Apr-12 21:47
AmbiguousName5-Apr-12 21:47 
GeneralRe: Why C++ Instead of C? Pin
CPallini6-Apr-12 2:03
mveCPallini6-Apr-12 2:03 
GeneralRe: Why C++ Instead of C? Pin
AmbiguousName6-Apr-12 2:28
AmbiguousName6-Apr-12 2:28 
GeneralRe: Why C++ Instead of C? Pin
CPallini6-Apr-12 2:36
mveCPallini6-Apr-12 2:36 
AnswerRe: Why C++ Instead of C? Pin
softwaremonkey5-Apr-12 21:22
softwaremonkey5-Apr-12 21:22 
AnswerRe: Why C++ Instead of C? Pin
CPallini5-Apr-12 21:36
mveCPallini5-Apr-12 21:36 
GeneralRe: Why C++ Instead of C? Pin
Erudite_Eric6-Apr-12 6:27
Erudite_Eric6-Apr-12 6:27 
GeneralRe: Why C++ Instead of C? Pin
Stefan_Lang17-Apr-12 2:34
Stefan_Lang17-Apr-12 2:34 
GeneralRe: Why C++ Instead of C? Pin
CPallini17-Apr-12 3:10
mveCPallini17-Apr-12 3:10 
AnswerRe: Why C++ Instead of C? Pin
Chris Losinger6-Apr-12 1:33
professionalChris Losinger6-Apr-12 1:33 
AnswerRe: Why C++ Instead of C? Pin
Member 19886-Apr-12 22:49
Member 19886-Apr-12 22:49 
AnswerRe: Why C++ Instead of C? Pin
jschell7-Apr-12 6:37
jschell7-Apr-12 6:37 
QuestionGraphic problem Pin
Brijesh_kumar5-Apr-12 7:58
Brijesh_kumar5-Apr-12 7:58 
QuestionRe: Graphic problem Pin
CPallini5-Apr-12 9:54
mveCPallini5-Apr-12 9:54 
AnswerRe: Graphic problem Pin
Richard MacCutchan5-Apr-12 22:23
mveRichard MacCutchan5-Apr-12 22:23 
QuestionDetermine if Win Explorer windows are open Pin
K4HVDs5-Apr-12 5:18
K4HVDs5-Apr-12 5:18 

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.