c++ Programming Glossary: risks
access protected inherited member with pointer to base class http://stackoverflow.com/questions/15969658/access-protected-inherited-member-with-pointer-to-base-class works fine. But I don't want users to take any unnecessary risks. Is there a cleaner way access a Thanks. c share improve..
Reduce flicker with GDI+ and C++ http://stackoverflow.com/questions/197948/reduce-flicker-with-gdi-and-c of the screen and then drawing something else over the top risks presenting user with a partially drawn screen . Let's discuss..
Is it okay to inherit implementation from STL containers, rather than delegate? http://stackoverflow.com/questions/2034916/is-it-okay-to-inherit-implementation-from-stl-containers-rather-than-delegate bad to inherit implementation in such cases What are the risks Is there a safer way I can implement this without so much typing..
What language do they build other languages with? http://stackoverflow.com/questions/2035838/what-language-do-they-build-other-languages-with Reflections on Trusting Trust by Ken Thompson about the risks of using a compiler for a language to build the compiler for..
When should static_cast, dynamic_cast and reinterpret_cast be used? http://stackoverflow.com/questions/332030/when-should-static-cast-dynamic-cast-and-reinterpret-cast-be-used pointers of one type to another. I am familiar with the risks and benefits of pointer casting as well as the evils of using..
Best practices for writing a programming language parser http://stackoverflow.com/questions/570144/best-practices-for-writing-a-programming-language-parser are minimal and are often out weighed by the costs and risks. I believe the arguments for them are speciously appealing and..
“using namespace” in c++ headers http://stackoverflow.com/questions/5849457/using-namespace-in-c-headers consequences. Typically just a little education about the risks takes care of any issues since it's relatively simple to fix...
Launching email application (MAPI) from C# (with attachment) http://stackoverflow.com/questions/784997/launching-email-application-mapi-from-c-sharp-with-attachment to address body and other properties marked as security risks . We use a 3rd party component Redemption to go around this..
Is std::vector or boost::vector thread safe? http://stackoverflow.com/questions/9042571/is-stdvector-or-boostvector-thread-safe of a standard library type that is shared between threads risks undefined behavior unless objects of that type are explicitly..
|