Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
SuggestionRe: Common Controls Issue Pin
enhzflep17-Aug-11 22:47
enhzflep17-Aug-11 22:47 
GeneralRe: Common Controls Issue Pin
Tracy Software17-Aug-11 23:07
Tracy Software17-Aug-11 23:07 
GeneralRe: Common Controls Issue Pin
enhzflep17-Aug-11 23:14
enhzflep17-Aug-11 23:14 
GeneralRe: Common Controls Issue Pin
Richard MacCutchan20-Aug-11 0:27
mveRichard MacCutchan20-Aug-11 0:27 
QuestionClasses in C Pin
pix_programmer17-Aug-11 0:08
pix_programmer17-Aug-11 0:08 
AnswerRe: Classes in C Pin
Rajesh R Subramanian17-Aug-11 0:12
professionalRajesh R Subramanian17-Aug-11 0:12 
GeneralRe: Classes in C Pin
pix_programmer17-Aug-11 0:17
pix_programmer17-Aug-11 0:17 
AnswerRe: Classes in C Pin
Rajesh R Subramanian17-Aug-11 0:52
professionalRajesh R Subramanian17-Aug-11 0:52 
C is NOT an objected oriented programming language. It was never meant to be. Since you asked if it's possible to achieve polymorphism with C, I linked you to an article. C++ on the other hand, was meant to be an object oriented programming language.

pix_programmer wrote:
Why C++ if C could do all things that C++ can do?

Why write C code if x86 assembly code can do all the things that C can do? The same logic applies here.

C++ was designed to be a object oriented programming language (like I already said), and that's why you would use it to write object oriented code. I won't write C code, unless may be if I'm writing a device driver or a program that would run in an embedded device with very minimal resources to spare.
"Real men drive manual transmission" - Rajesh.

GeneralRe: Classes in C Pin
pix_programmer17-Aug-11 1:04
pix_programmer17-Aug-11 1:04 
GeneralRe: Classes in C Pin
Orjan Westin17-Aug-11 2:08
professionalOrjan Westin17-Aug-11 2:08 
GeneralRe: Classes in C Pin
Maximilien17-Aug-11 3:11
Maximilien17-Aug-11 3:11 
GeneralRe: Classes in C Pin
David Crow17-Aug-11 4:29
David Crow17-Aug-11 4:29 
GeneralRe: Classes in C Pin
CPallini17-Aug-11 7:01
mveCPallini17-Aug-11 7:01 
GeneralRe: Classes in C Pin
Rajesh R Subramanian17-Aug-11 7:51
professionalRajesh R Subramanian17-Aug-11 7:51 
GeneralRe: Classes in C Pin
«_Superman_»17-Aug-11 5:54
professional«_Superman_»17-Aug-11 5:54 
AnswerRe: Classes in C Pin
Alan Balkany17-Aug-11 4:32
Alan Balkany17-Aug-11 4:32 
GeneralRe: Classes in C Pin
jschell17-Aug-11 8:54
jschell17-Aug-11 8:54 
GeneralRe: Classes in C Pin
Alan Balkany17-Aug-11 9:15
Alan Balkany17-Aug-11 9:15 
AnswerRe: Classes in C Pin
Stefan_Lang22-Aug-11 4:04
Stefan_Lang22-Aug-11 4:04 
Questionhow to implement a dll for connecting the browser through proxy server in vc++ Pin
vkgktm16-Aug-11 20:36
vkgktm16-Aug-11 20:36 
AnswerRe: how to implement a dll for connecting the browser through proxy server in vc++ Pin
Richard MacCutchan16-Aug-11 22:33
mveRichard MacCutchan16-Aug-11 22:33 
QuestionCatch SHIFT key in PreTranslateMessage Pin
_Flaviu16-Aug-11 1:54
_Flaviu16-Aug-11 1:54 
AnswerRe: Catch SHIFT key in PreTranslateMessage Pin
Code-o-mat16-Aug-11 2:00
Code-o-mat16-Aug-11 2:00 
GeneralRe: Catch SHIFT key in PreTranslateMessage Pin
_Flaviu16-Aug-11 22:54
_Flaviu16-Aug-11 22:54 
GeneralRe: Catch SHIFT key in PreTranslateMessage Pin
Code-o-mat16-Aug-11 22:56
Code-o-mat16-Aug-11 22:56 

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.