s-mehrdad / CplusPlus

A brief overview on C++ features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

CplusPlus project originally aimed to serve as a personal private reference for coding in C++ language. The project is just learning materials, which tries very hard to bring learning instruction, the source code itself and the compilation results all together in coding environment in easy language which results in experiencing more joy while learning to code.

Getting Started

  1. Installation process: Both Visual Studio and Qt Creator (MinGW) IDEs have been tested. MacOs's Xcode and Cmake have been used to build too.
Git: git clone git@github.com:s-mehrdad/CplusPlus.git
  1. Software dependencies: Can be compiled on Windows, MacOs and Linux

  2. Latest releases: Source code is released and ready to be built.

  3. API references Windows's console: screen, colour and font manipulations APIs. And platform independent ANSI escape characters and APIs.

Build and Test

If you are a beginner, use Visual Studio or know what you are doing.

Compile using CMake.

Cmake: cmake --build build-path

Contribute

Contributions are welcomed.

References

cplusplus.com
Stackoverflow
cppreference.com
Microsoft Docs
IBM Knowledge Center
tutorialspoint
C++ reference
Platforms reference ANSI escape code

Copyright Notice

Refer to license file provided within SOFTWARE itself.

About

A brief overview on C++ features

License:MIT License


Languages

Language:C++ 97.6%Language:C 1.8%Language:CMake 0.6%