Post Reply 
C or C++ books
Author Message
Mickey
Down with MJ yo

Posts: 3,663.2843
Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
Offline
Post: #1
C or C++ books
So I want to learn some type of programming and I decided on either C or C++, can anyone help me with choosing which, as I've read they're similar but different. Also I'd like to get some type of book to help me so if anyone of you has any recommendations that would be awesome. Thanks guys and merry christmas :)

[Image: MiCk3Y.jpg]

[Image: battle.png]

Spoiler for link:
25/12/2010 01:57 PM
Find all posts by this user Quote this message in a reply
Cirehpsa
Let's finger this out.
Fractal Insanity

Posts: 2,549.3603
Threads: 63
Joined: 9th Oct 2009
Reputation: -4.69042
E-Pigs: 724.9902
Offline
Post: #2
RE: C or C++ books
C++ for Dummies

[Image: VCvmsjM.gif][Image: DecdMVG.gif][Image: glI7KKK.gif][Image: OJilHSf.gif]
25/12/2010 02:20 PM
Find all posts by this user Quote this message in a reply
ProperBritish
Daddy Proper
Team DreamArts

Posts: 5,666.3250
Threads: 192
Joined: 19th Nov 2008
Reputation: -2.36574
E-Pigs: 147.7035
Offline
Post: #3
RE: C or C++ books
i'd learn C# and then try C++
C# has more failsafes to help you program (i.e. error detection on compiling), and is still amazingly flexible. You can write WP7 apps in C# for example.

[Image: rsz_contrast.png]

Spoiler for More sigs:
[Image: 6xu74t8]
[Image: sig.php]

[Image: 656embk]
[Image: sig.png]
(This post was last modified: 25/12/2010 02:37 PM by ProperBritish.)
25/12/2010 02:37 PM
Find all posts by this user Quote this message in a reply
Babkock
Existential Entity

Posts: 19.2709
Threads: 4
Joined: 8th Nov 2009
Reputation: 1.00938
E-Pigs: 1.7365
Offline
Post: #4
RE: C or C++ books
I prefer C over C++, but that's just me. K&R is a great book on C, written by the guy who made the language. But if you want to learn C++ instead, try this book.
25/12/2010 04:58 PM
Find all posts by this user Quote this message in a reply
Mickey
Down with MJ yo

Posts: 3,663.2843
Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
Offline
Post: #5
RE: C or C++ books
(25/12/2010 02:37 PM)ProperBritish Wrote:  i'd learn C# and then try C++
C# has more failsafes to help you program (i.e. error detection on compiling), and is still amazingly flexible. You can write WP7 apps in C# for example.
From my little knowledge, isn't c#  windows only? I'm currently running only Linux and that's what I plan to develop for and on.

[Image: MiCk3Y.jpg]

[Image: battle.png]

Spoiler for link:
25/12/2010 05:27 PM
Find all posts by this user Quote this message in a reply
ProperBritish
Daddy Proper
Team DreamArts

Posts: 5,666.3250
Threads: 192
Joined: 19th Nov 2008
Reputation: -2.36574
E-Pigs: 147.7035
Offline
Post: #6
RE: C or C++ books
i think there's Mono, which is an open-source version of the .NET framework for Linux, but other than that it is Windows-only, yes.

[Image: rsz_contrast.png]

Spoiler for More sigs:
[Image: 6xu74t8]
[Image: sig.php]

[Image: 656embk]
[Image: sig.png]
25/12/2010 05:45 PM
Find all posts by this user Quote this message in a reply
lembas
yuri princess

Posts: 4,365.2931
Threads: 184
Joined: 30th Apr 2008
Reputation: -2.56923
E-Pigs: 154.3525
Offline
Post: #7
RE: C or C++ books
spoon, if you haven't done any programming before, I'd say start with something like Python, or maybe Java, then go to C++.

Python and Java are way easier, and will teach you programming theory kinda stuff. If you've done programming before, it'd be much easier to move on to C++.

I'm gay.
Spoiler for online game stuff:
[Image: 76561198003967361.png]
[Image: thelemmingbas.png]
3DS FC: 4184-1632-9353
Spoiler:
[Image: wQZsI.jpg]
Spoiler:
In the words of the wise trademark91:
windows Proud
25/12/2010 08:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Slushba132
BustyLoli-Chan

Posts: 3,125.3993
Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
Offline
Post: #8
RE: C or C++ books
well c# is a microsoft managed library. It's really easy to use and sort of like easy mode programming Oo
I think the best place to start (object oriented programming anyway) is probably with visual basic because it's really simple. then you could move to C# and then c++. But microsoft managed languages are almost completely different from unmanaged. Now unmanaged C and C++ are the languages you use to write psp programs and such. The only problem is the api's can be hard to understand and program with. at least for me...  I don't understand them :/
I hate keeping track of headers n such too :<

25/12/2010 09:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Incadude
Peruano User

Posts: 1,091.2150
Threads: 90
Joined: 13th Feb 2007
Reputation: -4.77735
E-Pigs: 46.4848
Offline
Post: #9
RE: C or C++ books
python first then move to C# or Java. C++ is for the pros. C++ will make you cry while python is really simple and very fun. There is also tons of online resources for python while C++ requires classes and expensive textbooks.

Also if you're going to spend some hard earned dough on textbooks, O'Reilly books are the best. BUY USED!

[Image: captuddfsdrese1.jpg]

[Image: explvisdust.gif]

If you are trapped under falling debris, conserve oxygen by not farting.


[Image: pimpsonsox4.jpg]

[Image: incacopyzx5.png]
made by diego
(This post was last modified: 26/12/2010 02:55 AM by Incadude.)
26/12/2010 01:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Mickey
Down with MJ yo

Posts: 3,663.2843
Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
Offline
Post: #10
RE: C or C++ books
Okay so I've decided on Python to begin, hopefully this will lay down the foundation for everything else. Thanks guys :)

[Image: MiCk3Y.jpg]

[Image: battle.png]

Spoiler for link:
26/12/2010 09:54 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: