Comments on: Crash Course in C++ for Cocos2d-x Developers (Part 2) http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/ Heyalda specializes in mobile app, web service and responsive web app development. Tue, 12 Jan 2016 19:14:48 +0000 hourly 1 https://wordpress.org/?v=5.3.2 By: MatrixAndrew http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12243 Tue, 12 Jan 2016 19:14:48 +0000 http://heyalda.com/?p=2456#comment-12243 You should apply to the Cocos team and do some grammar checking there too because every 5th English word they write in their documentations and forums is incorrect 🙂

]]>
By: Jim Range http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12050 Thu, 08 Oct 2015 14:56:01 +0000 http://heyalda.com/?p=2456#comment-12050 Awesome Max. Thanks for catching those and helping make this a better article.

]]>
By: Max Young http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12047 Thu, 08 Oct 2015 10:11:44 +0000 http://heyalda.com/?p=2456#comment-12047 Typo:
The raceCar needs a gas and brake pedal

should be RaceCar

]]>
By: Max Young http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12046 Thu, 08 Oct 2015 10:10:31 +0000 http://heyalda.com/?p=2456#comment-12046 Grammar:

two-way communication between a property and the properties owner.

Should be

two-way communication between a property and the property’s owner.

]]>
By: Max Young http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12045 Thu, 08 Oct 2015 10:08:50 +0000 http://heyalda.com/?p=2456#comment-12045 Typo:
An abstract base class is essential just an interface definition.

]]>
By: Max Young http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12044 Thu, 08 Oct 2015 10:04:08 +0000 http://heyalda.com/?p=2456#comment-12044 typo:
be able to use the code that is defined int he header file you want to use.

]]>
By: Max Young http://heyalda.com/crash-course-in-cpp-for-cocos2d-x-developers-part-2/comment-page-1/#comment-12043 Thu, 08 Oct 2015 10:01:39 +0000 http://heyalda.com/?p=2456#comment-12043 Typo:
The onEnter, onEnterTransitionDidFinish, ***an oExit ***methods can be overridden in your implementation if you want to use them. They are called as their name implies.

]]>