User: aumars

  • Public profile

User profile: aumars

User info
User name:aumars
History
Joined:
Number of posts:7
Latest posts:

Is it possible to execute the contents of a switch statement from the bottom-up?
I solved the issue using [code]std::deque[/code]: [code] #include <deque> #include <string> std::d...

Is it possible to execute the contents of a switch statement from the bottom-up?
I'm trying to print three strings in a predetermined order, and the number of strings being printed ...

Is it possible to execute the contents of a switch statement from the bottom-up?
[code]switch (i) { case 1: printf("1"); case 2: printf("2"); case 3: printf("3"); }...

Failing to properly compare MD5 checksums
Thank you for the feedback! The problem is fixed.

Failing to properly compare MD5 checksums
Right. Going through Stack Overflow, I found a function that should fix the issue: [code]const char...

This user does not accept Private Messages