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
~272 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for rag84dec

HElp needed to create a windows service , to launch a simple thread created by the user. I got an article here... [url]http://www.devx.com/cplus/Article/9857/1954[/url] But how to create a thread at apropriate places , like STOP , RESUME , SHUTDOWN?.PLease give me some pointers , thanks in advance...

Member Avatar for mahela007
0
112
Member Avatar for rag84dec

Hi all, I am trying to write code to loop through the windows registry till i find the leaf , meaning the key value pair exists . Each time i get the key , i want to know whether it is parent of some key-value pair. If yes , loop …

0
75
Member Avatar for rag84dec

Hi, I the below code i could see 2 constructors and 3 destructors being called....i want to know why....can anyone help me in knowing this??? [code=cplusplus] class e { public: e() { cout<<"Contructor\n"; } ~e() { cout<<"Destructor\n"; } void f(e e1) { cout<<"In e\n"; } }; int main(int argc, char* …

Member Avatar for WolfPack
0
85