Difference between revisions of "CPlusPlus"

From Lost In Wonderlands
Jump to: navigation, search
(Books)
(Books)
Line 99: Line 99:
 
* More Effective c++
 
* More Effective c++
 
* [https://www.amazon.com/Effective-Modern-Specific-Ways-Improve/dp/1491903996 Effective Modern C++]
 
* [https://www.amazon.com/Effective-Modern-Specific-Ways-Improve/dp/1491903996 Effective Modern C++]
 +
* [https://www.artima.com/shop/effective_cpp_in_an_embedded_environment effective_cpp_in_an_embedded_environment]
 
* Thinking in C++
 
* Thinking in C++
 
* Exceptional C++
 
* Exceptional C++
Line 106: Line 107:
 
*  Exploring c++11, https://books.google.pl/books?id=jZoQAwAAQBAJ&pg=PA592&lpg=PA592&dq=ICS+C%2B%2B&source=bl&ots=Y6wvPJAdLP&sig=yPgJS3xjnTZAGY7_0wwxFBAyrUI&hl=en&sa=X&ved=0ahUKEwjzjfaM_tDUAhUBYVAKHQkJBCsQ6AEIYjAJ#v=onepage&q=ICS%20C%2B%2B&f=false
 
*  Exploring c++11, https://books.google.pl/books?id=jZoQAwAAQBAJ&pg=PA592&lpg=PA592&dq=ICS+C%2B%2B&source=bl&ots=Y6wvPJAdLP&sig=yPgJS3xjnTZAGY7_0wwxFBAyrUI&hl=en&sa=X&ved=0ahUKEwjzjfaM_tDUAhUBYVAKHQkJBCsQ6AEIYjAJ#v=onepage&q=ICS%20C%2B%2B&f=false
 
* [https://nostarch.com/cppcrashcourse c++ crash course (no starch press)]
 
* [https://nostarch.com/cppcrashcourse c++ crash course (no starch press)]
 +
* [http://www.allitebooks.com/c-concurrency-in-action-2nd-edition/ c++ concurrency in action-2nd-edition]
 +
* [http://www.allitebooks.com/beginning-c17-5th-edition/ beginning c++17-5th-edition]
 +
* [http://www.allitebooks.com/clean-c/ clean c++]
 +
* [http://www.allitebooks.com/modern-c-programming-with-test-driven-development/ modern c programming with test driven development]
 +
* [http://www.allitebooks.com/exploring-c/ exploring c++]
 +
* [http://www.allitebooks.com/options-and-derivatives-programming-in-c/ options-and-derivatives-programming-in-c++]

Revision as of 15:43, 28 February 2019

C++ programming Language

See also


C++

C++ Builder

C++ Standard Library

C++ type Casting

Qt Type Casting

C++ Evolutions

C++ 11

C++ 14

C++ 17


C++ Coding Styles

Iso C++ Coding Style

c++ coding styles by Bjarne and Herb

Mozilla C++ Coding Style

Google C++ Coding style

C++ Testing

CppUnit

Google Test

Tools

Others

IDE

blogs

tutorials

Books