阅读背景:

拼接窄的和宽的字符串

来源:互联网 
#include <iostream>

using namespace std;

#define TRUE 1
#define FALSE 0
#define N 2+3
void fun()
{
    wchar_t arrayj[] = L"Hello" L"wrold";
    char a[] = "aa" "sfd";
    cout << a << endl;
    cout << a[0] << endl;
    cout << arrayj << endl;
}
int main()
{
    fun();
    return 0;
}
#include <iostream>

using namespace std;

#def



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: