Jump to content

Programming

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
LuckyAce

LuckyAce

    Newbie

  • Members
  • Pip
  • 2 posts
Hello everyone i'm new here but ive been thinking about programming for a while now maybe it'll be my career choice, I was just wondering if anyone could tell me what programming languages should i learn first, and then after that, and then after that...... etc.

Any response would really be appriciated, especially if its directing me in the right way. Thank you for your time.

#2
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
if you want to learn the basics of programming and how a computer works, i'd recommend c++

java is cleaner and a bit easier, but c++ is more hands on.

get a beginner book on it.

linux/unix is the best environment to learn. if you are confined to windows and still want to learn a valuable language, c#.net would be a good language to learn.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests

icepack said:

if you want to learn the basics of programming and how a computer works, i'd recommend c++

java is cleaner and a bit easier, but c++ is more hands on.

get a beginner book on it.

linux/unix is the best environment to learn. if you are confined to windows and still want to learn a valuable language, c#.net would be a good language to learn.

I agree with icepack. C++ is a great starting language. Start with Ansi C++ so that you can learn the theory of programming and get the syntax down. Once you learn any programming language the rest are easier to learn.

#4
LuckyAce

LuckyAce

    Newbie

  • Members
  • Pip
  • 2 posts
Any recomendations on books for C++ or online tutorials? I bought C++ for dummies the 5th edition but ive heard it isint a good book...

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I recommend getting a book as well as using online tutorials. Sometimes you can learn an entire language very well from online tutorials but they are missing a lot of information that a book contains.

Good C++ Books:
Amazon.com: Sams Teach Yourself C++ in 21 Days (5th Edition) (Sams Teach Yourself): Books: Jesse Liberty,Bradley L. Jones
Amazon.com: C++ Primer (4th Edition): Books: Stanley B. Lippman,Josée Lajoie,Barbara E. Moo

Visual C++:
Amazon.com: Microsoft Visual C++ .NET Step by Step--Version 2003 (Step By Step (Microsoft)): Books: Julian Templeman,Andy Olsen

#6
Deathcry

Deathcry

    Learning Programmer

  • Members
  • PipPipPip
  • 68 posts

LuckyAce said:

Any recomendations on books for C++ or online tutorials? I bought C++ for dummies the 5th edition but ive heard it isint a good book...

horible book....
i started with c++ also ive been using dev-cpp compiler found at bloodshed.net and also a book list i used witch over the months found to be my favorite are...

Book Reviews - C and C++ Books and References - Cprogramming.com

found it really good for beginners to advanced programming needs!

also there site cprogramming.com is a good start also.
the code is with you

#7
martinig

martinig

    Newbie

  • Members
  • Pip
  • 6 posts
I will suggest that you read something about object orientation BEFORE leraning a language. The language only "translate" how you design your program to solve your problem. Then c++ is a good choice to do this...;o)

If you think about selling your talent you may also consider java that may be more "trendy" and/or widely used.