C++/Map: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Nie podano opisu zmian
Linia 6:
 
== Przykład ==
<sourcesyntaxhighlight lang="cpp">
#include<iostream>
#include<map>
Linia 38:
cout << "Nastepny: " << next->second << '\n';
}
</syntaxhighlight>
</source>
 
==mmap==
Linia 55:
MAP_PRIVATE zmapuje daną stronę i nie będzie to widoczne dla innych procesów.
== Przykład ==
<sourcesyntaxhighlight lang="cpp">/*
* tiny.c - a minimal HTTP server that serves static and
* dynamic content with the GET method. Neither
Linia 305:
}
}
</syntaxhighlight>
</source>