User profile: dancks

User info
User name:dancks
Location:Central New York
Bio:Just a community college student with an intense interest in programming. I had dreams of becoming an application developer... Until I tried to learn C++
Statistical data
Gender:Male
Occupation:Student
Skills:PHP
C++
Java
Javascript
History
Joined:
Number of posts:89
Latest posts:

code implementation of a break point doesn't work in bigger file?
I'd rather not post another thread, looking at that function, would there be any reason why the scan...

code implementation of a break point doesn't work in bigger file?
line 160: `void breakpoint(const char *str, ...)` I was missing a semi-colon. *facepalm* See I kne...

code implementation of a break point doesn't work in bigger file?
I got the exact same error output. even `format4.c: In function ‘breakpoint’:` is the same. I ev...

Reverse programming!
Alright at least you broke it down: [code] int num_widgets=0; printf("How many widgets do you need s...

Reverse programming!
pretend you're the computer: write out pseudocode as a line by line step of how you would try to do ...