char* typeAsText(char c);

Static function typeAsText() returns a name of field type.
You can use it together with fieldType().


{
    // your code
    printf( "%s\n", cdbfapiPlus::typeAsText('C') );
    // your code
}