User: BlueSquirrelJQX

  • Public profile

User profile: BlueSquirrelJQX

User info
User name:BlueSquirrelJQX
Old user name:BlueSqurral
History
Joined:
Number of posts:8
Latest posts:

Math help needed for a beginner?
Maybe this will help: [code]percent = studentscore / maxscore * 100.0[/code]

Uppercase or Lowercase
takaflaka, in fact, you can use the standard library function: islower(char ch) and isupper(char ch...

For loop vs For each loop for arrays
Kourosh23, the problem with your code is that arrays don't have range-for loops. Range-for loops a...

C++ arrays and array parameter - BUG!
Kourosh23, the problem with your code is that a unknown sized array (in your code, n[]) can't be pa...

The use of extern
dhayden and Golden Lizard, thank you very much. I've modified my code and it works as desired now.

This user does not accept Private Messages