Before Starting C++
There are different software’s for programming in c++. Visual studio is used in many universities, but it is very heavy that’s why we will use Dev for c++, because it is very fast and lighter than other softwares. You can download Dev from here.
Increase Typing Speed
You should download typing tutor and practice typing everyday 15 to 20 minutes, It will increase your typing speed. If your typing speed will be good, it will save your time and you can write programs in less time.
Learn this code first
Before writing your first code, you need to rememberize this piece of code, Write this code 10 times to remember it. Because we will use this code in every program.
#incude <iostream>
namespace std;
main()
{
}
Watch My Videos
You can watch my videos on my youtube channel, My videos are very easy to understand. Asignments are also given to improve your programming skills. Click here for c++ videos.
C++ programming examples and solutions
More practice questions, projects in c++ and thier solutions will be given on this website. InSha ALLAH this website will be very helpful for you in learning c++.