Search Results

Search: Posts Made By: RipClaw
Forum: Programming 07-11-2011
1,200
Posted By RipClaw
How to use a debugger on a piped program ?
Hi,

I have 1 program that writes in to the STDIN of another program as shown below. Both programs contain 4 or 5 lines & would terminate in under a second.

$ driver.exe | program.exe

How is...
3,384
Posted By RipClaw
How to clear a cluttered DDD console window ?
During debugging, usually after printing the backtrace, I find that the console window looks cluttered.

How would I clear the console window, to have a fresh start ???

Note: By DDD, I mean the...
13,181
Posted By RipClaw
Well, I got it working. We have to use the file...
Well, I got it working.
We have to use the file descriptor returned by ptsname() for reading & writing.
and the xterm's -Sccn option holds good only when it is invoked from within a process with a...
13,181
Posted By RipClaw
I am programming in C. My idea is to use the...
I am programming in C.

My idea is to use the
'xterm -Sccn' option.

Unfortunately I am not clear about what "Inherited file descriptor" means :confused:


Happened to find somebody else...
13,181
Posted By RipClaw
How to attach an xterm to a process/thread ?
Hi folks,

I would like to know how to hook up an xterm to another process.

Here is a high level view of what I am looking for
1. Main program starts
2. It creates an new xterm window
3. It...
Forum: Programming 11-29-2007
40,093
Posted By RipClaw
How to periodically execute a function in C ??
Hi,

I am looking for a C library feature, to which I can say execute a function every 10 seconds.

for Eg

#include <timer_lib.h>
fun1(){
printf("I am still cool ");
}

int main(){...
Forum: Linux 07-30-2007
28,410
Posted By RipClaw
Actually guys, whenever, I ask about telnet, I...
Actually guys, whenever, I ask about telnet, I get slapped back to SSH :(
What is the use of SSH on computers that are used for studying & get wiped(by me) every other creepy day ;)

I found a...
Forum: Linux 07-30-2007
28,410
Posted By RipClaw
How to do autologin for telnet ?
Hi,

I am interested in logging into some systems via telnet automatically.
I do not want to send any username & password by hand or by script.
Security is not an issue.
It is just a home...
Forum: Programming 04-16-2005
1,820
Posted By RipClaw
C++ Puzzled !!
#include <iostream.h>
class A
{
public:
void f(void)
{
cout << "hello world \n" ;
}
};

void main()
{

A *a;

a = 0 ;

a->f(); //...
Forum: Solaris 03-24-2005
24,361
Posted By RipClaw
Try with a JPG file and tell us..
Try with a JPG file and tell us..
Forum: Solaris 03-21-2005
24,361
Posted By RipClaw
It Worked!!! :D :D :) :cool: Thank you...
It Worked!!! :D :D :) :cool:
Thank you soooooooooomuch
Forum: Linux 03-10-2005
17,902
Posted By RipClaw
Games that run on Linux too.. list.
I am interested in creating a list that consists of the popular games that run on Linux with atleast moderate performance ;)
Please post the list of games that you know.
Tips/Links on tweaking...
Forum: Solaris 03-05-2005
24,361
Posted By RipClaw
I am sorry!! I did not get you... :( I go...
I am sorry!!
I did not get you... :(

I go to 'Style Manager' -> 'Backdrop'
http://img.photobucket.com/albums/v344/mavericko/unix-forums/Solaris_BackDrop.jpg

But how to choose my directory...
Forum: Solaris 03-03-2005
24,361
Posted By RipClaw
Well, as a user, I don't have access rights to...
Well,
as a user, I don't have access rights to write in that directory, so is there any other place I can put my wallpapers.. :rolleyes:
( I connect to my Solaris machine thru Hummingbird Exceed....
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 10:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy