![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2006
Posts: 85
Rep Power: 3
![]() |
C++ windows programming
I want to learn how to program in windows in C++ but I know how to console program. I want to make windows apps not console apps. Can anyone direct me twords a free tutorial or free ebook that I can download to learn win32 programming?
__________________
Code Forums |
|
|
|
|
|
#2 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 770
Rep Power: 3
![]() |
tried looking around yet?
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Nov 2005
Posts: 18
Rep Power: 0
![]() |
If you want to make windows programs, you also have to make a decission about what library to use. There's the windows api, MFC, .NET and many others. If I were you I'd start with the windows api. All the other libraries are built around it. You'll also get a better understanding of what goes on with all those windows on your screen.
Here's a great tutorial that will teach you the basics. Its not that big, you'll get throug it in a day: http://www.winprog.org/tutorial/. If your not happy with it and want something a bit easier, fancy styles and such, I'd take up .NET. Maybe someone on the forum has a better idea. Win api is great if you want to stick to simple things like games (openGL, directX). Eigher way, its a smart move to learn win api. Even MFC and .NET programmers have to use it on occasions. |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
|
MSDN has examples that will show you the basic tenants of the windows APIs, and when I say "windows APIs" I mean all of them, graphics section included.
If you're serious about it though, go pick up a copy of "Programming Windows" and "Programming Applications for Microsoft Windows." You'll be happy you did. |
|
|
|
|
|
#5 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
If you have a lot of time and fortitude, pick up Petzold's book (I forget the title.)
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials. --WilliamSChips on Slashdot |
|
|
|
|
|
#6 |
|
Programmer
|
yeah i been trying to find tutorials on WinAPI for C++ but they are scarce(sp?). Yes I know WinAPI was really made for C but you can also use C++. But it just sucks theres no docs hardly for C++. Yeah I have looked up in google all the time. I even have the Programming Windows book but onyl C >.> . If someoen can help please/
|
|
|
|
|
|
#7 |
|
Programmer
Join Date: May 2006
Posts: 85
Rep Power: 3
![]() |
Ya see its not that easy to find tutorials on it...
__________________
Code Forums |
|
|
|
|
|
#8 |
|
Programmer
|
i found one site and it doesn't explain it good enough to actually learn. So its no luck
and MFC omg that is too complicated |
|
|
|
|
|
#9 |
|
Programmer
|
okay i found some links on some site some are in different languages so bare with me
Programming only in Win32, sites: http://www.functionx.com/win32/index.htm http://www.winapi.co.kr/reference/reference.htm (Korean Sites, but, the examples is fantastic) This site is Japanese, the examples clear, wonderful: http://www.kumei.jp/c_lang/index_sdk.html http://www.kumei.jp/c_lang/index_sdk2.html http://www.kumei.jp/c_lang/index_sdk3.html http://www.kumei.jp/c_lang/index_sdk4.html Sites Englihs: Tutorials: http://www.catch22.net/tuts/ http://www.foosyerdoos.fsnet.co.uk/ Win32 SDK Help File = http://www.friends-of-fpc.org/tools/...2/win32hlp.exe http://chgi.developpez.com/windows/ Site spanish: http://winapi.conclase.net/curso/index.php |
|
|
|
|
|
#10 | |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
Quote:
Couldn't leave it. ![]()
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|