User profile: aoeuaoeuaoeu

User info
User name:aoeuaoeuaoeu
Old user name:siyck
History
Joined:
Number of posts:2
Latest posts:

Very simple web interface for C++ class
Check out the PHP function [code]exec()[/code]: http://www.php.net/manual/en/function.exec.php You ...

Find all prime numbers from 1 to 1000. This is what I have done until now
Here's what I came up with: [code] #include <iostream> using namespace std; bool prime; int main...