C plus plus practice
1.0.0
ملفات لممارسة حل المشكلات باستخدام C ++
g++ fileName.cpp
or
g++ -o outputName fileName.cpp
./a.out (Use this to execute the program if you used the first command to compile the code)
./outputName (Use this to execute the program if you used the second command to compile the code)