top of page
Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search
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...
630 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,456 views0 comments
Sunil Kumar Yadav
Jun 2, 20216 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...
543 views0 comments
Sunil Kumar Yadav
Mar 3, 20205 min read
Choosing Right Platform For Embedded Software Development
Developing software is a hard process. Developing embedded software is an even harder process. With traditional pitfalls of syntax error lik
102 views0 comments
Home: Subscribe
Home: Contact
bottom of page