hazlin no plap pirate on Nostr: binkle Be sure to make time to rest! If I look back in my C++ code for non-ascii, I ...
binkle (nprofile…m5h7)
Be sure to make time to rest!
If I look back in my C++ code for non-ascii, I honestly wonder why it looks like this xD I just remember that it wouldn't work unless I did this...
---
Strings and, "reasonable random" tool the most effort when converting a Ruby program into C++ xD
I literally have this near the top of my script:
std::wstring glue=L"";
and use it all over the place like this:
glue+std::to_wstring(12)+L"Ω "+L"±"+std::to_wstring(10.0).substr(0,4)+L"%"
Be sure to make time to rest!
If I look back in my C++ code for non-ascii, I honestly wonder why it looks like this xD I just remember that it wouldn't work unless I did this...
---
Strings and, "reasonable random" tool the most effort when converting a Ruby program into C++ xD
I literally have this near the top of my script:
std::wstring glue=L"";
and use it all over the place like this:
glue+std::to_wstring(12)+L"Ω "+L"±"+std::to_wstring(10.0).substr(0,4)+L"%"