473,698 Members | 2,153 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Shell Access with C++ Recommendations

hi all,

I'm looking for recommendations for unix "shell access" services that
provide a c++ compiler (gcc or intel). free would be preferable.
basically i'm looking at testing out some networking related code over
the internet.
any suggestion will be greatly appreciated.
-xander
Nov 16 '08 #1
14 2345
Sam
xa************* *@gmail.com writes:
hi all,

I'm looking for recommendations for unix "shell access" services that
provide a c++ compiler (gcc or intel). free would be preferable.
basically i'm looking at testing out some networking related code over
the internet.
any suggestion will be greatly appreciated.
Install Linux on a spare machine. Now you have your own "shell access".
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkk fdVIACgkQx9p3GY HlUOJVaQCfeJfZ/A+vKvKc+auR4BrN bBU/
DasAn2T5wTQOBAK UrtpYsJ8NaR9URJ 1s
=f9kP
-----END PGP SIGNATURE-----

Nov 16 '08 #2
>
Install Linux on a spare machine. Now you have your own "shell access".
That's a really dumb answer Sam, obviously i have a few boxes I'm
playing with locally. But looking at the caliber of your past post
responses I'm not the least surprised.
Nov 16 '08 #3
On 16/11/08 00:16, xa************* *@gmail.com wrote:
hi all,

I'm looking for recommendations for unix "shell access" services that
provide a c++ compiler (gcc or intel). free would be preferable.
basically i'm looking at testing out some networking related code over
the internet.
any suggestion will be greatly appreciated.
-xander
The only free shell I am aware of is: http://silenceisdefeat.org/

You have to pay a token $1 or something small by paypal but then it is
free after that. I've had mine for a few years now. Their main box is
OpenBSD. It's quite slow, though, and with load averages between 5 and 6
so not suitable for compiling large applications.

There are plenty of pay for shells available and if you want a decent
speed then you're probably going to have to "shell out".

--
George Kettleborough
Nov 16 '08 #4
On Sat, 15 Nov 2008 16:16:15 -0800, xander.grespesk y wrote:
hi all,

I'm looking for recommendations for unix "shell access" services that
provide a c++ compiler (gcc or intel). free would be preferable.
basically i'm looking at testing out some networking related code over
the internet.
any suggestion will be greatly appreciated.
http://www.bshellz.net/

http://www.red-pill.eu/freeunix.shtml

--
OU
Remember 18th of June 2008, Democracy died that afternoon.
http://frapedia.se/wiki/Information_in_English
Nov 16 '08 #5
On Nov 16, 1:16*am, xander.grespe.. .@gmail.com wrote:
I'm looking for recommendations for unix "shell access"
services that provide a c++ compiler (gcc or *intel). free
would be preferable. basically i'm looking at testing out
some networking related code over the internet.
I'm not sure what you mean by "shell access" services. C++ has
a standard function, system() which allows invoking another
program. This program can be a shell, and on Unix based
machines, it will be a shell---Posix requires that system()
invoke a shell to interpret the command, but you'll have to see
your compiler documentation to find out what it actually does.

The only real problem is that the shell commands aren't really
portable. Still, Unix look-alikes abound, and there are a
number of Unix-like tool kits for Windows, so if you use a set
of Unix commands (not from the latest Posix standard, but
something a bit older), you can obtain a limited amount of
portability, sufficient for many uses.

--
James Kanze (GABI Software) email:ja******* **@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientier ter Datenverarbeitu ng
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Nov 16 '08 #6
On 2008-11-16 01:16, xa************* *@gmail.com wrote:
hi all,

I'm looking for recommendations for unix "shell access" services that
provide a c++ compiler (gcc or intel). free would be preferable.
basically i'm looking at testing out some networking related code over
the internet.
any suggestion will be greatly appreciated.
sdf.lonestar.or g

--
Erik Wikström
Nov 16 '08 #7
On Nov 15, 11:53 pm, George Kettleborough
<g.kettleboro.. .@member.fsf.or gwrote:
The only free shell I am aware of is:http://silenceisdefeat.org/

You have to pay a token $1 or something small by paypal but then it is
free after that. I've had mine for a few years now. Their main box is
OpenBSD. It's quite slow, though, and with load averages between 5 and 6
so not suitable for compiling large applications.
I'll check that out, thanks for the recommendation.
There are plenty of pay for shells available and if you want a decent
speed then you're probably going to have to "shell out".
I'd be willing to fork-out a bit depedning on the level of service and
available tools. Do you have any specfic providers in mind?

