Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ankitdixit on November 23, 2021, 09:49:46 am

Title: Query for C++IDE for Bookshop inventory system
Post by: ankitdixit on November 23, 2021, 09:49:46 am
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?
Title: Re: Query for C++IDE for Bookshop inventory system
Post by: tigerbeard on November 23, 2021, 02:07:54 pm
you seem to have no requirement that favours a specific IDE. All IDEs should be suited to develop you program. CodeBlocks as well.
Title: Re: Query for C++IDE for Bookshop inventory system
Post by: sodev on November 23, 2021, 02:41:58 pm
Rofl, the bots now answer themself.
Title: Re: Query for C++IDE for Bookshop inventory system
Post by: tigerbeard on November 23, 2021, 02:53:09 pm
How should they learn if nobody answers them  ;)
Title: Re: Query for C++IDE for Bookshop inventory system
Post by: sodev on November 23, 2021, 03:08:24 pm
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
Title: Re: Query for C++IDE for Bookshop inventory system
Post by: ankitdixit on November 24, 2021, 06:03:46 am
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
Title: Re: Query for C++IDE for Bookshop inventory system
Post by: sodev on November 24, 2021, 03:55:35 pm
Probably you can finish your homework without any IDE ;D