Author Topic: Query for C++IDE for Bookshop inventory system  (Read 8295 times)

Offline ankitdixit

  • Single posting newcomer
  • *
  • Posts: 2
Query for C++IDE for Bookshop inventory system
« 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?

Offline tigerbeard

  • Almost regular
  • **
  • Posts: 186
Re: Query for C++IDE for Bookshop inventory system
« Reply #1 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.

Offline sodev

  • Regular
  • ***
  • Posts: 496
Re: Query for C++IDE for Bookshop inventory system
« Reply #2 on: November 23, 2021, 02:41:58 pm »
Rofl, the bots now answer themself.

Offline tigerbeard

  • Almost regular
  • **
  • Posts: 186
Re: Query for C++IDE for Bookshop inventory system
« Reply #3 on: November 23, 2021, 02:53:09 pm »
How should they learn if nobody answers them  ;)

Offline sodev

  • Regular
  • ***
  • Posts: 496
Re: Query for C++IDE for Bookshop inventory system
« Reply #4 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

Offline ankitdixit

  • Single posting newcomer
  • *
  • Posts: 2
Re: Query for C++IDE for Bookshop inventory system
« Reply #5 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

Offline sodev

  • Regular
  • ***
  • Posts: 496
Re: Query for C++IDE for Bookshop inventory system
« Reply #6 on: November 24, 2021, 03:55:35 pm »
Probably you can finish your homework without any IDE ;D