- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
![]() | Re: No details here but two suggestions: 1. Get yourself an editor with clang-format support, so that the people you discuss your code with can quickly understand what you did 2. Separate the concerns of doing math stuff from the concern of keeping something in a list by creating a list … |
Re: Since when is this site helping scholars with their homework? | |
Re: Dear kenshinbatto92, apart from a million things I would do differently, the described effect has nothing to do with the amount of students you enter. Variable `id` is not initialized after line 62, where you should insert `id = (score + scan)->name;`. You call this C++, yet your program resembles … | |
Re: You have made your QWidget w a proper local variable of ToolBar::initializeItems(). There is nothing bad about that, but it means, that your widget will get deleted, when ToolBar::initializeItems() ends, taking along all of its children. You would want to make QWidget w an instance variable of your ToolBar or … | |
Re: You could use your own items inheriting from QTreeWidgetItem. There you can put such magic into your data() implementation. You would add the asterisk when data() is asked to return information for the DisplayRole. You will have to add the dirty flag to the model behind your table widget. | |
Re: If you want to have something great for free (you only get the extremely limited express version of Visual Studio for free to get you hooked), you can use Qt, which contains a framework, an IDE and an installer framework. It works on Windows, Linux and MacOS and programs can … | |
Re: Hi Garidius, Qt will run under virtually any circumstances. That not only includes installed programs or copied-on-the-fly programs, but also other operating systems like linux and mac-os and exotic hardware like microcontrollers, raspberry pie and most mobile phones. There is a large community around Qt and starting from qt-project.org you … | |
Re: [QUOTE=Niteshay;904389]Ok i have not started programming at all but wanted some answers first is pearl the easiest programming language ?? also if it is what is a god book to learn it from. If it is not then what is one of the easier languages to learn ???[/QUOTE] Alright, to … |
The End.