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
Lambda Function in C++
Lambda functions are a kind of anonymous functions in C++. These are mainly used as callbacks in C++. Lambda function is like a normal...
Apr 29, 2021
1 min read
Sequence containers in C++
Sequence containers implement data structures which can be accessed sequentially. array: Static contiguous array (class template)...
Apr 13, 2021
2 min read
Associative container in c++
Associative containers implement sorted data structures that can be quickly searched. Set: Collection of unique keys, sorted by keys....
Apr 4, 2021
4 min read
bottom of page