From the course: Introducing Functional Programming in C++

What you should know - C++ Tutorial

From the course: Introducing Functional Programming in C++

Start my 1-month free trial

What you should know

- [Instructor] You should be an experienced C++ programmer. This is not a teach you to program C++ course. It is a course to teach you a different technique for programming C++. I am on a Mac using Visual Studio Code as my editor. However, any text editor you've used 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 a command line. However, GCC and Microsoft compilers will also work. For this course, I've downloaded the Boost RxCpp and Catch2 libraries.

Contents