View Single Post
Old 01-08-2004, 09:29 AM   #2 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
If you want to learn C++, I suggest learning the langauge before jumping into any 'SDK'. Learn the basics. After that, the other stuff will come in naturally. There is nothing wrong with writing console based applications before jumping into windows programming, which is tough. Nothing beats a good base knowledge.

Furthermore, MFC 'could' be considered a SDK for windows. So, unless the SDK for this uses the win32api, I don't know what alternative M$ has out there, besides win32api and .NET.

My advise, go learn the basics, then go to windows programming.

Sorry if this is too long winded.

-Ted
__________________
while(1) fork();
ender is offline   Reply With Quote