top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
All of us do not have equal talent. But, all of us have an equal opportunity to develop our talents.
-A.P.J Abdul Kalam
Train of Thought
Home
My Blog
Meet the Blogger
ConnectWithUs
More
Use tab to navigate through the menu items.
All Posts
My Top 5
C++
C++ Interview
Linux
Automotive
Finance
Education
Technology
Health
Career
Art & Culture
Travel
Embedded Programming
Search
STL in C++
The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as...
Apr 2, 2021
2 min read
Multithreading in C++::Future and promise
Promise: promise is a class template and its object promises to set the value in future. Each std::promise object has an associated...
Mar 30, 2021
2 min read
Smart pointer in C++
what is smart pointer? Smart pointer is wrapper class over a pointer with operator like * and -> overloaded. The object of smart pointer...
Mar 25, 2021
2 min read
bottom of page