Upgrade my skills...
-
After a long time not using C++, I picked it for a pet-project... It works perfectly, but I have the feeling I use older solutions in my code, than those are available today. My code probably is pre C++11 (do we call it ANSI?)... I'm looking for some reference material that can help me to learn the new and shiny things I may want to use in my code to make it faster, maintainable and readable...
“Real stupidity beats artificial intelligence every time.” ― Terry Pratchett, Hogfather
-
After a long time not using C++, I picked it for a pet-project... It works perfectly, but I have the feeling I use older solutions in my code, than those are available today. My code probably is pre C++11 (do we call it ANSI?)... I'm looking for some reference material that can help me to learn the new and shiny things I may want to use in my code to make it faster, maintainable and readable...
“Real stupidity beats artificial intelligence every time.” ― Terry Pratchett, Hogfather
-
I use this for reference: cppreference.com[^]. But it may depend on how skilled you are at the basics of C++.
Thank you for the link - will investigate it... (After COBOL, I used C++ solely for like 5-6 years, than for an other 2 years occasionally... So I'm not a master, but understand it fairly...)
“Real stupidity beats artificial intelligence every time.” ― Terry Pratchett, Hogfather
-
Thank you for the link - will investigate it... (After COBOL, I used C++ solely for like 5-6 years, than for an other 2 years occasionally... So I'm not a master, but understand it fairly...)
“Real stupidity beats artificial intelligence every time.” ― Terry Pratchett, Hogfather
-
After a long time not using C++, I picked it for a pet-project... It works perfectly, but I have the feeling I use older solutions in my code, than those are available today. My code probably is pre C++11 (do we call it ANSI?)... I'm looking for some reference material that can help me to learn the new and shiny things I may want to use in my code to make it faster, maintainable and readable...
“Real stupidity beats artificial intelligence every time.” ― Terry Pratchett, Hogfather
Here's a massive cheat-sheet which should help: GitHub - AnthonyCalandra/modern-cpp-features: A cheatsheet of modern C++ language and library features.[^]
-
Here's a massive cheat-sheet which should help: GitHub - AnthonyCalandra/modern-cpp-features: A cheatsheet of modern C++ language and library features.[^]
Thank You!
“Real stupidity beats artificial intelligence every time.” ― Terry Pratchett, Hogfather
-
I use this for reference: cppreference.com[^]. But it may depend on how skilled you are at the basics of C++.
-
thanks for that link. Holy Crap, I still have a lot to learn.
Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.