In this blog, I attempted to create a simple program implementing a singleton design pattern. In a Singleton Design Pattern, only one instance for a...
This blog has a program that uses Function Pointer to perform two different operations. I split the code into smaller sections and explain. The...
In this article, I write a c++ program using lambda. This lambda function squares the input value.The lambda is assigned to a variable. By calling...
This is a simple program that prints the address of a variable in C programming language. In the main function, an integer variable,a is...
Today I tried these two commands. netsh trace start capture=yes It requires to be run in administer mode. This commands starts the network...
A few weeks ago, I saw a tweet about 30 days of ML. With very little theoretical knowledge of Machine Learning, I was curious to know more about it. I...