First page Back Continue Last page Graphics
OLD CODE
String manipulations functions and details can be a real stumbling block when you run across it in debugging old code.
Most functions are strxxx( ); Such as strlen( ), and strcat( ), etc.
Check cstring for reference in /usr/include/g++-3.
Practice: Linux find