News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Query for C++IDE for Bookshop inventory system

Started by ankitdixit, November 23, 2021, 09:49:46 AM

Previous topic - Next topic

ankitdixit

Hello All, I am working on the C++ project "Bookshop Inventory System" and I want to know which C++ ide is good for this type of project between Dev-C++, Code::Blocks, CLion, and Eclipse. Basically, this is a simple project where the system maintains the inventory of books in a bookshop. If a customer purchases a book, the book's count will decrease; if a book is added, the same is updated. Notice the use of pointers. You can modify the code to add a book ID and make the search based on book ID or make the search using just one parameter giving multiple results, and so on. and I am looking to someone who guide me to choose the best C++ ide. Canyone suggest me?

tigerbeard

you seem to have no requirement that favours a specific IDE. All IDEs should be suited to develop you program. CodeBlocks as well.

sodev


tigerbeard


sodev

Hmm, wait a second, i can swear when i browsed this before the first two posts were from the same user. Anyway, the forum was veeery slow at that moment and other threads didn't even load, maybe just a glitch in the space-time-continuum ;D

ankitdixit

I have checked on youtube and quora as well and found these references https://www.youtube.com/watch?v=nnrP3RbzVto and https://www.interviewbit.com/blog/cpp-ides/ and I think Dev-C++ and Code::Blocks is best for this project

sodev

Probably you can finish your homework without any IDE ;D