Hi dears,
This is the part 1 of the Main Linux Agenda to become a SAP Consultant expert enjoying Linux features in our machines or laptops.
Context: for SAP consultants this is an important topic, we agree that C++ is a relevant topic when would like to improve our development skills in many programing language, so i show you how to install the application in Linux. Even i have included a course where you will achive knowledge about project management with real scenario simulated with C++ and that is going to help you to apply that knowledge in another SAP technologies like SAP Build to prototype scenarios.
C++
This is another tool that can help you to compile C++ source code, so i will be direct in the steps that you can follow if you need it: LINK
//Install:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get install build-essential
//Create new program:
nano holaMundo.cpp
//Compile:
g++ -o ejecutable holaMundo.cpp
a) Update libraries:
b) Update last version:
c) Install GCC
Udemy: as value added i delivered a cheaper knowledge to learn how to implement real scenarios in C++ with Linux… https://www.udemy.com/course/implementac/
Thank you for your attention and if you have more information to complement this knowledge, please share it into the commentaries section!!!…
Copyright: 2004193712021
Original Article:
https://blogs.sap.com/2020/04/20/linux-part-5-c/