here is a motly color project

this is the best C++ project that I'v ever made.
#include <iostream>

int main()
{	
	while(true)
	{
		system("Color 1A");
		std::cout << "\t\t\t    Hello World" << std::endl;
		system("cls");
		system("Color 2B");
		std::cout << "\t\t\t    Hello World" << std::endl;
		system("cls");
		system("Color 3C");
		std::cout << "\t\t\t    Hello World" << std::endl;
		system("cls");
        system("Color 4D");
		std::cout << "\t\t\t    Hello World" << std::endl;
		system("cls");
        system("Color 5E");
        std::cout << "\t\t\t    Hello World" << std::endl;
		system("Color 6F");
		system("cls");
        std::cout << "\t\t\t    Hello World" << std::endl;
		system("cls");
        system("Color A1");
		std::cout << "\t\t\t    Hello World" << std::endl;
		system("cls");
        system("Color B2");
        std::cout << "\t\t\t    Hello World" << std::endl;
		system("Color C3");
		system("cls");
        std::cout << "\t\t\t    Hello World" << std::endl;
		system("Color D4");
		system("cls");
        std::cout << "\t\t\t    Hello World" << std::endl;
		system("Color E5");
		system("cls");
        std::cout << "\t\t\t    Hello World" << std::endl;
		system("Color F6");
		system("cls");
        std::cout << "\t\t\t    Hello World" << std::endl;
	    system("cls");
    }
	return 0;
}
Last edited on
You are being ironic/sarcastic, right?
Last edited on
If you have just one project it's your best and worst at the same time...

Sometimes it's better to have a "good" project than the "best" ;-).
what do you meen hanst99 ?
ok onur then it is a good project.
Last edited on
Topic archived. No new replies allowed.