Visual studio 2008 isn t catching syntax errors. for example: Tpc_feed(void);
compiles fine.
this: Tpc_feed(void);;;;;;;
compiles fine, but this Tpc_feed(void)
catches an error. Are the extra semi-colons not syntax errors? I m on Windows 7 32 bit and VS C++ 2008
static void Main() { // Set the SystemEvents class to receive event notification when a user // when display settings change. SystemEvents.DisplaySettingsChanged += new ...