|
-
May 29th, 2006, 12:35 AM
#1
Windows Programming Newbie
Hello there ... Im a newbie to windows programming and im at loss to find out where to start off from. I have coded in C in the UNIX/LINUX platforms which has sufficient doucmentation available. Can anyone suggest solid documentation references/Tutorials/Books to Windows C Programming/System Programming and also the compilers/IDE's to work with ?
-
May 29th, 2006, 12:47 AM
#2
Re: Windows Programming Newbie
you can use Windows Programming by Charles Petzold
-
May 29th, 2006, 01:50 AM
#3
Re: Windows Programming Newbie
You can look at the book reviews of codeguru.
Cheers
-
May 29th, 2006, 06:02 AM
#4
Re: Windows Programming Newbie
I think that the best IDE for windows is Visual Studio.
And about tutorial, try http://winprog.net , or the book that humptydumpty
recommended you.
-
May 30th, 2006, 09:49 PM
#5
Re: Windows Programming Newbie
The stuff i'll recommend to you on documentation & references to Windows C Programming/System Programming would be
1.) http://msdn.microsoft.com
2.) Programming Windows, Fifth Edition
3.) Windows System programming 3rd Edition
4.) http://winprog.net/tutorial/
5.) Network Programming for Microsoft Windows
The Programming Windows 5th edition is good if you dun know anything about programming for Windows in C but it's quite basic. But if you feel that you don't have cash to buy the book...follow Replica's link in winprog for a short tutorial on Windows Programming. There are a lot of documentation on the API used and samples in MSDN if you know how to search.
As for the compilers/IDE's to work with.....Replica is also right to say that the best IDE i've used is Visual Studio 6...but if you wanted "Free" ones...you can download the following
1.) Pelles C
2.) Dev C++
3.) LCC-Win32
But only VS6 and Dev C++ is able to let you compile C++ apps...the other 2 can only allow you to compile C apps.
Have fun learning....
-
May 30th, 2006, 10:37 PM
#6
Re: Windows Programming Newbie
I found the MSDN Library the best for the API and I have downloaded Dev C++ for the platform. Thanks a lot humpty, golan and replica and especially e_har
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|