From the course: C++ Best Practices for Developers

What you should know - C++ Tutorial

From the course: C++ Best Practices for Developers

Start my 1-month free trial

What you should know

- [Instructor] This course is for C++ programmers of all levels. You should be comfortable using the command line. I am on a Mac using Visual Studio Code as my editor. However, any text editor you use for C++ development will work fine. In Visual Studio Code I have font ligatures turned on. This joins two characters next to each other into one. For instance, when I type a dash and a greater than sign, it will display as a right arrow. I will be using the Clang compiler from the command line. However, GCC and Microsoft compilers will also work.

Contents