Help with functionsJust leave out the "== true", it's gonna do the same thing.
Help with functionsWhen isItPrime returns true, your code is going to say "if(true ==true)". Anyway, you forgot the par...
Help with functionsYour problem comes from forgetting the function parameter on line 14. And... You should initialize t...
Structure in C++There are multiple things wrong with your code: -the struct must be declared outside of the main() ...
This user does not accept Private Messages