The Daily C++
@dailycpp
1.84K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.84K subscribers
The Daily C++
https://arne-mertz.de/2018/03/forward-declaring-templates-and-enums/
Simplify C++!
Forward-declaring Templates and Enums - Simplify C++!
In my last post, I wrote about forward declarations for normal classes. Today, I give you some information about forward-declaring templates and enums.
The Daily C++
https://developers.redhat.com/blog/2018/03/21/compiler-and-linker-flags-gcc/
Red Hat Developer
Recommended compiler and linker flags for GCC | Red Hat Developer
Did you know that when you compile your C or C++ programs, the GCC compiler will not enable all exceptions by default? Do you know which build flags you need to specify in order to obtain the same
The Daily C++
Interviewing for your First Job as a Graphics Programmer: a Checklist of Common Interview Questions
#Game
#Development
https://erkaman.github.io/posts/junior_graphics_programmer_interview.html
The Daily C++
https://blog.timoxley.com/post/47041269194/avoid-else-return-early
The Daily C++
https://blogs.msdn.microsoft.com/vcblog/2018/03/22/c-core-checks-in-visual-studio-2017-15-7-preview-2
C++ Team Blog
C++ Core Checks in Visual Studio 2017 15.7 Preview 2
This post was written by Sergiy Oryekhov. The C++ Core Guidelines Check extension received several new rules in Visual Studio 2017 15.7 Preview 2. The primary focus in this iteration was on the checks that would make it easier to adopt utilities from the…
The Daily C++
https://visualstudiomagazine.com/articles/2013/03/08/unit-testing-with-c-plus-plus.aspx
Visual Studio Magazine
Unit Testing With C++ -- Visual Studio Magazine
Unit testing is a fine-grained technique for finding bugs. Here's how to apply it to C++ projects.
The Daily C++
https://arne-mertz.de/2018/04/raw-pointers-stay/
Simplify C++!
Raw Pointers Are Gonna Stay! - Simplify C++!
Contrary to Sunday's orchestrated April Fool's posts, raw pointers are not going anywhere. However, there are some things in those posts that are based on reality.
The Daily C++
https://www.geeksforgeeks.org/static-and-dynamic-scoping/
GeeksforGeeks
Static and Dynamic Scoping - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
The Daily C++
https://www.fluentcpp.com/2018/04/13/moving-ranges-stl/
Fluent C++
Moving Ranges Around with STL Algorithms
Expressive code in C++
The Daily C++
https://www.maizure.org/projects/printf/
#know
#your
#printf
www.maizure.org
Tearing apart printf() – MaiZure's Projects
How does printf work behind the scenes
The Daily C++
https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/
C++ Team Blog
Announcing a single C++ library manager for Linux, macOS and Windows: Vcpkg
At Microsoft, the core of our vision is “Any Developer, Any App, Any Platform” and we are committed to bringing you the most productive development tools and services to build your apps across all platforms. With this in mind, we are thrilled to announce…
The Daily C++
GCC 8.1 released
#GCC
https://gcc.gnu.org/ml/gcc/2018-05/msg00017.html
The Daily C++
https://blogs.msdn.microsoft.com/vcblog/2018/05/08/visual-studio-code-cc-extension-may-2018-update-intellisense-configuration-just-got-so-much-easier/
C++ Team Blog
Visual Studio Code C/C++ extension May 2018 Update – IntelliSense configuration just got so much easier!
Visual Studio Code C/C++ extension May 2018 Update – IntelliSense configuration just got so much easier! This morning we shipped the May 2018 update of the C/C++ extension for Visual Studio Code, the most significant update to this extension in its 2-year…
The Daily C++
A really good website to learn Computer Graphics and make games
The Daily C++
Forwarded from
The Art of Programming
https://www.scratchapixel.com/
The Daily C++
https://youtu.be/QIHy8pXbneI
YouTube
code::dive 2016 conference – Sean Parent – Better Code: Concurrency
Lecture was held on code::dive conference on November 15-16, 2016, Wrocław, Poland
The Daily C++
https://www.bsframework.io/
The Daily C++
https://unclejimbo.github.io/2018/06/08/Modern-CMake-for-Library-Developers/
unclejimbo's site
Modern CMake for Library Developers
CMake has followed the C++ standard on the road to modernization, which leads to simpler package and dependency management. As opposed to the old ways of doing CMake like setting CMAKE_CXX_FLAGS direc
The Daily C++
https://www.viva64.com/en/b/0570/
PVS-Studio
Static Analysis in Video Game Development: Top 10 Software Bugs
If you are a software developer working in the video game industry and wondering what else you could do to improve the quality of your product or make the development process easier and you…
The Daily C++
https://www.fluentcpp.com/2018/06/05/10-techniques-that-will-make-you-understand-other-peoples-code-better/
Fluent C++
10 Techniques That Will Make You Understand Other People’s Code Better
Expressive code in C++