Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of informaticienzero

informaticienzero

informaticienzero has asked 3 questions and find answers to 6 problems.

Stats

142
EtPoint
39
Vote count
3
questions
6
answers

About

French coder who loves C++, Python and C#, but open-minded. Yes, learning is my pleasure. I have a French blog, so check it. You can also spend a bit time on my Github and on the French community web site Zeste de Savoir.

I'm impassioned by sharing knowledge, sources, information, tips, eager for learning and practice. And writing good code is important to me. Code is more than engineering, it's an art. That's why I love software craftsmanship.

C++

  • Programming: Principles and Practice Using C++ by Bjarne Stroustrup, the creator of C++. Assume no previous experience in programming. Check to take the updated version for C++11 | C++14.
  • C++ Primer by Stanley Lippman, Josée Lajoie and Barbara E. Moo. ~1k pages, full of details and explanations on C++11. Good for beginners with a previous experience in programming.