During my internship I wrote C++ for the first time, it was quite unintuitive because I’m mainly used to writing in Javascript and Python, which are much more similar to each other than C++ is to JS for instance.
- printing text in c++
- vectors in c++
- copies vs references in c++
- C++ treading, (so you can see when every line of code executes and for how long that process is running, super handy for debugging.