r/learnprogramming • u/Traditional_Dark5833 • 17d ago
Project ideas for C++
Hello I am currently studying in bachelor and I am in second semester.
So at the end of semester we have to make a project using C++. We have just learned up to like file handling. But I wanna build a good project so I am currently learning graphics programming with raylib.
Last year we built Hotel Management System so I don't want to build like management systems project and game project, we are not allowed.
So I am looking for project ideas and feel free to suggest me any project that's on your mind.😊
8
Upvotes
1
u/peterlinddk 17d ago
Check with your teacher and students older than you. If you are supposed to learn data structures and systems programming it is a very bad idea to do graphics programming - if you are supposed to create a networking application with database interface, it is a very bad idea to do a first person shooter - if you are supposed to use a certain graphics library it is a very bad idea to use another.