Easy loopWell most people already will know this but this is just for people who are beginning C++ Code: int y=0; while (!y); hopefully I helped someone
Originally Posted by cod1 Well most people already will know this but this is just for people who are beginning C++ Code: int y=0; while (!y); hopefully I helped someone while(true){ cout << "I won"; }