how to pass char* value by creating new?
here function definition is
ConvertNumberTo String(double source, char *targetString)
{
}
wil u pleas tell me how to pass (char* targetstring) value in main() bymeans of creating memory by 'new' method?
Also explain Different types pass reference methods in c++?
here function definition is
ConvertNumberTo String(double source, char *targetString)
{
}
wil u pleas tell me how to pass (char* targetstring) value in main() bymeans of creating memory by 'new' method?
Also explain Different types pass reference methods in c++?
Comment