Good intro to C++?

Gulzakar

Diamond Member
Oct 9, 1999
3,074
0
0
I've been wanted to learn how to write progams...

Can anyone suggest a good "intro" book?

I don't know why, but it's something I've always wanted to do...



 

Gulzakar

Diamond Member
Oct 9, 1999
3,074
0
0
Excellent!

I've been trying to wein myself off od video games after work and into something more fruitful. :)

thanks!
 

Kirby64

Golden Member
Apr 24, 2006
1,485
0
76
Originally posted by: Gulzakar
What is the difference between visual c, c++, and c?

Not sure about visual c, but C vs C++

C was originally for Unix, designed as a Unix programming language
C++ is the evolution of C
 

jman19

Lifer
Nov 3, 2000
11,225
664
126
Originally posted by: Kirby64
Originally posted by: Gulzakar
What is the difference between visual c, c++, and c?

Not sure about visual c, but C vs C++

C was originally for Unix, designed as a Unix programming language
C++ is the enhancement of C

That is debatable :p
 

Gulzakar

Diamond Member
Oct 9, 1999
3,074
0
0
Hmm,

I see.

So something like Java is more for internet use?

Sorry for the questions, I'm don't know a lot about this.

 

tfinch2

Lifer
Feb 3, 2004
22,114
1
0
Originally posted by: jman19
Originally posted by: Kirby64
Originally posted by: Gulzakar
What is the difference between visual c, c++, and c?

Not sure about visual c, but C vs C++

C was originally for Unix, designed as a Unix programming language
C++ is the enhancement of C

That is debatable :p

Fo shizzle
 

Kirby64

Golden Member
Apr 24, 2006
1,485
0
76
Originally posted by: jman19
Originally posted by: Kirby64
Originally posted by: Gulzakar
What is the difference between visual c, c++, and c?

Not sure about visual c, but C vs C++

C was originally for Unix, designed as a Unix programming language
C++ is the enhancement of C

That is debatable :p

Would evolution be a more appropriate word?
 

jman19

Lifer
Nov 3, 2000
11,225
664
126
Originally posted by: Kirby64
Originally posted by: jman19
Originally posted by: Kirby64
Originally posted by: Gulzakar
What is the difference between visual c, c++, and c?

Not sure about visual c, but C vs C++

C was originally for Unix, designed as a Unix programming language
C++ is the enhancement of C

That is debatable :p

Would evolution be a more appropriate word?

Yea that is probably a bit better.
 

jman19

Lifer
Nov 3, 2000
11,225
664
126
Originally posted by: Gulzakar
Hmm,

I see.

So something like Java is more for internet use?

Sorry for the questions, I'm don't know a lot about this.

Java has found a bit of a niche for server-side applications. You can write stand alone apps for Java just fine though. For web browsers, you might have heard of Javascript - this isn't the same thing as Java.
 

homercles337

Diamond Member
Dec 29, 2004
6,340
3
71
Originally posted by: Gulzakar
I've been wanted to learn how to write progams...

Can anyone suggest a good "intro" book?

I don't know why, but it's something I've always wanted to do...

The C++ Programming Language, by Stroustrup.

Also, the literal interpretation of C++ is "C incremented" (by use of the incremental operator :p ).
 

jman19

Lifer
Nov 3, 2000
11,225
664
126
Originally posted by: BrownTown
Computer programming is teh sux, you really don't want to do that with your life.

When did he say he was going to program for a living :confused:

Programming is actually a great skill that has found its way in to many different fields. Just being able to write scripts can automate a LOT of tedious computer work.