c++ Programming Glossary: competent
Does C++ ofstream file writing use a buffer? http://stackoverflow.com/questions/10449772/does-c-ofstream-file-writing-use-a-buffer issue. Implementations are not required to do this but any competent implementation will. You can read all about it in chapter 27..
Good (preferable free) learning resources / books for embedded C / C++ programmers [closed] http://stackoverflow.com/questions/3507148/good-preferable-free-learning-resources-books-for-embedded-c-c-programme materials for struggling C C developer who is in general competent but needs to improve some aspect directly related to embedded..
Thou shalt not inherit from std::vector http://stackoverflow.com/questions/4353203/thou-shalt-not-inherit-from-stdvector not be used polymorphically. I think most developers are competent enough to understand that this shouldn't be used polymorphically..
What is the best way to learn C++ if I have a bit of other programming experience? http://stackoverflow.com/questions/554847/what-is-the-best-way-to-learn-c-if-i-have-a-bit-of-other-programming-experienc simply want to get to the point where I can be considered competent as quickly as possible. Why quickly Well when I say quickly.. where forever is never. If it takes five years to become competent it takes five years. I'm not expecting 24 hours or 30 days... for C syntax but the one book that will really make you a competent C programmer is Meyers' Effective C . Get it. Read it. I as..
Which C/C++ compiler is good to use? [closed] http://stackoverflow.com/questions/7090131/which-c-c-compiler-is-good-to-use problem is that I don't know exactly where to start. I'm competent at programming in both python and java but both those languages..
Knowing C++, how long does it take to learn Java? http://stackoverflow.com/questions/719124/knowing-c-how-long-does-it-take-to-learn-java C how long does it take to learn Java I am a competent C developer. I understand and use polymorphism templates the.. had to learn Java. How long did it take you to become a competent Java programmer java c share improve this question I think..
|