Anyone know how to fix this semantic error or why its screaming at me?
Causes a semantic error: 'strtol' is ambiguous.PHP Code:long int num = strtol(input.c_str(), 0, 10);
Not sure if its more an IDE thing, but I'm using Eclipse CDT and the g++ compiler for Mac OS.




Reply With Quote