Friday, August 23, 2013

Simple C++ Program

//My First C++ program
#include <iostream>
using namespace std;
int main()
{
   cout <<"Talk To a Teacher\n";
   return 0;
}

//Video Tutorial for How to Run an Simple C++ Program





3 comments: