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
Library in c++
What is library: A library is a package of code that is meant to be reused by many programs. There are two types of libraries: 1) static...
Mar 15, 2021
4 min read
Compilation Process in C++
What is a compilation? Compilation is a process of converting the source code into the object code. It is done by help of compiler. What...
Mar 14, 2021
5 min read
why size of empty class object contains 1 byte in c++?
Compiler allocate 1 byte of memory of empty class object for unique address identification. So, if a class have multiple objects they can...
Mar 10, 2021
1 min read
difference between Shallow copy and deep copy in C++
Shallow copy: Shallow copy means , new object created by simply copying the data of all variable of the original object. Shallow copy...
Mar 10, 2021
2 min read
Top 5 Items Under 20$ I Can't Live Without
Create a blog post subtitle that summarizes your post in a few short, punchy sentences and entices your audience to continue reading....
Mar 7, 2021
1 min read
5 Pizza Places You Must Know
Create a blog post subtitle that summarizes your post in a few short, punchy sentences and entices your audience to continue reading....
Mar 7, 2021
2 min read
5 Questions to Ask Yourself Before Getting Married
Create a blog post subtitle that summarizes your post in a few short, punchy sentences and entices your audience to continue reading....
Mar 7, 2021
1 min read
5 Songs That Make Me REALLY Happy
Create a blog post subtitle that summarizes your post in a few short, punchy sentences and entices your audience to continue reading....
Mar 7, 2021
1 min read
bottom of page