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 » Community » Coffee corner » Quiz #2
Quiz #2 [message #57780] Mon, 13 December 2021 15:55 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
What is the difference between

VectorMap<int, String> vm;
...
for(const auto& m : vm) ...


and

VectorMap<int, String> vm;
...
for(const auto& m : ~vm) ...

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Quiz #3
Next Topic: Some Experiment with Size of Upp Executable
Goto Forum:
  


Current Time: Mon Apr 29 08:43:33 CEST 2024

Total time taken to generate the page: 0.02712 seconds