Dec 28, 2014

Dec 26, 2014

Dec 24, 2014

Dec 23, 2014

General structure of a c++ program

p { margin-bottom: 0.25cm; line-height: 120%; } General structure of a c++ program : #include <iostream> using namespace std; int main() { cout << "This is a simple C++ program!" << endl; } 1. #include <iostream>       p { margin-bottom: 0.25cm; line-height: 120%; }a:link { }                       ...
Filed under  | 

Dec 20, 2014