semprevivere:

A true thing of beauty…the Rickenbacker 360. Quite possibly the sexiest guitar in the world

First code ever written:Hello world…

#include <iostream>using namespace std;void main(){ cout « “Hello World!” « endl;   cout « “Welcome to C++ Programming” « endl; }

semprevivere:

A true thing of beauty…the Rickenbacker 360. Quite possibly the sexiest guitar in the world

First code ever written:Hello world…

#include <iostream>
using namespace std;
void main()
{
cout « “Hello World!” « endl;   cout « “Welcome to C++ Programming” « endl; }

11 Notes