Author |
Topic: Getting Started With Computer Programming (Read 4761 times) |
|
aicoped
Junior Member
Gender:
Posts: 57
|
|
Getting Started With Computer Programming
« on: Sep 11th, 2011, 5:32pm » |
Quote Modify
|
I am looking to start learning some form of computer programming. I have seen a friend code c++ and I enjoyed the concept. Since this will be my first language, is that a good place to start? Also, I want to do this legally. is there a free way to learn how to code with compilers and whatnot or must I buy some form of software(I am glad to buy it if needed but free is better) Thanks in advance for the help.
|
« Last Edit: Sep 13th, 2011, 11:56am by william wu » |
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: HI all
« Reply #1 on: Sep 11th, 2011, 10:08pm » |
Quote Modify
|
You don't need to buy software to program in C++, there are free compilers you can use. For example there's gcc, which you can use under linux, or via cygwin under windows.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
aicoped
Junior Member
Gender:
Posts: 57
|
|
Re: Getting Started With Computer Programming
« Reply #3 on: Sep 14th, 2011, 12:49pm » |
Quote Modify
|
Thank you both for these options I am eager to get started. And by the way William Wu, i love this site.
|
|
IP Logged |
|
|
|
khuram4u
Newbie
Gender:
Posts: 46
|
|
Re: Getting Started With Computer Programming
« Reply #4 on: Oct 25th, 2011, 12:32pm » |
Quote Modify
|
Hi! after you have downloaded the GCC, you need to tight the grip on programming logic and as clear you understand the different concepts, your programming will improve. there are a lots of topics like polymorphism, inheritance, classes, interfaces etc. programming is by practice. Thinking in C++ is nice book for beginners and very easy to understand. http://www.planetpdf.com/developer/article.asp?ContentID=6634. If you need any help pm me. Cheers
|
|
IP Logged |
|
|
|
MrLambert
Newbie
Posts: 13
|
|
Re: Getting Started With Computer Programming
« Reply #5 on: Oct 31st, 2011, 9:53am » |
Quote Modify
|
You can also try visual c++ for this task It has a friendly user interface and ablity to debug.
|
|
IP Logged |
|
|
|
|