User profile: davidcox95

User info
User name:davidcox95
Name:David Cox
Bio:Studied C++ and Java.
History
Joined:
Number of posts:3
Latest posts:

Homework
For #2 lookup the Sieve of Eratosthenes. Its a simple algorithm that finds prime numbers.

School Project: Wheel of Fortune
in both if statements compare char y to the char constant '_' not the string literal "_"

Best C++ Compiler and IDE?
I use NetBeans because I started out programming in Java and it also supported C++, which I learned ...