Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

9 Posted Topics

Member Avatar for vadan

what is the API / function for getting the percentage of CPU utilisation by a given process?

Member Avatar for rahmu
0
90
Member Avatar for vadan

HI I have created an object pool in shared memory each object encapsulates another object which in turn has a socket object which is a pointer Now my question is, should the socket object be created in the same memory region (using overloaded new) as that of pool object or …

Member Avatar for Duoas
0
103
Member Avatar for vadan

Hi I want to create an array as shown in the class below everything is working fine, but at the end of execution of the program, there is a memory fault Please help me in finding out the problem [code=cplusplus] class a { int i; int arr[]; public: a(); ~a(); …

Member Avatar for vadan
0
142
Member Avatar for vadan

consider the following code [code] class A { int aa; public: A():aa(0) {} } class B { int a; A obj[10]; ----> how to intialise this array in the B class constructor } [/code] Thanks & Regards Vadan

Member Avatar for Ancient Dragon
0
123
Member Avatar for vadan

Hi iam a newbie to C++ I have a problem, pls give me a solution I have an object in the shared memory which encapsulates an array of 6 objects. I want to acess one of the objects in the array. If the first object in the array is already …

Member Avatar for Clockowl
0
167
Member Avatar for vadan

Sorry for all my previous posts let me explain the exact problem There is a singleton object in the shared memory. It conatins a pool of connection objects to a server. (more likely an array of connection objects). I want to go through the array and find which connection object …

Member Avatar for ArkM
0
312
Member Avatar for vadan

hai plz help me Iam locking an object in a function fun1() and iam using that object in another function fun2() and unlockin it will the lock still holds good in fun2() the object is globally declared consider the following scenario [code] object obj; void fun2() { fun1(); obj.display(); unlock(); …

Member Avatar for Ancient Dragon
0
125
Member Avatar for vadan

hai i have an application running on AIX 5.2 in C++ when iam trying to execute the application, everything is going fine, but on exit its getting core dumped, and the stack trace is as shown below Illegal instruction (illegal opcode) in . at 0x0 ($t1) warning: Unable to access …

Member Avatar for Salem
0
178
Member Avatar for vadan

Hi, Iam very much new to programming and C++ please help me I have an application that uses socket++ classes on Unix (AIX) environment I have included #include<sockinet.h> in two of my .cpp files and I have socket++ source in my temp directory when iam trying to compile my application …

Member Avatar for Ancient Dragon
0
83

The End.