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++ Library : Other (not classified elsewhere) » vectormap exampe is not working anymore
Re: vectormap exampe is not working anymore [message #58396 is a reply to message #58383] Mon, 16 May 2022 15:19 Go to previous messageGo to previous message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
better example


#include <Core/Core.h>

using namespace Upp;

CONSOLE_APP_MAIN
{

VectorMap<int64_t, Vector<Value> > cache;
Vector<Value> v;
int line = 0;
cache.FindAdd(line, v);

}

This really fails.


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: SSL and USEMALLOC
Next Topic: Windows 11 - Menubar issues
Goto Forum:
  


Current Time: Sat Jun 14 07:49:56 CEST 2025

Total time taken to generate the page: 0.04558 seconds