User: Rad1

  • Public profile

User profile: Rad1

User info
User name:Rad1
History
Joined:
Number of posts:4
Latest posts:

Help with functions
Just leave out the "== true", it's gonna do the same thing.

Help with functions
When isItPrime returns true, your code is going to say "if(true ==true)". Anyway, you forgot the par...

Help with functions
Your 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