-xander
Nov 16 '08 #8
On Nov 16, 12:24 am, Obnoxious User <O...@127.0.0.1 wrote:
http://www.bshellz.net/
I'll give it a try.
http://www.red-pill.eu/freeunix.shtml
alot of the links here that have the term c++ seem to be dead or have
moved on.

-xander
Nov 16 '08 #9
On Nov 16, 1:59 am, James Kanze <james.ka...@gm ail.comwrote:
I'm not sure what you mean by "shell access" services. C++ has
a standard function, system() which allows invoking another
program. This program can be a shell, and on Unix based
machines, it will be a shell---Posix requires that system()
invoke a shell to interpret the command, but you'll have to see
your compiler documentation to find out what it actually does.

The only real problem is that the shell commands aren't really
portable. Still, Unix look-alikes abound, and there are a
number of Unix-like tool kits for Windows, so if you use a set
of Unix commands (not from the latest Posix standard, but
something a bit older), you can obtain a limited amount of
portability, sufficient for many uses.
Hi James,
I'm not sure if you're joking or are serious... either way thanks for
the bit on system.
Nov 16 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1568
by: Trips | last post by:
Hello Folks I have been having headache solving this and now I need your help I have developed an windows application which access network resources under differnt authenticated identity and not the client who is running the application The application runs on client machine and it has to access a network folder by impersonationg a specific user and downloads the file on client computer Now when user clicks on download/copy button...
4
2628
by: Andrew Chanter | last post by:
I have a VB app that has a routine that runs macros in a (password protected) Access 97 db. (I have attached the code below.) Most of these macros end up opening a form in the Access db for the user to interract with.When the user finishes in the Access session they quit and are returned to the VB app. Problem is that in many cases, when the user quits the Access session, an Access 'shell' remains in the taskbar that cannot be removed...
3
6266
by: moondaddy | last post by:
I need to start an ms access 2003 app from a vb.net winforms app and didn't want to load all the interop stuff for office into the .net project. I thought that using the shell cmd would be a nice clean way to get it started. However, when I call the shell cmd, I get a "File Not Found" error. here's my code: Dim ClientPath As String = Directory.GetCurrentDirectory & "\" &...
3
1741
by: squash | last post by:
Looking for a reliable web host with fast cutomer support that supports ssh shell access? Can pay $10-15/month. Any recommendations? I have been using axishost.com and webclickhosting.com with great success, but want to try a third one.
7
14698
by: Jimmy | last post by:
Im using the following code to open a second access database: Dim stAppName As String Dim retVal As Integer stAppName = "msaccess.exe" & "C:\PlantManager\Plants.mdb" retVal = Shell(stAppName, 1) and access returns an error of File Not Found. I tried the following variation with the same result:
25
62523
by: dennijr | last post by:
ok, shell always used to be easy for me, now its starting to get annoying cause i dont know wats wrong heres the simplist code possible: Private Sub IExplorer_Click() a = Shell("C:\Program Files\Internet Explorer\Iexplore.exe http://www.google.ca", vbMaximizedFocus) End Sub i have a program thats been on my desktop for about a month now that uses these 3 lines of code(supposed to be 3 lines but it doesnt quite fit) and its been...
5
2899
by: AGP | last post by:
I have been looking far and wide for an easy to implement shell extension. My needs are basic...for two file extensions .YYY and .ZZZ I would like the context menu in explorer to simply show my app icon and "Open with MyCooolApp". Are there any recommendations for a shell extension code base? I am trying to look for one that is easily changed and compiled and will run as a unique extension to my app. Rgds AGP
3
6728
by: Max Vit | last post by:
I have come across a strange issue whilst trying to use a shell command call from Access and have spent some time trying to figure this out but can't find the cause as yet. The issue is: I need to execute a command call from within Access to execute a batch file (sample.bat). To do this, we use the Shell function, something like: Shell "cmd /c sample.bat"
0
1650
by: eerpini | last post by:
On Mon, 2008-11-17 at 01:56 -0800, James Kanze wrote: he was not referring to shell access using the system() call so that he could run shell commands. He was rather looking for a shell access service on the internet so that he could test his 'networking code'. Something like ssh access ..... understand ?
0
8600
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9155
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9018
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8890
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5859
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4360
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4614
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3038
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
1997
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.