Time value manipulation with time_t and date_tI am receiving a date structure in "24-9-2016 13:30" format. Now I want to convert time value to spe...
object inside class becomes NULLI have built LOG4CXX lib and DLL and trying to use it in my application [code]Loh.h class Log ...
comparison failure with string with special charactersstricmp throws warning as -warning C4996: 'stricmp': The POSIX name for this item is deprecated. Ins...
comparison failure with string with special charactersI have used char *var = ".x_t"; int iIsValid = _stricmp(var, ".x_t"); Here I am expecting compari...
Equivalent of Enum for StringsI studied enums which expects only integer inputs and returns corresponding value to it.I want to ac...
This user does not accept Private Messages