Quote:
In fact, on many Linux machines, you can print out a special variable to determine the exit success:
g++ -std=c++98 -o myprog myprog.cpp && myprog
# the program output is here
echo $?
# if $? shows 0, then myprog exited fine (it exited with 0 errors)
|
do you also create linux application with C++

Cuz I've also been wondering with this a while back ago to what language do you use to create a linux application..? Because as you see, windows is really popular because many developers are program their application using C++ or whatever else, while I don't see any specific language that's dedicated to create a linux application. That's one part that my friend and me researching about for his graduate studies
