9) Address Book
If you need to get a quick project into your resume that not only looks good but helps boost your fundamentals of data structures, then this is the way to go. All you need to do is implement the functionality to add, update, or delete data from the address book. The project will require some knowledge of data structures.
If stuff seems a bit too easy, connect the project to a database in the background for storing details there. Connecting and updating the database with every operation performed on the front end will be a challenge for a beginner.
10) Search Engine**
Building a project like Search Engine would require some external research before one can proceed. Several C++ frameworks can assist with this, but learning the correct formats from their documents will take some time. This also requires you to know how to extract data from the Internet and display it.
It should be noted that this project should only be attempted once one has some level of mastery over the various concepts of programming. It might be slightly complicated by nature, but building something like this is going to help in getting that ideal job for breaking into the world of IT.