Ok, I do not even know what is in the realm of possibilities here, so even if you could point me in the right direction so I could figure it out from there it would be greatly appreciated.
Here is my objective:
To use an IP (which I own) to obtain full access to web from a system which has...
is there any way to upload pictures to my celll via my palm ir port? it is a nokia 7210 and I have apalm m125. I don't have an SD card so I havent figured out how to get the pics on the phone without having a program that makes them a .prc or .pdb. So, of course, when I try to beam that over...
I made a program to check the state of a key and writes a file based on the last time the key was pressed. I am doing to help me time events in a game. So both this program and the game will be running at the same time. The problem is this simple program strives to take up 100% of the...
/dev/null is to unix as nul is to msdos. just in case for some reason you need to port some happy unix code to msdos and needed to know. I came across this while looking for a way to get rid of the default message when calling pause from msdos.
system("pause > nul");//MSDOS
my program compiles fine, but not with a make file. Yet, the irony is I need a make file to comply with the powers that be. In fact, I need it by midnight. So your help is much appreciated. Here is the problem. My program compiles when I type `g++ procTree.cpp` however, when I try to make...
I need to run a server/client program behind many firewalls. Basically what I will be running is a game sever which I want clients to be able to connect to from outside of the many firewalls I am behind. I do not manage these networks, but I can have the authority to tell the people who do to...
Hi guys, I am familiar at a novice level with with making a minimum bloat (haha) Windows98 app, but what is the equivalent for linux? I don't even really know what it is called; is it xwindows programming? I just want to make a graphical interface for an existing linux app. I would like to know...
This is what I want to do, make an application that:
-Launches an app (i.e. notepad.exe), at a certain time
-If that app is closed prematurely, relaunch it
-Close the app at a certain time
I can launch the app using sytem("notepad.exe") or whatever
but, I do not know where to go...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.