Re: Function Pointer Problem
Is that a mismatched brace? And why do you have a comma there?
Re: Function Pointer Problem
Nothing changes when I remove the comma, and the brace is not misplaced.
Re: Function Pointer Problem
MSVC++ 6? Probably because it sucks. Use a better compiler.
Re: Function Pointer Problem
Quote:
Originally Posted by CornedBee
MSVC++ 6? Probably because it sucks. Use a better compiler.
:rolleyes: Thanks, bro. Truly inspirational.
Re: Function Pointer Problem
Meh. Not my fault the compiler you're using is 8 years old. If you used Windows98, would you complain if it didn't support the funky new gadget you just bought?
The toolkit of VC++7.1 is freely downloadable. Somebody even managed to plug it into the 6 IDE after a fashion; search the archives.
Or get Dev-C++, which uses a good GCC.