top of page



Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search


MRO: Understanding Inheritance in Python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data...

Sunil Kumar Yadav
Jan 8, 20225 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...

Sunil Kumar Yadav
Dec 18, 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...

Sunil Kumar Yadav
Dec 12, 20214 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...

Sunil Kumar Yadav
Nov 28, 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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


Simplified Overview of Functional Safety and ISO 26262
Functional Safety is not a new concept, but it is taking on new importance within the automotive market due to increased electronics and...

Sunil Kumar Yadav
Jun 2, 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...

Sunil Kumar Yadav
May 13, 20216 min read
Â
Â
Â
Home: Subscribe
Home: Contact
bottom of page