top of page



Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search


Shape Detection using OpenCV/C++
OpenCV library is very popular and widely used in computer vision. OpenCV is very easy to use but one should be familiar with different...

Sunil Kumar Yadav
Nov 12, 20213 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...

Sunil Kumar Yadav
Nov 6, 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...

Sunil Kumar Yadav
Oct 16, 20215 min read
Â
Â
Â


What are Color Spaces?
Color spaces are a method of representing the colors in an image in a different way. Color space is a useful conceptual tool for...

Sunil Kumar Yadav
Oct 7, 20213 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...

Sunil Kumar Yadav
Oct 3, 20218 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...

Sunil Kumar Yadav
Sep 19, 202113 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

Sunil Kumar Yadav
Sep 16, 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...

Sunil Kumar Yadav
Aug 28, 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...

Sunil Kumar Yadav
Aug 16, 20212 min read
Â
Â
Â


Measure elapsed time in the application using the C++ Chrono library
Developing a fast and efficient program requires in-depth knowledge of various algorithms and the underlying platforms. To assist us in...

Sunil Kumar Yadav
Aug 15, 20212 min read
Â
Â
Â


Unit Testing without Requirements!
As discussed in my earlier articles, software is not just an hidden component within a product but it is the component which distinguish...

Sunil Kumar Yadav
May 13, 20216 min read
Â
Â
Â


Pitfalls Of Using Native Compiler For Embedded software Testing
As modern technology progresses, newer generation of microcontrollers/microprocessors are getting smaller in size and more powerful with...

Sunil Kumar Yadav
Jan 29, 20215 min read
Â
Â
Â
Home: Subscribe
Home: Contact
bottom of page