Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Vector< Vector<int>> issue
Re: Vector< Vector<int>> issue [message #47276 is a reply to message #47270] Mon, 02 January 2017 16:48 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
forlano wrote on Mon, 02 January 2017 14:46
Hello and Happy New Year!

I downloaded today the latest Upp 10620, MSC15. I tried to compile a code that worked with the old distro I currently use.
In a class I have

Vector< Vector<int> > columnWidths;

and the compiler complain when I try to use

columnWidths.Pop();


The above code is not mine. I tried this

columnWidths[ columnWidths.GetCount()-1 ].Pop();

and works.
However I wonder if it does the same of the previous Rolling Eyes

columnWidths.Pop();

Luigi

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: High resolution TimeStop code
Next Topic: Small bug in DeleteFolderDeep
Goto Forum:
  


Current Time: Mon May 13 12:38:08 CEST 2024

Total time taken to generate the page: 0.01899 seconds