Search Results

Search: Posts Made By: xbjxbj
Forum: Programming 04-24-2005
6,774
Posted By xbjxbj
here is the error information using the linux gcc...
here is the error information using the linux gcc compilor.


In file included from /usr/include/c++/3.3.3/backward/iostream.h:31,
from test.cpp:4:...
Forum: Programming 04-24-2005
6,774
Posted By xbjxbj
Problem about c++ new operator
#include <iostream.h>

class test
{
private:
int i;
public:
inline test(int m)
{
i = m;
}
inline int get_i()
{
return i;
}
};
...
Forum: Programming 02-22-2005
4,510
Posted By xbjxbj
something found
1) Using some command (top, procinfo, ...) output is a good choice. So the
problem is how to control the parallel access of the output data. (more than
one client could connet to the server...
Forum: Programming 02-11-2005
4,510
Posted By xbjxbj
thanks
thanks, I'll paste the answer when I got it.
Forum: Programming 02-10-2005
4,510
Posted By xbjxbj
Thanks, my OS is SunOS and Linux. The...
Thanks, my OS is SunOS and Linux.

The question is I don't have such a good C programming book. All the books that I have and can find only provide common lib functions and system calls.

Thanks,...
Forum: Programming 02-10-2005
4,510
Posted By xbjxbj
I know top is command in unix. But my project is...
I know top is command in unix. But my project is to implement such a utility like top with RPC, which could be executed remotely. So on the RPC server side I need those C library functions or UNIX...
Forum: Programming 02-10-2005
4,510
Posted By xbjxbj
Thanks. I've writing a network management...
Thanks.

I've writing a network management system with RPC to monitor the system status of a remote server. That's why I need those functions needed on the server side program.
1,929
Posted By xbjxbj
unusual function refrences
I'm wrting a program which needs to get the following information of a sever by calling some lib fuctions or system calls, so can anybody help to tell me those function names or where I can find the...
Forum: Programming 02-09-2005
4,510
Posted By xbjxbj
unusual function refrences
I'm wrting a program which needs to get the following information of a sever by calling some lib fuctions or system calls, so can anybody help to tell me those function names or where I can find the...
Showing results 1 to 9 of 9

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