where to find tutorials for c++ ?

Asked by Semi Conductor

i am a new comer to ubuntu 8.04
i know average level programming in c++ using turbo c++ of dos/windows
But when i switched to ubuntu,i found certain changes in programming style.

i would like to create executables using g++,but the changs from turbo c++[very old] really made me stuck.
i wasn't able to create complex programmes.

Help me with the hang over! by providing useful tutorials/foo's or links

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Mulqueen
Solved:
Last query:
Last reply:
Revision history for this message
delance (olivier-delance) said :
#1

Are you talking of C++ ? In this case, change title of question.

Revision history for this message
Best Michael Mulqueen (michael.mulqueen) said :
#2

One of the sites listed here should help you:
http://www.google.com/search?q=c%2B%2B+programming+on+linux

To clarify for anyone that reads this. The compiler is G++ (part of GCC, the main compiler on Ubuntu) and the language is C++.

You might also want to look into Python, it's a bit of a wonder language, especially on Ubuntu/Linux. A lot of popular programmes are written in it.

Revision history for this message
Semi Conductor (semiconductor-deactivatedaccount) said :
#3

sorry i really ment c++ not g++ !

Thanks

Revision history for this message
Semi Conductor (semiconductor-deactivatedaccount) said :
#4

Thanks Michael Mulqueen, that solved my question.