User profile: ProgrammerJames

User info
User name:ProgrammerJames
History
Joined:
Number of posts:6
Latest posts:

basic calculator
[quote]Well functions are pretty much overkill in this scenario.[/quote] I reckoned. I am just tryi...

basic calculator
Well.. I have an idea. How about making functions? Functions can seriously shorten your code. Exce...

nested for loop not working
[code]for (int number = countDown; number >= 0; --number) [/code] It will be decrementing the numbe...

beginner
[code]#include <iostream> using namespace std; double ratio (int a, int b, int c, int d, int e, int...

Where do you put .rc files and resource.h file in MinGW?
OH, it's been a long time, but thanks. It worked!