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
Ranked #72.9K
~513 People Reached
Favorite Forums
Favorite Tags
c x 2
c++ x 1

2 Posted Topics

Member Avatar for iPKu

Check the paramaters passed in by the caller - they dont seem to match with the definition for WSPConnect - if using C++ that would mean attempt to resolve to different fn - which it wont find There should be a compile warning to "cant find function WSPConnect ...." assuming …

Member Avatar for bbinesh
0
404
Member Avatar for bubblellicious

try this char *first = strstr(text, aux); char *next = (first != NULL)?strstr(text+strlen(aux), aux): NULL; unsigned long distance; if (next > first) distance = (unsigned long)next - (unsigned long)first; else // no 2 occurnaces to find distance --------------\ [QUOTE=bubblellicious;928480]For instance, I have the original string char* aux = "AONL"; and …

Member Avatar for Dream2code
0
109

The End.