User profile: cuteApple

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:cuteApple
History
Joined:
Number of posts:3
Latest posts:

Need to make code faster
[code]long [b]cum[/b][MAX];[/code] What does the word [b]"cum"[/b] mean? You have a working progra...

Choosing randomly from array
[quote]I have the following numbers in an array, {0, 1, 1, 1, 2, 3} and need to randomly choose from...

Question help with call-by-reference parameters
[code]void smallBig(int x, int y, int &small, int &big) { if(x >= y) {small = y; big = x;} else ...