c++ Programming Glossary: discussions
Most common reasons for unstable bugs in C++? http://stackoverflow.com/questions/1346583/most-common-reasons-for-unstable-bugs-in-c a very worthwhile read on the subject. Edit to address the discussions in the comments I did not write that C style string handling..
Deprecated throw-list in C++11 http://stackoverflow.com/questions/13841559/deprecated-throw-list-in-c11 have not proven useful in practice. There are numerous discussions of the problems with exception specifications in C see e.g...
Why does std::result_of take an (unrelated) function type as a type argument? http://stackoverflow.com/questions/15486951/why-does-stdresult-of-take-an-unrelated-function-type-as-a-type-argument are many people on SO that are tuned to standard committee discussions so I hope this can be answered factually as I'm legitimately..
C++ class header files organization http://stackoverflow.com/questions/346058/c-class-header-files-organization pretty hefty book but if you just skim through some of his discussions on physical architecture you'll learn a lot. share improve..
codingbat-like site for C++ [closed] http://stackoverflow.com/questions/3479731/codingbat-like-site-for-c as a set of a few dozen rules without arousing heated discussions. I think the fact that there are several different very good.. teaching it. It's all spread out in articles and in online discussions although Wikipedia has a pretty good article about it and it's..
Why does std::string not provide a conversion to const char*? http://stackoverflow.com/questions/4096210/why-does-stdstring-not-provide-a-conversion-to-const-char believe it would automatically convert Are there any open discussions on this issue c string implicit conversion share improve..
Is this rule about volatile usage strict? http://stackoverflow.com/questions/4168735/is-this-rule-about-volatile-usage-strict when that article was published and I remember the endless discussions that then followed on comp.lang.c .moderated. IIRC Andrei hijacks..
Are IEEE floats valid key types for std::map and std::set? http://stackoverflow.com/questions/4816156/are-ieee-floats-valid-key-types-for-stdmap-and-stdset yes or no I'd like some references to the standard prior discussions about this an answer from a commitee member or something. c..
What's the difference between a procedural program and an object oriented program? http://stackoverflow.com/questions/530741/whats-the-difference-between-a-procedural-program-and-an-object-oriented-progra new to programming but I've been reading some interesting discussions on StackOverflow about various programming approaches. I'm still..
Argument type auto deduction and anonymous lambda functions http://stackoverflow.com/questions/5712826/argument-type-auto-deduction-and-anonymous-lambda-functions what this feature was referred to during the C committee discussions and it was not standardized. The parameter types of a lambda..
Usage limitations during the DllMain Attach and Detach process http://stackoverflow.com/questions/5834508/usage-limitations-during-the-dllmain-attach-and-detach-process not sure I remember well since it was 2 year old technical discussions and it was not me working on thoses termination issues. Namely..
Is this infinite recursion UB? http://stackoverflow.com/questions/5905155/is-this-infinite-recursion-ub in one of the C 0x drafts. See this question for discussions . Note that disregarding of that the behavior can easily be..
QueryPerformanceCounter Status? http://stackoverflow.com/questions/7287663/queryperformancecounter-status and inaccuracy of the QPC implementation. But all those discussions and articles seem rather out of date. Anyone know what the current..
Why doesn't C++ support dynamic arrays on the stack? [closed] http://stackoverflow.com/questions/7458857/why-doesnt-c-support-dynamic-arrays-on-the-stack I'm looking for quotes from commitee members or links to discussions talking about the matter with bonus points for a quick SO roundup..
Speeding up file I/O: mmap() vs. read() http://stackoverflow.com/questions/8056984/speeding-up-file-i-o-mmap-vs-read a good starting point on this problem along with the discussions in mmap vs read . I have a Linux application that reads 150..
Where do I find the current C or C++ standard documents? http://stackoverflow.com/questions/81656/where-do-i-find-the-current-c-or-c-standard-documents for the C standards since they are drowned in the flood of discussions on programming forums To get this started since these are the..
|