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 ?
Re: Windows Programming Newbie
you can use Windows Programming by Charles Petzold
Re: Windows Programming Newbie
You can look at the book reviews of codeguru.
Cheers
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.
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.... :wave:
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