Hi! Is there any difference on using first or second syntax in the code?
Both seem to do the job.
Depends on the platform, it adds ‘L’ prefix or not. String literal prefixed with ‘L’ is a wide char string literal.
Thanks Emaer!
Hi! Is there any difference on using first or second syntax in the code?
Both seem to do the job.
Depends on the platform, it adds ‘L’ prefix or not. String literal prefixed with ‘L’ is a wide char string literal.
Thanks Emaer!