C++

Off topic chat. Basically anything that doesn't concern halo or halo modding can go here.
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

C++

Post by VoYdE »

Whats A Good C++ Learning Site? I Want to know like everything!
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
Kurroda





Posts: 1737
Joined: Sat Sep 03, 2005 10:01 am
Contact:

Post by Kurroda »

learn vb first man once you get it down you understand other languages easier
Image
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post by VoYdE »

where can i learn that?
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
Kurroda





Posts: 1737
Joined: Sat Sep 03, 2005 10:01 am
Contact:

Post by Kurroda »

well you need to get vb first
Image
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post by VoYdE »

i have the express edition :D

good enough?
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
User avatar
maca_§




Grunge

Posts: 5357
Joined: Mon Jan 19, 2004 8:54 pm
Location: Australia
Contact:

Post by maca_§ »

And this belongs in Halo 2 Discussion why?
:moves:
  • Image
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post 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
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
User avatar
maca_§




Grunge

Posts: 5357
Joined: Mon Jan 19, 2004 8:54 pm
Location: Australia
Contact:

Post by maca_§ »

A program to mod Halo 2 I'm assuming, in the Halo 2 Discussion description it says not modding related.
  • Image
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post 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?
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
User avatar
maca_§




Grunge

Posts: 5357
Joined: Mon Jan 19, 2004 8:54 pm
Location: Australia
Contact:

Post 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.
  • Image
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post by VoYdE »

I Would Like To LEARN C++ to MAKE a halo 2 program, SO Where Are Some Good Tutorials/Sites
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
User avatar
Cuda




Grunge

Posts: 5725
Joined: Tue Oct 18, 2005 2:59 pm
Location: Torrance, CA

Post by Cuda »

did you try google?
Image
Kurroda





Posts: 1737
Joined: Sat Sep 03, 2005 10:01 am
Contact:

Post by Kurroda »

your going to have a hard time starting at c++
Image
imgettionowned




Wordewatician 500

Posts: 709
Joined: Sat Jun 25, 2005 8:53 am

Post by imgettionowned »

get this book
http://www.amazon.com/gp/product/067232 ... oding=UTF8
I own it, and i love it.
The_Hushed_Casket





Posts: 1698
Joined: Sun Nov 07, 2004 12:13 pm

Post 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.
Image
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post 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
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
Kurroda





Posts: 1737
Joined: Sat Sep 03, 2005 10:01 am
Contact:

Post by Kurroda »

dude thats not true yes vb may not be as powerful as some languages but it is pretty powerful
Image
The_Hushed_Casket





Posts: 1698
Joined: Sun Nov 07, 2004 12:13 pm

Post 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.
Image
Kurroda





Posts: 1737
Joined: Sat Sep 03, 2005 10:01 am
Contact:

Post 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
Image
The_Hushed_Casket





Posts: 1698
Joined: Sun Nov 07, 2004 12:13 pm

Post 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)
Image
Post Reply