C++ problem I'm having - Printable Version +- [TC] Gaming Forums (https://forum.city-driving.co.uk) +-- Forum: Community Area (/forumdisplay.php?fid=14) +--- Forum: Technology Area (/forumdisplay.php?fid=82) +---- Forum: Tech Support (/forumdisplay.php?fid=85) +---- Thread: C++ problem I'm having (/showthread.php?tid=20761) |
C++ problem I'm having - kxait - 2015-12-19 14:57 so today i tried c++ sfml today, and i made a window class. i made a pointer to a new sfml window to a m_window object, intellisense reports fine but when i try the code, this shit happens: the code: window.cpp main.cpp the code in red brackets is what the debugger tells me there is an error any clues? EDIT: Fixed it. Had to remove the type declarator before m_window in the constructor, that fixed it. inb4 the lock RE: C++ problem I'm having - Connor - 2015-12-19 17:11 Moved to correct location. Glad you solved your problem. |