c++ Programming Glossary: mindset
C# books or web sites for C++ developers [closed] http://stackoverflow.com/questions/1179697/c-sharp-books-or-web-sites-for-c-developers a C background. I found that trying to fit C# into a C mindset actually worked against me not for me. I wouldn't focus on trying..
Can template polymorphism be used in place of OO polymorphism? http://stackoverflow.com/questions/1213366/can-template-polymorphism-be-used-in-place-of-oo-polymorphism should use plain old OOP or if I'm still stuck in the OOP mindset. In this particular case I am trying to solve a problem using..
C: Good Habits re: Transitioning to C++ http://stackoverflow.com/questions/1420685/c-good-habits-re-transitioning-to-c There are already a lot of good answers. Mine will be more mindset oriented . Data vs. Action In C everything is done to think.. some people use it as an excuse to not learn them. This mindset is dangerous this is the part treat C as a new language and..
Const before or const after? http://stackoverflow.com/questions/5503352/const-before-or-const-after modifiable as I find it reads better in my left to right mindset but which syntax came first More importantly why is there two..
Effective C++ Item 23 Prefer non-member non-friend functions to member functions http://stackoverflow.com/questions/5989734/effective-c-item-23-prefer-non-member-non-friend-functions-to-member-functions to repeat it in a dozen different places. The classic OO mindset is increasingly bad at handling dependencies. By having lots..
Why is it a bad idea to use 'new'? [duplicate] http://stackoverflow.com/questions/7620385/why-is-it-a-bad-idea-to-use-new a new type expression. This is in itself a very unhelpful mindset when approaching C The crucial distinction in C is that of object..
|