Skip to content

CPP for Beginners

Andrew Cua edited this page Oct 11, 2022 · 3 revisions

This is page is meant for people who have very limited experience programming in general, if you have a solid grasp of java and OOP then you may find the contents on this page to be boring and slow.

Learn CPP

  • this website has good resources grouped by topic.
  • you can set your own pace to learn the material as fast as you would like

if you'd rather have a more structured approach to CPP then Codecademy is a good resource. It can be slow however.

Exercises

Here are some exercises for you to practice on, they were from last years training so if you've already done the exercises feel free to skip them.

Extra Practice

  • Project Euler
    • project euler is code with an assortment of challenges that can be good practice for newer coders.

Behaviors

Clone this wiki locally