User profile: NightHawkHat

User info
User name:NightHawkHat
Location:New York, NY
History
Joined:
Number of posts:3
Latest posts:

Why would this compile much less work?
Oh. Duh. No, I'm an idiot. The loop condition was wrong. It should be like this: [code]for(m=k-1;...

Why would this compile much less work?
[quote]The for loop executes but does nothing. Then the statements above execute.[/quote] Ah, that ...

Why would this compile much less work?
I made a typo in a piece of code which mysteriously made it work. I don't think it should even compi...