I was reading through some of my hosts FAQ questions the other day and came across this.. Can I compile my code programmed in C? Solution Yes, you can use the 'gcc' compiler to do this. I have some programs wrote in c++ ( i use gcc compiler ) so i figured that c++ could also be compiled as they are talking about. Am I able to compile my programs on my server, and allow my visitors to use the software through my compiled source? I really dont understand why else you would want to compile code on your host... Would i need to shell in with SSH or something to complile? Anybody have an understanding of what this could mean or if i could have my code accessed by my users?
If your host has gcc configured for client use and you have telnet/ssh access-- I would think this is how it could be done. Q...