Running Programs
I've been wanting to get to work on some C++ development, but I've never before worked in a Slackware 10 enviroment. I wrote a basic program, figured out how to compile it (g++ helloworld.cpp -o helloworld), but I can't figure out an easy way to make my programs run. Typing simply "programname" doesn't work, and trying to use bash gives me "Unable to execute binary files". There's got to be an easy way to run a program other than going into the console and writing /user/home/CPP/programname everytime. Thanks.
|