Skip to content

kalpak92/Learn-CPP

Repository files navigation

Learn-CPP

Notes and code snippets.

C++ Useful Links

  • C++ Reference - A complete online reference for the C and C++ languages and standard libraries.
  • Complete C++ Resource - Complete guide to C and C++.
  • Awesome C/C++ - A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things.
  • Learn C++ - LearnCpp.com is a free website devoted to teaching you how to program in C++.

C++ Tools

  • Code::Blocks IDE - Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users.
  • CodeLite IDE - A Free, open source, cross platform C,C++,PHP and Node.js IDE.
  • GCC Compiler - The GNU Compiler Collection.
  • MinGW - Minimalist GNU for Windows.
  • Eclipse CDT - The Eclipse CDT Project provides a fully functional C and C++ IDE based on the Eclipse platform.
  • Net Beans - NetBeans IDE includes project types for C and C++ and appropriate project templates.
  • GNU make - GNU Make is a tool which controls the generation of executables from the program's source files.