Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~7K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for huwwaris

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 …

Member Avatar for mapsonyllaer
0
376
Member Avatar for Hu99.Kappa
Member Avatar for kenshinbatto92

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 …

Member Avatar for mapsonyllaer
0
1K
Member Avatar for alyssa.wilkins.77

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 …

Member Avatar for mapsonyllaer
0
1K
Member Avatar for myk45

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.

Member Avatar for mapsonyllaer
0
272
Member Avatar for Rubinder singh

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 …

Member Avatar for vmanes
0
3K
Member Avatar for Garidius

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 …

Member Avatar for Garidius
0
551
Member Avatar for Niteshay

[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 …

Member Avatar for mapsonyllaer
0
155

The End.