Author Topic: Are there any ways to create a grid (a table like excel)?  (Read 3579 times)

Offline lucky7456969

  • Multiple posting newcomer
  • *
  • Posts: 33
Are there any ways to create a grid (a table like excel)?
« on: May 05, 2016, 08:46:20 am »
Are there anyways to create a grid in codeblocks?
Also, how do I attach a framework to the ide?
Because I already had resedit as the resource editor,
But I want a framework like MFC to deal with it.
Any ideas I can get one and connect them together?
Thanks
Jack

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Are there any ways to create a grid (a table like excel)?
« Reply #1 on: May 06, 2016, 12:14:35 am »
1) Codeblocks is not a compiler, nor a library
2) C++ does not have any standard for windows/dialogues ecc.., so you have to choose a 3th party library:
   a) You can use wxWidgets
   b) You can use QT
   c) You can use one of the hundred other libraries out there. Codeblocks is a flexible IDE, and does not bother to work with any of the libraries
3) If you want to use wxSmith as RAD tool (provided with codeblocks) you have to use wxWidgets
4) If you use QT it is a bit difficult to integrate with codeblocks, but it is possible