|
-
May 3rd, 2008, 10:31 PM
#1
Please help me in this code.... [ << I'm newbie]
#include "stdafx.h"
#include <iostream>
int main()
{
wprintf(L"%c", L'abc');
return 0;
--------------------------------------
Can you explain me the meaning of 'L' in string L"%c" and L'abc'. What's the different from using wprintf and printf?
Thanks in advance. I'm grateful any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|