Name: C++ 2009-08-10 6:32
I'm trying to make a program which displays the first 100 prime numbers. I've managed to make one which tells us whether a number is prime or not(http://pastebin.com/m38992e3e), but I cannot figure out how to print the first 100 prime nos.
Any help?
Any help?