User profile: Shadowwolf

User info
User name:Shadowwolf
Name:Shadowwolf
Bio:Just someone with way too much time on their hands. Beware of sarcasm!
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
Assembly
Java
C#
Javascript
History
Joined:
Number of posts:168
Latest posts:

Why does fstream operator<< return basic_ostream<char>&?
Since basic_ostream is also the one defining all other versions of operator<<, this still allows for...

Why does fstream operator<< return basic_ostream<char>&?
It has to do with inheritance. The << operator is the same one as used in any other type of output s...

Run out of memory!
The crash in multiplying 2x2 matrices isn't due to a memory problem, that crash was due to a segment...

Run out of memory!
The moment your program exists, the operating system reclaims all memory used by the program. So you...

Quick summary for already programmer
In what encoding did you save your source code? Most compilers just binary copy the content of the s...