Super Easy C / C++ Tools Install on Linux - Create and Compile Your First Program with GCC / G++.
Super Easy C / C++ Tools Install on Linux which will help you Create and Compile your first C / C++ program today. This is intended for C / C++ beginners who need help setting up C / C++ compiler tools on their Linux distro of choice. (Ubuntu, Debian, Arch, RHEL based). C / C++ is general use programming language and all you need is a few minutes to setup GCC / G++ things setup so you can compile your own programs on Linux today using C / C++ compiler tools.
Start compiling your very first program by installing GCC / G++ and compiling. This is an easy method to install the tools required to compile C / C++ programs using the native package manager of your Linux Distro whether it be Ubuntu, Debian, Arch, or RHEL based. Look in further below in the description to find the proper package name for your distro. Start Programming in C / C++ today on your Linux system.
My Linux Cheat Sheet and 25 Page Checklist here:
📚 https://learn.savvynik.com
Share this free tool and support Small YouTubers
https://editbulk.com
(I made this tool to help creators)
Want more info/content?
https://savvynik.com
Useful Links/Commands:
RHEL/CentOS/Fedora -
sudo yum groupinstall "Development Tools"
or
sudo yum install gcc gcc-c++ make
Debian/Ubuntu Based -
sudo apt install build-essential
Arch Based -
sudo pacman -Sy base-devel
Other Videos By SavvyNik
Other Statistics
Counter-Strike: Source Statistics For SavvyNik
Currently, SavvyNik has 643,423 views for Counter-Strike: Source across 21 videos. Counter-Strike: Source has approximately 5 hours of watchable video on his channel, or 2.65% of the total watchable video on SavvyNik's YouTube channel.