How to write menu driven programs in a loop?

There are many applications which require the occurrence of the main menu again and again. The user chooses those options until the user wills to quit the program. In other…

Is Visual Studio a good option for a beginner?

Well before coming to the verdict let’s have a look at what basically is VisualStudio. Visual Studio is an IDE (Integrated Development Environment), it’s not justan editor, but you get…

How to find substring of a string in C++?

The easiest way to search for a word in a sentence including uppercase and lowercase characters is to first search for the indexes at which the first letter occurs and…

Good programming practices in Software Engineering

There are some good coding practices to follow as a part of a programmer’s career and skill set. In professional life, when you have to work in a team on…

FUD: JDBC addiction and designing software for NoSQL

I am having a background of programming Java based web systems with RDBMS. Where I write a lot of JDBC code. Updates, select statements with a lot of joins, inserts…