User profile: invoker

User info
User name:invoker
Old user name:MileSusesPRO
Name:mmr
Location:Ann Arbor, MI
Bio:Student.
History
Joined:
Number of posts:25
Latest posts:

Program skipping crucial loop- cannot figure out why
[quote] The functions aren't bad but if you want to take a value out of a function it shouldn't be a...

Program skipping crucial loop- cannot figure out why
Just returned check_number() as an integer, treating it as the digitcount, as the whole purpose of t...

Program skipping crucial loop- cannot figure out why
I understand what you are saying, and I would like to state that the for() loop issue was a glimpsed...

Program skipping crucial loop- cannot figure out why
Found the problem: the format of the for() was improper in line 10. [code] for(i = 0; ; i++) [/code]...

Program skipping crucial loop- cannot figure out why
I am currently writing a program that converts a base-10 number into base-2. Unfortunately, the pro...