Off Topic > Off Topic
C++
<< < (2/4) > >>
Void:

--- Quote from: heedicalking on August 21, 2009, 03:26:02 PM ---I have Visual Studio C++ but I cannot find the Build button.

--- End quote ---
Read tutorials. Don't start with any projects that put you in over your head. As Skele said, start with hello world, I/O, and math problems.
Dropshock:
I know the basics of C++, But now I  want a GUI. I cant get one because every tutorial i found gives me build errors when i try to use the example code for reference D:
Skele:
Make sure when you make a project you make a Win32 console application. When it gets to the Application Wizard right after make sure to go next and select empty project.

EDIT: Also, I recommend starting with something like C. I started on C++ and it was somewhat confusing. After learning C in first year college I understood more about where some of the more advanced C++ stuff came from.
Kalphiter:

--- Quote from: Skele on August 21, 2009, 03:46:25 PM ---After learning C in first year college I understood more about where some of the more advanced C++ most languages stuff came from.

--- End quote ---
Fixed
Skele:
Point of it was that C is probably a better first step. :o
Navigation
Message Index
Next page
Previous page

Go to full version