User profile: Intrexa

User info
User name:Intrexa
History
Joined:
Number of posts:291
Latest posts:

Need help! Count how many times # entered
Help us help you. What have you done so far. What is the issue you are having.

Weird Array problem?
I think you need to reread about arrays. http://www.cplusplus.com/doc/tutorial/arrays/ "The element...

while loop bug
I can't get as technical as some users here undoubtedly can. The issue is that cin is attempting to...

y/n while loop
Look at just the relevant code. [code] int main(int argc, char *argv[]) { bool loop = true; ...

Finding the remainder using bitwise operators.
Break it down to binary to easier to see what you need to do. [code] 29 = 0001 1101 8 = 0000 1000 ...