Skip to content

C++ Learning Guide

Have you ever encounter these problems below?

  • Although I have learnt Pointer and Class, I seldom apply these knowledge when it comes to relevant situations.
  • I don't know what data type really means and I can't properly use it when I write myfunctions.
  • I'm confused of why somebody can write up Elegant Code fast,but I just make "Shit Hill Code".

And So on...

Now I want to stand from the perspective of us students and give you a detailed instructions to C++ in order that We don't use a lot of time but obtain the useless techniques for examinations.

Useful Learning Resource

Name Intro
TheCherno The Video bloggers translate the complex knowledge into east-understanding things and excel in clarifying underlying principle. Recommend!!

I will coninue to update this series until I have grasped Compilation Principles.