hello everybody! I have just started programming I am starting to learn c++ as my first language do you think another language would be better? I also wanted to ask what to do after i write the source code in vim and save it do i need some sort of compiler to make the program run or something? Please dont flame me for such questions :P
6 replies to this topic
#1
Posted 30 January 2012 - 11:24 PM
|
|
|
#2
Posted 31 January 2012 - 12:02 AM
If you are using VIM i presume you are working on linux?, if so you can use the gcc compiler from the command line, or if you are on windows or even on linux you could use an IDE to compile/run/debug your code e.g. codeblocks is my favourite free open source IDE. (IDE=Integrated Development Environment)
C++ is a VERY good language but if you have ABSOLUTELY no idea what programming is all about than i would recommend you to go through a couple of python tutorials. It is a very easy language and can give you grasp on some basic programming concepts which will proove to be very helpful once you carry on with C++.
C++ is a VERY good language but if you have ABSOLUTELY no idea what programming is all about than i would recommend you to go through a couple of python tutorials. It is a very easy language and can give you grasp on some basic programming concepts which will proove to be very helpful once you carry on with C++.
#3
Posted 31 January 2012 - 12:41 AM
thank you very much for such a helpful response :rolleyes: im working on windows, i will try python because i have heard that it is easier to learn as a first programming language. Again thanks
#4
Posted 31 January 2012 - 01:29 AM
Python is a great programming language to learn as a beginner. I believe Google have a channel which has lots of videos from some kind of seminar on there. That'd be the one that I used to learn Python. If you're also looking for something interesting to do with Python, I suggest looking into Pygame. It's a wrapper used for graphics/games.
~ Blimp.
~ Blimp.
#5
Posted 31 January 2012 - 10:47 AM
Welcome to CodeCall!
Think my post we're usefull? Please take your time and press the Like button at my post, Big Thanks!
For great C# & Android tutorials visit my blogg: http://www.thecompboy.com/
For great C# & Android tutorials visit my blogg: http://www.thecompboy.com/
#6
Posted 31 January 2012 - 12:06 PM
Welcome to Codecall, Prr98! If I had to start over I would go with C (again).
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
#7
Posted 01 February 2012 - 11:15 AM
Welcome aboard! C++ is fine as a first language. You will probably want to download MinGW, which will give you the tools to compile your program.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










