User profile: MiiNiPaa

User info
User name:MiiNiPaa
Location:Murmansk, Russia
Bio:Stop using <conio.h>. Let it rot in obscurity.
Statistical data
Gender:Male
Occupation:Other
Skills:C
C++
Perl
Java
History
Joined:
Number of posts:5455
Latest posts:

need help
Because this is undefined behavior: compiler can do everything, including returning expected value. ...

Simplifying switch cases
Solution using custom character table:[code]#include <iostream> #include <string> #include <sstream>...

bad allocation error
[quote]some other part of the code actually needs that much[/quote]At the same time? I do not believ...

not understanding errors
Please do not remove your posts after getting an answer. Original post:[quote]Write your question he...

bad allocation error
[quote]Cache coherency can be a bitch sometimes, and not having it can really slow down a program. I...