vasw / C-Cpp-Notes

Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.

Home Page:https://caiorss.github.io/C-Cpp-Notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP C++ Papyrus

C++ - CPP

Quick Access

Core C++

Libraries and frameworks

System Programming

C and C++ Tooling

Building Systems and package managers

General

  • Tooling
    • Compilation of several development tools for C and C++.
  • C and C++ Debuggers Notes
    • Notes about C and C++ debuggers. Covered: GDB (GNU Debugger) and WinDBG (Windows Debugger).
  • Doxygen - Documentation Generator
    • Doxygen documentation generator examples.
  • CERN’s Root C++ REPL and CLING
    • Notes about the CERN’s interactive interpereter based on Clang/LLVM for C++ where the user can type and evaluate C++ code, load libraries like shared libraries, boost libraries and and also test C++ with immediate feedback. ROOT is invaluable tool for learn, practicing C++ and create demonstrations.

Computer Graphics

  • Computer Graphics
    • Basics of computer graphics programming and math focused on OpenGL API.

Miscellaneous

Bookmarks

This Document

This Repository

This Site

Notes

  • This document can also be viewed from Smart Phones, Tablets or any other small screen devices.
  • To open a link (a.k.a hyperlink) in a new tab, hold CTRL key and click at the linl.
  • The HTML version of this document was tested on web browsers: Firefox, Chrome, Chromium, Microsoft Edge. Unfortunately the html version still does not work well on Safari web browser.

About

Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.

https://caiorss.github.io/C-Cpp-Notes


Languages

Language:C++ 89.8%Language:F# 3.5%Language:C 2.2%Language:Scala 1.6%Language:Python 1.4%Language:Haskell 0.7%Language:Emacs Lisp 0.5%Language:Makefile 0.3%Language:C# 0.2%