Skip to content

Sahil-Shende/Zero-to-Hero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  7. Abhay Patro
  8. Le-Morri

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%