Skip to content

Instantly share code, notes, and snippets.

@yifu
Created September 21, 2012 15:02
Show Gist options
  • Select an option

  • Save yifu/3762008 to your computer and use it in GitHub Desktop.

Select an option

Save yifu/3762008 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <string>
using namespace std;
int main()
{
wstring result = L"hello";
cout << "hello world." << endl;
wcout << result << "." << L"." << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment