User profile: Warnis

User info
User name:Warnis
History
Joined:
Number of posts:192
Latest posts:

Delegation function.
Is there a way to bind a reference to a function? Why yes, it's called a function pointer: http://ww...

issues
Just to add: [code]if(character == 'a' || 'A') // or similar[/code] does not work the way you thi...

Help with beginning programmer
[code]char ch['@'];[/code] This defines a char array with (what I assume is) the size of the ascii ...

c++ counting help
an example of a counting program could look something like: [code] #include <iostream> using na...

c++ counting help
The operator you're looking for is the modulus operator (%), which gives you the remainder of divisi...

User: Warnis
Public profile
Send private message