Hello,
This is my first post and I'd love some help. I have WinXP SP3 and am using MinGW as my cpp compiler. I'm trying to write a cpp program that makes change in dimes and pennies given any int from 0 to 100.
Here's what I'm compiling, which gives the above named error:
Now I should mention that I've compiled one of the tutorial cpp progs made available to all by clicking 'Sourcecode' to the left on this page. It ran fine and everything seemed okay, including the extension '.cpp' which I can't get on any of my cpp programs. This also is an annoying mystery to me.
hey bluezor
I tried your version and got the same thing. It also wasn't recognized by Windows as a .cpp application. It got a .h. I've noticed all the .h s give "too big..etc'' but '.cpp's actually compile with mingw. I think I'm gonna find the bin file for vc++(since I have it on here also) and use that instead for cpp compiling. I feel kinda bad about that since mingw can supposedly do java, c and cpp. It seems like a waste. But its only a few million 0s and 1s right? Thanks for all and anymore help