Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-14-2007, 10:20 PM
LuckyAce LuckyAce is offline
Newbie
 
Join Date: Feb 2007
Posts: 2
Rep Power: 0
LuckyAce is on a distinguished road
Default Programming

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 02-15-2007, 08:58 AM
icepack's Avatar   
icepack icepack is offline
Programmer
 
Join Date: Jul 2006
Location: North Carolina
Posts: 115
Rep Power: 9
icepack is on a distinguished road
Send a message via AIM to icepack
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-15-2007, 09:37 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Quote:
Originally Posted by icepack View Post
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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2007, 05:55 PM
LuckyAce LuckyAce is offline
Newbie
 
Join Date: Feb 2007
Posts: 2
Rep Power: 0
LuckyAce is on a distinguished road
Default

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...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-17-2007, 10:42 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

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
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 03-06-2007, 04:16 PM
Deathcry's Avatar   
Deathcry Deathcry is offline
Learning Programmer
 
Join Date: Feb 2007
Posts: 69
Rep Power: 7
Deathcry is on a distinguished road
Default

Quote:
Originally Posted by LuckyAce View Post
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-08-2007, 04:47 PM
martinig martinig is offline
Newbie
 
Join Date: Dec 2006
Posts: 6
Rep Power: 0
martinig is on a distinguished road
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Not sure my college is good for Programming marta General Programming 1 08-17-2007 11:13 AM
Exploring the ugly duckling of programming languages Jordan JavaScript and CSS 0 12-27-2006 12:27 PM
Programming Guru DevilsCharm The Lounge 2 07-15-2006 12:58 PM


All times are GMT -5. The time now is 01:57 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads