choward
08-29-2008, 07:39 PM
Hi. I own a domain at bluehost. I typically do all the scripting for the site in Perl. However, I recently started learning C++. When I noticed g++ was installed on the server for my site, I was curious if I could compile code on it. I tried it with some really simple code but only got a host of non-sensical compiler errors.
I asked someone in Bluehost chat about it and he said the they didn't support that. But he also said I should post something in the forum and see if anyone else had success trying something like this.
I was mainly just playing around, being interested in the idea of making CGI-style programs in C++ instead of Perl. I suppose I could try uploading binaries, but I would have to make a virtual machine or something first, because I think my site server is running Redhat-64bit, while I only use 32bit at home. (I tried uploading a binary compiled on a 32 bit machine, but it wouldn't run on the site server -- floating point error.)
I asked someone in Bluehost chat about it and he said the they didn't support that. But he also said I should post something in the forum and see if anyone else had success trying something like this.
I was mainly just playing around, being interested in the idea of making CGI-style programs in C++ instead of Perl. I suppose I could try uploading binaries, but I would have to make a virtual machine or something first, because I think my site server is running Redhat-64bit, while I only use 32bit at home. (I tried uploading a binary compiled on a 32 bit machine, but it wouldn't run on the site server -- floating point error.)