Software Intallation
Software Intallation
1.Next button
4. Install
5.Install
6. Yes button
7. Next button
8. Finish button
9.Codeblocks project create
“create a new project” click
16. main()
Program 1.1
#include <iostream>
using namespace std;
int main()
{
cout << "Welcome Myanmar!" << endl;
cout << "I'm C++ developer"<<endl;
cout << "Hello\n\n";
cout << "Myanmar";
return 0;
}
*******************************************