Recent content by jlemay

Recommended Videos
  1. J

    Learning C++

    A bit late, but I'll respond anyway. The first thing you need in order to learn C++ is an IDE (Integrated Development Environment). This just means software that contains a text editor, a debugger, and a compiler. On Windows, two good examples are: Microsoft Visual Studio The most...