Homemetanil
metanil
Member since: Friday, 15 June 2018
Last login: 5 years ago
Profile viewed: 431 views

No Rank
Points: 0
inline
unsigned mystrlen(const char *_)
{ return ((_ == NULL) || (_[0] == '\0')) ? 0 : (1 + mystrlen(_ + 1)); }
-> stack overflow when large string (>512)...
I need an inline implémentation !!!
How to ?
Read More...
Here is a code :
inline
unsigned mystrlen(const char *_)
{ return ((_ == NULL) || (_[0] == '\0')) ? 0 : (1 + mystrlen(_ + 1)); }
functionnal ! stacking overflow with large texts....I assume because of the inline directive...am I right ?
but I need (badly) an online fonction....
any clue, dears ?
Read More...
Basic Information
-
Gender
Male -
Birth Date
1969-10-21 -
About me
Ancient Borland's dBase translator for France...
C++ programmer...
Contact Information
-
Address
17, rue Farcot
93400 Saint-Ouen -
State
Île de France -
City / Town
Saint-Ouen sur Seine -
Country
France