Re: QVector filled with unespected numbers

Originally Posted by
cdbean04
Any help or explanation would be greatly appreciated.
The Bank_1 you declare and initialize in line 7 is a local variable defined in the constructor that will go out of scope when the constructor ends. Do you also have Bank_1 declared as a class member variable?
I write the best type of code possible, code that I want to write, not code that someone tells me to write!
Bookmarks