| c++ free and complete tutorial |
|
|
|
| Written by zadminz |
| Thursday, 06 August 2009 17:25 |
|
Page 1 of 7
hi;peace and loveĀthis is a c++ tutorial with examples and so on...__zee
Abstraction
top
Computer scientists use abstraction to understand and solve problems and communicate their solutions with the computer in some particular computer language. Compile the *.cpp sourcein linux systems: please note you need to have installed (your choice of) compiler.I use g++ which is available for freerun this code in your terminal sudo aptitude update && sudo aptitude install g++
save this as file_name.cpp. any_user@host# g++ file_name.cpp -o filename then run: any_user@host# ./filename (Make sure not using gpp as it works for c source.) output:hello world |
| Last Updated on Friday, 24 December 2010 19:58 |


