top of page



Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search

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
110 views
0 comments


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
678 views
0 comments


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
1,530 views
0 comments


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
583 views
0 comments


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
Sunil Kumar Yadav
Mar 3, 20205 min read
105 views
0 comments
Home: Subscribe
Home: Contact
bottom of page