You can use google for something besides porn!
EDIT1: I figured it out all by myself.
EDIT2: The coordinates for your Zanarkand Abes Logo are:Code:int main()//Initializes program { int cdn; //Countdown start # int mr1; //Number stored from modulus 2 int mr2; //Number stored from modulus 3 int mr3; //Number stored from modulus 5 int mr4; //Number stored from modulus 7 for (int cdn=1; cdn<101; cdn++) { mr1=cdn%2; mr2=cdn%3; mr3=cdn%5; mr4=cdn%7; if (mr1!=0&&mr2!=0&&mr3!=0&&mr4!=0) { cout << cdn << ", "; outfile << cdn } } getch(); return 0; }
moveto (10, 30);
lineto (40, 0);
lineto (60, 10);
lineto (70, 30);
lineto (80, 10);
lineto (100, 0);
lineto (130, 30);
lineto (100, 50);
lineto (110, 30);
lineto (100, 20);
lineto (80, 40);
lineto (80, 50);
lineto (90, 40);
lineto (100, 90);
lineto (70, 140);
lineto (30, 60);
lineto (60, 80);
lineto (50, 80);
lineto (70, 110);
lineto (80, 90);
lineto (60, 50);
lineto (50, 40);
lineto (60, 40);
lineto (60, 30);
lineto (40, 20);
lineto (30, 30);
lineto (40, 50);
lineto (10, 30);
floodfill(11, 30, fg);
Thanks for the graphing idea edczxcvbnm .




 
			
			 
					
				 
			 
 
					
				
 
					
					
					
						 Reply With Quote
  Reply With Quote