Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
unicodeのテスト
#include <iostream> using std::cout; using std::endl; int main() { // nihongo de char testPhrase[] = "こんにちは、世界たち!"; auto sizeofhanaharu = sizeof("は"); char testCharu[sizeofhanaharu] = "は"; // romaji auto sizeofhana = sizeof("a"); char testChar[sizeofhana] = "a"; cout << "testPhrase = " << testPhrase << endl << "testChar = " << testChar << endl << "sizeofhana = " << sizeofhana << endl << endl << "testCharu = " << testCharu << endl << "sizeofhanaharu = " << sizeofhanaharu << endl; return 0; }
run
|
edit
|
history
|
help
0
base base
python
string match2
MAC
tuple_list_of
AWE
std::function ambiguity gcc
c++_array_size
2d array sum
Decimal to Binary