Variable Declared Globally but has no value?[quote]as it is likely that main is using the local variable while receipt is using the global varia...
Run SDL application from IDEHi all, I have an SDL snake game that uses .png textures. I want to run it from Visual Studio 2012 ...
fscan bad pointeryou're welcome :)
fscan bad pointer[code] char lol[ 50 ]; fscanf( myPlayerFile, "%s", lol ); Player.setName( lol ); [/code] [code]lol[/...
fscan bad pointerI think fprint allows it here because you use the [code].c_str()[/code] part, which returns a C-stri...
This user does not accept Private Messages