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
~725 People Reached
About Me

Systems Engineer

Favorite Forums
Favorite Tags
c x 8
c++ x 1

3 Posted Topics

Member Avatar for crusty_collins

I am using strtok to parse the argv. On windows it works just fine but on Solaris I get a fault. I have traced it down to the "$" character on the command line. [CODE] char *result = NULL; char *value = NULL; char *argPointer = NULL; char delims[] = …

Member Avatar for crusty_collins
0
341
Member Avatar for amen
Member Avatar for crusty_collins

Hey, I am a newbie to all of this so please don't flame me for a stupid question. I am trying to write a shared lib that will initialize a connection to a messaging deamon. Then the library will be called at intervals and send data. My problem is that …

Member Avatar for crusty_collins
0
110

The End.