Hi,
I'm still pretty new to c++ programming in Fedora Core. I've successfully done up my c++ code and it can run when i did:
gcc -o test test.c
./test
However, is there a way which i could run this test file from any directory? For example, u can run ip6tables from any directory after installing it. I've tried looking for it online for quite some time now, but to no avail.
Thanks and Regards,
KiaN