User profile: Branflakes91093

User info
User name:Branflakes91093
History
Joined:
Number of posts:207
Latest posts:

Initializing Arrays with Increment Operators
The postfix increment is handled after the array subscript. Equivalent code: [code] ... inventory[n...

Anything wrong with this c++ code?
And then carefully compare the name of the function you declare on line 8 (and use on line 16) to th...

best place to learn the following math concepts?
For math: https://www.khanacademy.org/ also http://tutorial.math.lamar.edu/

Parameters and Default arguments?
Adding to maeriden's post - your alternative will always return 100, no matter what you pass it.

Why isn't this working ? -Help-
[code]if( attackAnswer == "Yes" || "yes" || "y" || "Y" )[/code] This isn't doing what you think it i...