Search Results

Search: Posts Made By: dell9
Forum: Programming 05-05-2003
3,051
Posted By dell9
thanks
thank you
Forum: Programming 05-05-2003
3,051
Posted By dell9
question about popen();
Hi
The following is my program to test popen()
routine. The purpose is to print some contents
of the corrent directory.
But in fact, the output is only one character
'a', which I believe is the...
16,646
Posted By dell9
how to set up linux environment variables?
Hi
I'm using Linux, in the directory /root/my
there is a.out. but when I try to run it , the
shell indicate "bash:a.out: command not found"
but I AM working in this directory. if I use...
Forum: Programming 11-21-2001
1
6,740
Posted By dell9
stderr
in

fprint(stderr, "lkjalsdi\n");


what does stderr mean?

thanks
Forum: Programming 11-21-2001
2,763
Posted By dell9
what does for( ; ; ) mean?
what does for( ; ; ) mean?

thanks
Forum: Programming 11-05-2001
40,612
Posted By dell9
Forum: Programming 11-05-2001
40,612
Posted By dell9
can i get a substring from a string?
for example, the string a is "abcdefg", can i get a substring "bcd" (from a[1]to a[3]) from string a?

thank you
Forum: Programming 10-30-2001
2,474
Posted By dell9
a very simple question (but i don't know)
how to write a program that receive a string from keyboard and then print it out. i write a program:
main()
{
char str[80];
gets(str);
printf(str);
}
but when i compile it, the system said...
Showing results 1 to 8 of 8

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