View Single Post
  #9 (permalink)  
Old 07-08-2007, 10:18 AM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
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

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote