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

C / C++ / MFC

 
AnswerRe: I m a starter Pin
«_Superman_»18-Dec-09 4:53
professional«_Superman_»18-Dec-09 4:53 
AnswerRe: I m a starter Pin
Rajesh R Subramanian18-Dec-09 4:54
professionalRajesh R Subramanian18-Dec-09 4:54 
GeneralRe: I m a starter Pin
code_breaker18-Dec-09 5:56
code_breaker18-Dec-09 5:56 
GeneralRe: I m a starter Pin
Tim Craig18-Dec-09 12:56
Tim Craig18-Dec-09 12:56 
GeneralRe: I m a starter Pin
Rajesh R Subramanian18-Dec-09 17:09
professionalRajesh R Subramanian18-Dec-09 17:09 
GeneralRe: I m a starter Pin
Tim Craig18-Dec-09 18:42
Tim Craig18-Dec-09 18:42 
AnswerRe: I m a starter Pin
CPallini19-Dec-09 0:13
mveCPallini19-Dec-09 0:13 
AnswerRe: I m a starter Pin
Alan Balkany23-Dec-09 4:27
Alan Balkany23-Dec-09 4:27 
First learn C well. C is a subset of C++ (and C# somewhat) so when you're studying C, you're also learning C++. C is the fastest language of the three.

When you know C well, you can start with the parts of C++ that are extensions, such as the object-oriented features (classes, inheritance, virtual functions, etc). It's a smaller step from C to C++ than learning a totally new language.

Then when you're familiar with C++ and object-oriented programming, you can start C#, which is again a smaller step from C++ than a totally new language.
QuestionDefrag Registry Pin
Adnan56218-Dec-09 4:38
Adnan56218-Dec-09 4:38 
AnswerRe: Defrag Registry Pin
Richard MacCutchan18-Dec-09 9:18
mveRichard MacCutchan18-Dec-09 9:18 
GeneralRe: Defrag Registry Pin
Adnan56218-Dec-09 9:36
Adnan56218-Dec-09 9:36 
GeneralRe: Defrag Registry Pin
Richard MacCutchan18-Dec-09 9:52
mveRichard MacCutchan18-Dec-09 9:52 
GeneralRe: Defrag Registry Pin
Adnan56218-Dec-09 13:04
Adnan56218-Dec-09 13:04 
GeneralRe: Defrag Registry Pin
Richard MacCutchan18-Dec-09 23:29
mveRichard MacCutchan18-Dec-09 23:29 
GeneralRe: Defrag Registry Pin
Adnan56219-Dec-09 7:39
Adnan56219-Dec-09 7:39 
Questionwinsock select don´t react on incoming message Pin
CrazyDogg18-Dec-09 4:31
CrazyDogg18-Dec-09 4:31 
QuestionJNI CallVoidMethod leads to Runtime Error Pin
TheInfernalCrow18-Dec-09 4:22
TheInfernalCrow18-Dec-09 4:22 
AnswerRe: JNI CallVoidMethod leads to Runtime Error Pin
Richard MacCutchan18-Dec-09 9:21
mveRichard MacCutchan18-Dec-09 9:21 
GeneralRe: JNI CallVoidMethod leads to Runtime Error Pin
TheInfernalCrow18-Dec-09 23:53
TheInfernalCrow18-Dec-09 23:53 
GeneralRe: JNI CallVoidMethod leads to Runtime Error Pin
Richard MacCutchan19-Dec-09 3:16
mveRichard MacCutchan19-Dec-09 3:16 
GeneralRe: JNI CallVoidMethod leads to Runtime Error Pin
TheInfernalCrow19-Dec-09 4:08
TheInfernalCrow19-Dec-09 4:08 
GeneralRe: JNI CallVoidMethod leads to Runtime Error Pin
Richard MacCutchan19-Dec-09 7:27
mveRichard MacCutchan19-Dec-09 7:27 
GeneralRe: JNI CallVoidMethod leads to Runtime Error Pin
TheInfernalCrow21-Dec-09 3:00
TheInfernalCrow21-Dec-09 3:00 
GeneralRe: JNI CallVoidMethod leads to Runtime Error Pin
Richard MacCutchan21-Dec-09 5:57
mveRichard MacCutchan21-Dec-09 5:57 
QuestionRelease Build to Debug Build Pin
Benjamin Bruno18-Dec-09 1:46
Benjamin Bruno18-Dec-09 1:46 

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.