Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

MoroS84

Member Since 11 Jul 2012
Offline Last Active May 15 2013 05:03 AM
-----

#4965451 c++ header include to class problem FIXED

Posted by MoroS84 on 02 August 2012 - 02:59 AM

Maybe you should try to include the App.h in the EventHandle.cpp (before or after including EventHandler.h)? Just a guess thought, but there's clearly no reference to App.h in the code you pasted above.


#4957978 C++ As First Language

Posted by MoroS84 on 11 July 2012 - 04:49 AM

Hi ShadowStep.

Many of the worst issues will be avoided if you write modern proper C++ rather than the bastardized mix between C and C++ that some online tutorials teach

A big +1 on that one Simon. Besides C is a lot better for understanding basic language syntax (functions, conditional instructions, loop instructions, basic code layout, etc.). C++ adds a lot more to that.


PARTNERS