Sunil Kumar YadavSep 16, 20212 min readHow 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 YadavAug 28, 20212 min readWhy 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 YadavAug 16, 20212 min readUnderstanding the C++ Chrono libraryC++ Chrono library deals with date and time. This library was designed considering the fact that timers and clocks might be different on...
Sunil Kumar YadavJun 2, 20216 min readSimplified Overview of Functional Safety and ISO 26262Functional Safety is not a new concept, but it is taking on new importance within the automotive market due to increased electronics and...
Sunil Kumar YadavMar 3, 20205 min readChoosing Right Platform For Embedded Software DevelopmentDeveloping software is a hard process. Developing embedded software is an even harder process. With traditional pitfalls of syntax error lik