|
|||||||
|
|
Thread Tools | Display Modes |
#1
|
|||||
|
|||||
|
Learning C++ -
01-18-2007
, 11:07 PM
Well, I'm interested in learning C++. I know of the site:
http://www.cprogramming.com/tutorial.html But their technique of teaching it is out of what I enjoy reading. I'd like to know some sites with tutorials for learning C++ from the VERY beginning. I'll stick to this site if it's the best, but if it's not then I'd like another site please. If you're interested as in why I want to learn this, I'm going to get a head start in going into programming in video games, AI and such. Thanks. |
#2
|
|||||
|
|||||
|
01-19-2007
, 01:08 AM
If it is gaming you want to go into, learn C#, C++ is helpful, but a lot of games are made in C#.
|
#3
|
|||||
|
|
|||||
|
01-19-2007
, 04:21 PM
Quote:
There are a lot of aspects to C++, and really isn't a nice language to be your first programming language. To get the basic things, I'd learn visual basic (6.0) |
#4
|
|||||
|
|||||
|
01-19-2007
, 06:08 PM
Although c# could be argued to be slighly better for games learning - it has XNA for free download, with lots of support and is mid way between VB and c++, so you could switch either way without too many problems - VB->C++ is a large leap.
VB 6 is probably easier to begin with, but costs money. VB.net is free, but is a bit odd in terms of VBness. You can also preactive VB (6) as VBA, built into Access,Word,Excel etc. Forum Problems? Spam? Need help? Think I've been a harsh, evil, unfair git? PM me |
#5
|
|||||
|
|
|||||
|
01-19-2007
, 08:39 PM
I started with VB, went to JAVA, then moved onto MFC C++, then Direct X C++.
I have tried a bit of C#.NET, it was alright, but too much like a basic version of C++. C++ has the power to do next to anything, no joke. Operating systems have been written in C++, as you can call any API (With most languages), but use the API's raw library, insted of sticking to the IDE's syntax. Edit: Oh yeah, for basic games programming, you should check out Blitz3D: http://www.blitzbasic.com/file/get.p...z3DDemo183.exe |
#6
|
|||
|
|||
|
01-19-2007
, 11:02 PM
C here, but then again I'm a unix nerd.
As for learning materials, I would suggest getting a book, I find that learning off of online text is a bit harder then having a book right by you, but that's just me |
| Thread Tools | |
| Display Modes | |
|
|