YenruoY / 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
  7. Abhay Patro
  8. Le-Morri
  9. Shivam Sharma
  10. Aashish Raj Gupta
  11. Akanksha Singh
  12. Animesh Barua
  13. Campo Vettoriale
  14. Vorabhol Chuaybhan
  15. Aayush Sinha
  16. Vedant Goyal
  17. Harshit Singh
  18. Pasindu Madhusankha
  19. Tushar Goyal
  20. Prajwalmithun
  21. Gokul S
  22. Isaac C.
  23. Gaurav Sharma
  24. Kamalpreet Kaur
  25. Ganjar Gingin Tahyudin
  26. Prantik

About

C++

License:MIT License


Languages

Language:C++ 100.0%