|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Looking for a quicktutorial on C++ in Windows
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||
|
Overclocker
|
I am looking for a tutorial that goes through a simple program in Windows in C++.
Medium understanding of C++ but I only got started on the Windows API. SO far I can get the window to show up, determine it's resolution, and have a message box. I use latest Dev-C++ and some tutorials I found on google were outdated in certain windows commands so there were problems. Also, if anyone could suggest how to display basic C++ function solving inside a message box? I can post the code I have so far, 106 lines. Thanks, Leo
|
|||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||||
|
Miscelaneous
|
My first question is what compiler are you using? If you are using Microsoft Visual Studio theres videos on MSDN (which i highly recommend.) They will give you allot of basic tutorial on the subject and slowly move you forward into more difficult things although i don't think they go into hardcore code theres still the MSDN forums and database to help you out. The way Microsoft has it a monkey could program if it had an internet connection.
I would also like to add if you are a first time programmer start with... anything but a C language. And that there are NO quick tutorials to C languages.
__________________
Last edited by Licht : 12-12-07 at 03:45 PM. |
|||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||
|
Overclocker
|
I use dev-C++, and have a decent understanding of console programming (msdos).
In windows api I have to use windows api specific commands and structure. These I lack an understanding of, and pouring over the ms reference file to get the most minor thing done is tough. Do the MS video show material similar as in other compilers (such as bloodshed dev-C++)?
|
|||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Miscelaneous
|
Quote:
If you want to stay with your current one you are going to want to look up learning resources in MSDN anyways (assuming you are using their revised version of C++ the information will help greatly.) Theres videos on Youtube, books in your local stores and libraries most likely. I personally suggest you get Visual Studio and watch the videos, they are excellent tools and will help you cover basics in the earlier videos and move onto higher level basics which will include some functions like you are trying to learn and provide good explanations for everything. After that i recommend you use MSDN resources and user submitted videos for more advanced information and more functions.
__________________
|
||||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||
|
Overclocker
|
I googled their site. VS 2008 express is out. I cannot seem to find the tutorials you speak of on the microsoft website. Are they in the 2GB library files?
Could you post a link please.
|
|||||||||||
|
|
|
|
|
#6 (permalink) | ||||||||||||||
|
Miscelaneous
|
Quote:
http://msdn2.microsoft.com/en-us/visualc/aa336415.aspx I couldn't find the videos i was talking about but i will look a bit more.
__________________
Last edited by Licht : 12-14-07 at 07:41 PM. |
||||||||||||||
|
|
|
|
#7 (permalink) | |||||||||||
|
Overclocker
|
Do you know where I can DL Visual Studio express 2005? All links have been replaced with 2008 version.
On the XNA support, do you think that support might be added later on?
|
|||||||||||
|
|
|
|
|
#8 (permalink) | ||||||||||||||
|
Miscelaneous
|
Quote:
http://msdn.microsoft.com/vstudio/express/downloads/ It was in the advertisements on Yahoo search, always remember to look there with this sort of thing.
__________________
|
||||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|