Page 1 of 2
C++
Posted: Fri Mar 03, 2006 8:14 pm
by VoYdE
Whats A Good C++ Learning Site? I Want to know like everything!
Posted: Fri Mar 03, 2006 8:21 pm
by Kurroda
learn vb first man once you get it down you understand other languages easier
Posted: Fri Mar 03, 2006 8:23 pm
by VoYdE
where can i learn that?
Posted: Fri Mar 03, 2006 8:34 pm
by Kurroda
well you need to get vb first
Posted: Fri Mar 03, 2006 8:35 pm
by VoYdE
i have the express edition
good enough?
Posted: Fri Mar 03, 2006 8:40 pm
by maca_§
And this belongs in Halo 2 Discussion why?
:moves:
Posted: Fri Mar 03, 2006 8:42 pm
by VoYdE
i didnt think it should be in the cafe, i thought to make a halo 2 program it should be in the halo 2 discussion thread
Posted: Fri Mar 03, 2006 9:05 pm
by maca_§
A program to mod Halo 2 I'm assuming, in the Halo 2 Discussion description it says not modding related.
Posted: Fri Mar 03, 2006 9:07 pm
by VoYdE
i would like to learn C++ to learn how to BUILD a program(offtopic)
(Back On)
Anyone Know How/ Were Some Good Tutorials On C++ And Visual Basic Are?
Posted: Fri Mar 03, 2006 9:14 pm
by maca_§
VoYdE wrote:i thought to make a halo 2 program
VoYdE wrote:i would like to learn C++ to learn how to BUILD a program
Make up your mind.
Posted: Fri Mar 03, 2006 9:19 pm
by VoYdE
I Would Like To LEARN C++ to MAKE a halo 2 program, SO Where Are Some Good Tutorials/Sites
Posted: Fri Mar 03, 2006 9:22 pm
by Cuda
Posted: Fri Mar 03, 2006 9:28 pm
by Kurroda
your going to have a hard time starting at c++
Posted: Fri Mar 03, 2006 9:34 pm
by imgettionowned
Posted: Fri Mar 03, 2006 9:51 pm
by The_Hushed_Casket
Don't learn VisualBasic. It's a pretend language that you'll only ever use to make easy forms/GUIs.
Here's just some C++ links that I dug up:
C++ Language Tutorial
C++ Maniac
Mathtools C++
While websites can be helpful (especially as references) there's really no substitue for a good old fashioned book. I have 'Begginers Guide to C++' (Really outdated, shows you how to set up the compiler on Windows 3.1, but overall a good read) and 'C++ For Dummies' which is better.
Right now high school Computer Science classes are in java, which is pretty good if you want to go heavy into Object Oriented Programming. But they don't really teach enough about heavier stuff like recursion and pointers to be as effective, so C++ should be a good place to start.
Posted: Fri Mar 03, 2006 10:11 pm
by VoYdE
The_Hushed_Casket wrote:Don't learn VisualBasic. It's a pretend language that you'll only ever use to make easy forms/GUIs.
Here's just some C++ links that I dug up:
C++ Language Tutorial
C++ Maniac
Mathtools C++
While websites can be helpful (especially as references) there's really no substitue for a good old fashioned book. I have 'Begginers Guide to C++' (Really outdated, shows you how to set up the compiler on Windows 3.1, but overall a good read) and 'C++ For Dummies' which is better.
Right now high school Computer Science classes are in java, which is pretty good if you want to go heavy into Object Oriented Programming. But they don't really teach enough about heavier stuff like recursion and pointers to be as effective, so C++ should be a good place to start.
Thank You, This Is What I Have Been Looking For
Posted: Fri Mar 03, 2006 10:51 pm
by Kurroda
dude thats not true yes vb may not be as powerful as some languages but it is pretty powerful
Posted: Fri Mar 03, 2006 11:05 pm
by The_Hushed_Casket
It's rarely used in the real world. I think it's better to learn a more mainstream language like C++, once you know one language, you can easily learn others.
Posted: Sat Mar 04, 2006 9:13 am
by Kurroda
dude again your wrong alot of people use vb and i didnt say use it for ever i said use it to get a better understanding
Posted: Sat Mar 04, 2006 10:09 am
by The_Hushed_Casket
You might see some homebrew software made in VB but I would be willing to wager that if you went into proprietary software developers who make software to sell, you probably wouldn't find VB very often. I know that lots of people use it to make software for hobby type things (Like Halo 2 editing programs) but in my opinion C++ is just more powerful and it's not that hard to learn with. (Although it's object system is a joke)