AllenAJ / Zero-to-Hero

C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero to Hero GitHub code size in bytes Open Source Love MIT Licence Open Source Love

This is a repo that contains C++ basics which will take you from Zero to Hero !

C++ Installation Guide

C++ Compiler installation on Windows

Download Visual Studio

Download Dev-C++ IDE to develop C++ applications

You can install MinGW

C++ Compiler installation on UNIX/Linux

If you are using UNIX / Linux, then most probably C++ compiler called GCC should already be installed in your system. To check if you have it installed, you can type cc or gcc at the command prompt.

$ gcc -v

If for some reason it is not installed on your system, you can download it from gcc.gnu.org/install.

C++ Compiler installation on Mac

Install Xcode development environment from Apple's website, to use GNU C/C++ compiler. You can download Xcode from developer.apple.com/technologies/tools.

Contributors :

  1. M.Anantha Vijay
  2. Kamontat Chantrachirathumrong
  3. Harshit Garg
  4. Salil Cuncoliencar
  5. Allen Joseph
  6. S.Sriram

About

C++

License:MIT License


Languages

Language:C++ 100.0%