Microsoft CRT: Deep Dive into Task Scheduler
The Task Scheduler schedules and coordinates tasks at run time. A task is a unit of work that performs a specific job. The Task…
9 min de lectureThe Task Scheduler schedules and coordinates tasks at run time. A task is a unit of work that performs a specific job. The Task…
9 min de lectureLet’s first comeback in the past and discover what Bill Gates was doing in his beginning, here’s from Wikipedia a brief story: After Gates…
5 min de lectureEach developer wants to have a clean code, easily readable and maintainable and with a few issues and bugs. And there’s no magic solution…
4 min de lectureEvery project has its own style guide: a set of conventions about how to write code for that project. Some managers choose basic coding rules,…
8 min de lectureAfter years of using the same OS, the same programming language, the same technology, and the same tools. somewhere in our brain we will…
4 min de lectureOGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D rendering engine written in C++ designed to make it easier and intuitive for developers…
6 min de lectureThe AtomicObject team described well on their website the danger of the richness of C++: C++ is an immensely rich language. This richness is…
3 min de lectureBefore the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and…
4 min de lectureThere is a powerful and simple concept in programming that is widely underused: Immutability Basically, an object is immutable if its state doesn’t change…
5 min de lectureAs C++ developer if you have already build a C# or a java project you could be surprised by the speed of the build…
4 min de lecture