User profile: jsmithplus

User info
User name:jsmithplus
History
Joined:
Number of posts:14
Latest posts:

Displaying Unicode characters on Windows, Mac and Linux?
When I instead use [code]setlocale(LC_ALL, "utf-8")[/code] some characters are stored correctly in v...

Displaying Unicode characters on Windows, Mac and Linux?
So basically since it's to quote the Linux compiler: "multi-character character constant" it needs t...

Displaying Unicode characters on Windows, Mac and Linux?
If I use setlocale (see below) in the main function, it works alright taking and storing the user in...

Calling srand each time before generating random numbers make it more or less random?
@JLBorges This seem to go against previous advice, not to generate a new seed every time it generate...

Calling srand each time before generating random numbers make it more or less random?
So this would be an equivalent solution with <random>? [code] int seed = unsigned int(chrono::syste...