top of page
Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search
Sunil Kumar Yadav
Sep 305 min read
Concurrency In C++: How To Avoid Deadlock
In our last couple of articles we've tired to go through the fundamentals of concurrenc y in C++ using Standard Template Library. We've...
86 views0 comments
Sunil Kumar Yadav
Sep 225 min read
Concurrency in C++: Sharing Data Between Threads Using Mutex
In my last article C++: Introduction to Concurrency , I've gone through fundaments of concurrency and it's benefits in terms of improving...
82 views0 comments
Sunil Kumar Yadav
Sep 186 min read
C++: Introduction to Concurrency
Concurrency in C++ is a powerful feature that enables developers to create applications capable of performing multiple tasks...
52 views0 comments
Sunil Kumar Yadav
Apr 25, 20224 min read
Debugging Data Race Conditions Using Thread Sanitizer
In past to speed up the execution of software one had to either upgrade the underlying hardware i.e. microcontroller or microprocessor...
1,314 views0 comments
Sunil Kumar Yadav
Dec 18, 20214 min read
Understanding C++ Lambda
C++ 11 standard introduced many new features in the C++ language making it truly a modern language. Features introduced since C++11 were...
106 views0 comments
Sunil Kumar Yadav
Dec 12, 20214 min read
Semantics of C++ Object Destruction
C++ is one of the most popular programming languages which is being used in multiple domains. Its diverse use means it supports many...
62 views0 comments
Sunil Kumar Yadav
Nov 28, 20214 min read
Face Detection using Haar-Cascade Classifier using OpenCV and C++
Computer vision is a field of study which encompasses how computers see and understand digital images and videos. We are sounded by...
926 views0 comments
Sunil Kumar Yadav
Nov 28, 20213 min read
What is Dynamic Programming?
As software engineers, our aim is to develop efficient programs to solve given problems. In this process, we come across many programming...
46 views0 comments
Sunil Kumar Yadav
Nov 6, 20215 min read
Understanding C++ Default Constructor
C++ is one of the most popular programming languages which is being used in multiple domains. Probably there are billions of lines of...
215 views0 comments
Sunil Kumar Yadav
Oct 24, 20215 min read
Getting Started with OpenCV/C++
With the advancement in silicon technologies, Artificial Intelligence and Image Processing have been used extensively for the last few...
2,891 views1 comment
Sunil Kumar Yadav
Oct 16, 20215 min read
Hard Real-Time and C++ Predictability
Hard real-time systems are characterized by their predictability. Such systems are guaranteed to perform intended action in a specified...
327 views0 comments
Sunil Kumar Yadav
Oct 3, 20218 min read
Understanding the runtime behaviors of C++ programs using uftrace tool
Whether you are an expert programmer or a freshman in university, it's always fascinating to learn how systems work under the hood. Since...
184 views0 comments
Sunil Kumar Yadav
Sep 19, 202113 min read
gprof: How To Use GNU Profiling Tool?
Efficiency in software engineering is associated with reliability, speed, and programming methodology used in developing software for an...
343 views0 comments
Sunil Kumar Yadav
Sep 16, 20212 min read
How std::binary_search work with std::list?
The Standard Library allows you to apply the binary_search and lower_bound algorithms to any sorted sequence container, including std::list
100 views0 comments
Sunil Kumar Yadav
Aug 28, 20212 min read
Why you should use strncmp over strcmp?
The standard library provides many useful functions to ease the job of software engineers. Usually, the standard library provides library...
611 views0 comments
Sunil Kumar Yadav
Aug 16, 20212 min read
Understanding the C++ Chrono library
C++ Chrono library deals with date and time. This library was designed considering the fact that timers and clocks might be different on...
1,421 views0 comments
Home: Subscribe
Home: Contact
bottom of page