DEV Community

Discussion on: What to Do After the Coding Academy

Collapse
 
samhudgens profile image
Sam Hudgens

Just a heads up:
To write the simple C++ application where the animals are created, you might need to read a little bit into Chapter 8 of the C++ course linked in the article. Chapter 8 covers the syntax for creating classes such as "Dog" and "Cat".

Also in order to get the syntax for the "Animal" abstract class, readers might need to look into lesson 12.6 of the C++ book: learncpp.com/cpp-tutorial/126-pure...