undefined reference to `WinMain@16'Hello again, so I decided I would work on my calculator more, and make it able to multiply. so far, ...
Restarting program instead of closing?So I created a simple calculator (I know, how cliche...) And I was wondering if there's a way to re...
error: expected unqualified-id before '{' tokenHaha, yup. cout [code]<< "Print this to screen" << endl;[/code] worked :D Thanks so much mate!
error: expected unqualified-id before '{' tokenAlright, I got rid of the semi colon in line 3. But now I'm getting an error on lines 7 and 9 saying...
error: expected unqualified-id before '{' tokenalright, so I changed it to [code]#include <iostream> using namespace std; int main(); { int x = 5; ...
This user does not accept Private Messages