15 years, 9 months ago
Highlights
Community contributions featuredAnother big flaw that I see with Windows is the lack of openness when compared to Linux. Because Linux is open source, there are many components in the OS, especially related to…
15 years, 9 months ago
15 years, 10 months ago
When I was reading the article on 64-bit errors, it got me thinking about ptrdiff_t. On a 32-bit system, ptrdiff_t is a 32 bit signed integer, meaning one bit is d…
16 years, 1 month ago
When I was trying to track down a rather strange memory leak, I traced it to a static vector<int>. I found that the problem could also be duplicated using a global variabl…
16 years, 6 months ago
Well, since shaded_ptr is just a template, everything should be included in the handful of header files associated with shared_ptr. However, you cannot just spam shared_ptr and…
15 years, 10 months ago
Latest Activity
See all in DiscussionsAnother big flaw that I see with Windows is the lack of openness when compared to Linux. Because Linux is …
15 years, 9 months ago
Well, since shaded_ptr is just a template, everything should be included in the handful of header files associated with shared_ptr. …
15 years, 10 months ago
Near impossible. You cannot modify the exe at runtime, and you cannot change the size of the EXE without changing …
16 years ago