|
|
|
|
![]() ![]() |
Feb 12 2007, 01:19 PM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 18 Joined: 7-February 07 Member No.: 38,392 |
Hello buddy I am new in this forum and want to learn C and C++ .
You like to help me to learn this ,I shall be thankful to you. How I shall start. |
|
|
|
Feb 12 2007, 03:31 PM
Post
#2
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 277 Joined: 13-May 06 From: The end of the World Member No.: 23,599 |
Hello alamzaib, you can start to learn C++, by downloading a Unix OS, I recommend getting Linux, or Solero, they are free. And I also recommend to put it on a Flash disk, so you can use Unix wherever you go. If you have windows then programming is just like stealing with no Hands!
You can google and I am sure that you will find some good tutorials about learning C++. But first you need Unix. |
|
|
|
Feb 14 2007, 11:38 PM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 399 Joined: 14-November 04 From: Elysium Member No.: 2,280 |
Lol, you don't need any operating system to LEARN how to program in C/C++. Now practically, Unix would be the best case to use it in repetitively.
If you want to START with C and C++, I recommend you go to a library and get a beginning book on the subject. If that's not an option, you can either then buy a book or look up tutorials on the web. If you look back in this forum on the subject, I'm sure there'll be many suggestions for the above. |
|
|
|
Feb 15 2007, 03:48 PM
Post
#4
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 18 Joined: 7-February 07 Member No.: 38,392 |
Lol, you don't need any operating system to LEARN how to program in C/C++. Now practically, Unix would be the best case to use it in repetitively. If you want to START with C and C++, I recommend you go to a library and get a beginning book on the subject. If that's not an option, you can either then buy a book or look up tutorials on the web. If you look back in this forum on the subject, I'm sure there'll be many suggestions for the above. okay |
|
|
|
Feb 19 2007, 11:36 PM
Post
#5
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 399 Joined: 14-November 04 From: Elysium Member No.: 2,280 |
|
|
|
|
Feb 20 2007, 04:44 AM
Post
#6
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 937 Joined: 14-April 05 From: West Chester, PA Member No.: 5,636 |
OK I am a software developer so i use C, C++ all the time. The first thing you will want to download is the Visual Studio Express. It is free from Microsoft and allows you to program in the Visual Studio IDE with the basic features which is all you will need. Then the best bet is to get a book and not use online tutorials. The reason is that books have exercises and will act as a great reference later on. I have most of my books from college still and use all of them time after time. Then read a chapter and practice it by wrtiing the exampls and trying to add stuff to them to make sure you understand the material because if you dont get the basics, you will never get the advanced topics. Good luck and if you need help, just let me know.
O and to kinda explain what osknockout said about the STL, the STL is the Standard Template Library. It has a lot of useful algorithms but i would recommend not using it while you are learning. If you dont understand how they work and how they are written, then you are just setting yourself up for disaster. This post has been edited by fffanatics: Feb 20 2007, 04:51 AM |
|
|
|
Apr 16 2007, 07:47 PM
Post
#7
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 792 Joined: 13-April 07 From: mreža Member No.: 41,558 |
For C or C++ I use devcpp, it is the same enviroment for the unix based systems and windows. Also for tutorials you can find many on the internet however I would suggest reading online documentation of methods and examples which come along as you will learn the most from them if you are not beginner.
But I would suggest that you find yourself good book if you are complete starter and then slowly absorb the material in it. Because books tend to do matter systematically so you want face any problems with reading something you don't understand. |
|
|
|
![]() ![]() |
Similar Topics
|