Search Results

Search: Posts Made By: ChenMing
4,784
Posted By ChenMing
or add remote host to ~/.shost as a trust host.
or add remote host to ~/.shost as a trust host.
Forum: Programming 10-16-2005
6,292
Posted By ChenMing
The stack layout
I try to solve the problem https://www.unix.com/showthread.php?p=86595 use stack hack method, I am puzzled the stack layout.
under vc6.0, the following code work(in release mode).
#include <stdio.h>...
180,286
Posted By ChenMing
I use csh as my daily job's shell, while ksh is...
I use csh as my daily job's shell, while ksh is used in my shell script because it compatible with sh and has array feature.
Forum: Programming 09-30-2005
6,053
Posted By ChenMing
you can use gdb's bt command when you debug the...
you can use gdb's bt command when you debug the program.
or and extra code in the place of you function entry to record the function call trace.
14,371
Posted By ChenMing
use shutdown -h now, then disconnect the power...
use shutdown -h now, then disconnect the power socket.

for detail information, see manual of shutdown
Forum: Programming 09-29-2005
50,222
Posted By ChenMing
different compiler has different options. for...
different compiler has different options.
for example,
gcc use -shared -fPIC.
hp aCC use -b.
aix xlC use -G
...
Forum: Programming 09-29-2005
3,307
Posted By ChenMing
2. yes, you can. you can do force convertion....
2. yes, you can.
you can do force convertion. In C, the any convertion is allowed, but you should guarantee the safety.
Showing results 1 to 7 of 7

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