DB Snapshoot
We neet Powershell tool to start stop the service To install Run powershell as administrator to install toll stop the all services with powershell Create a Snapshoot test snapshoot start all services with powershell...
We neet Powershell tool to start stop the service To install Run powershell as administrator to install toll stop the all services with powershell Create a Snapshoot test snapshoot start all services with powershell...
Description: Cscope is still being used as an important code search tool. This document is a Turkish translation created by considering the current conditions. Happy reading. Büyük projelerde Cscope kullanmak (örnek: Linux çekirdeği) Büyük...
In this post i wish to give the same information about inline assembly. What is Assembly? In short, Assembly is the machine language form of CPU. Each line of the command will be compiled...
Deprecated is an annotation (an attribute) which come our life from C++14 to mark your function or class to mark it will be removed.
C++ has great change after C++11 and it still continues. I shared some of the basic important topics before. But I wish to add a summary here ; Use nonstatic data initialization instead of...
To protect value with a simple mutex. The other way is using unique_lock but it locks threat critically New Memory model Atomic Atomic brings us a secure model to reach data on memory. However,...
Here, in Great Britain, nobody knows what will happen to us. We live in the corona attack and Mr Jhonson’s careless approach. As a Turkish guy, I don’t clearly understand why these English Politicians...
In C++ templates may use to declare to get several version In here you may find a way to declare a type called Param but not only one strict type. You may use it...