Click here to Skip to main content
15,912,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Function Address of CWinthread::Create Pin
ForNow6-Mar-09 6:31
ForNow6-Mar-09 6:31 
Questionabout my career! Pin
Archy_Yu6-Mar-09 1:29
Archy_Yu6-Mar-09 1:29 
AnswerRe: about my career! Pin
TreantBG6-Mar-09 1:43
TreantBG6-Mar-09 1:43 
AnswerRe: about my career! Pin
Hamid_RT6-Mar-09 1:44
Hamid_RT6-Mar-09 1:44 
AnswerRe: about my career! Pin
CPallini6-Mar-09 1:46
mveCPallini6-Mar-09 1:46 
AnswerRe: about my career! Pin
Nishad S6-Mar-09 2:12
Nishad S6-Mar-09 2:12 
AnswerRe: about my career! Pin
Code-o-mat6-Mar-09 2:42
Code-o-mat6-Mar-09 2:42 
AnswerRe: about my career! Pin
Eytukan6-Mar-09 3:02
Eytukan6-Mar-09 3:02 
When you start thinking about building a career in computer science, don't put in a specific language in your mind. You should be strong in concepts. How an OS runs a process? How memory is used by a process (stack,heap), and some data strucures like linked lists, stack, queues, etc. Then I'd suggest you could start with C++ or C#. And it'd be time you would start understanding how a program is compiled,linked,executed. And before you try to make a 3D volume analysis algorithm,Or even a 2D game, I suggest you concentrate on the paraigms. Like OOAD. All the best know languages have adopted OOAD. So you need to be strong with the OO concepts. It doesnt make sense if you write a 2000 line C++ code without knowing OO. What students do is to write C code inside C++ and call it C++. After you become confortable with OOPS you may choose to work with C# or C++. In C# you can easily bring up colorful apps. In C++ little work around would be required. Then you'll have to learn the OS specific APIs to implement them in any language. Because if only you understand the APIs , you'll understand the frameworks around it. Like MFC on top of Win32.
So the road map is clear.
Round1.
HOW-STUFF-WORKS(BASIX)->OOAD(NOVICE)->C#,C++(HelloWorld)->WIN32APIs->MFC/Donet

Round2
HOW-STUFF-WORKS->OOAD->C#,C++(May be your 2D game)->WIN32APIs->MFC/Dotnet

Also when you learn to build programs using frameworks, you should also start learning Databases.

You might notice there's no much difference between Round1 & 2. But it will be totally different when you again take up the books and read. It won't stop with that. Everytime you read it again, you will get better meaning & understanding.


Finally, As you see, there's nothing called "VB" in the road map.

Also an important notice. I'm no expert. I'm someone swiming so hard in between round 2 & 3. Sigh | :sigh:

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

Questionwebbrowser control - Post Data Pin
TreantBG6-Mar-09 0:33
TreantBG6-Mar-09 0:33 
AnswerRe: webbrowser control - Post Data Pin
_AnsHUMAN_ 6-Mar-09 0:43
_AnsHUMAN_ 6-Mar-09 0:43 
Questionhow to create XML file using MFC Pin
hemlat6-Mar-09 0:20
hemlat6-Mar-09 0:20 
AnswerRe: how to create XML file using MFC Pin
Hamid_RT6-Mar-09 0:24
Hamid_RT6-Mar-09 0:24 
AnswerRe: how to create XML file using MFC Pin
Ash_VCPP6-Mar-09 0:58
Ash_VCPP6-Mar-09 0:58 
GeneralRe: how to create XML file using MFC Pin
hemlat6-Mar-09 1:08
hemlat6-Mar-09 1:08 
GeneralRe: how to create XML file using MFC Pin
Ash_VCPP6-Mar-09 1:12
Ash_VCPP6-Mar-09 1:12 
AnswerRe: how to create XML file using MFC Pin
Eytukan6-Mar-09 3:11
Eytukan6-Mar-09 3:11 
GeneralRe: how to create XML file using MFC Pin
hemlat8-Mar-09 19:37
hemlat8-Mar-09 19:37 
JokeRe: how to create XML file using MFC Pin
Eytukan8-Mar-09 21:00
Eytukan8-Mar-09 21:00 
QuestionFiles\Folder Pin
NewVC++6-Mar-09 0:19
NewVC++6-Mar-09 0:19 
AnswerRe: Files\Folder Pin
Hamid_RT6-Mar-09 0:23
Hamid_RT6-Mar-09 0:23 
GeneralRe: Files\Folder Pin
NewVC++6-Mar-09 0:28
NewVC++6-Mar-09 0:28 
AnswerRe: Files\Folder Pin
_AnsHUMAN_ 6-Mar-09 0:25
_AnsHUMAN_ 6-Mar-09 0:25 
GeneralRe: Files\Folder Pin
NewVC++6-Mar-09 0:45
NewVC++6-Mar-09 0:45 
AnswerRe: Files\Folder Pin
«_Superman_»6-Mar-09 0:59
professional«_Superman_»6-Mar-09 0:59 
GeneralRe: Files\Folder [modified] Pin
NewVC++6-Mar-09 1:07
NewVC++6-Mar-09 1:07 

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.