top of page
Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search
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 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 7, 20213 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...
113 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...
345 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
Sunil Kumar Yadav
Aug 15, 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...
722 views0 comments
Sunil Kumar Yadav
May 13, 20216 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...
126 views0 comments
Sunil Kumar Yadav
Jan 29, 20215 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...
34 views0 comments
Home: Subscribe
Home: Contact
bottom of page