User Tools

Site Tools


snippets:golang:containers:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
snippets:golang:containers:start [2018/03/20 14:00] allsparksnippets:golang:containers:start [2018/03/20 14:01] (current) allspark
Line 1: Line 1:
-golang+Containers
  
-## simple example containers 
  
-Datenstrukturen um Daten innerhalb eines Programms zu verwalten. +<blockquote> 
- +The Containers library is a generic collection of class templates and algorithms that allow programmers to easily implement common data structures like queues, lists and stacks. There are three classes of containers -- sequence containers, associative containers, and unordered associative containers -- each of which is designed to support a different set of operations.
-<blockquote>The Containers library is a generic collection of class templates and algorithms that allow programmers to easily implement common data structures like queues, lists and stacks. There are three classes of containers -- sequence containers, associative containers, and unordered associative containers -- each of which is designed to support a different set of operations.+
  
 The container manages the storage space that is allocated for its elements and provides member functions to access them, either directly or through iterators (objects with properties similar to pointers). The container manages the storage space that is allocated for its elements and provides member functions to access them, either directly or through iterators (objects with properties similar to pointers).
Line 13: Line 11:
 <cite>http://en.cppreference.com/w/cpp/container</cite> <cite>http://en.cppreference.com/w/cpp/container</cite>
 </blockquote> </blockquote>
 +
 +
 +# containers in go
 +
 +[[https://golang.org/pkg/container/]]
 +
 +## simple example containers in golang
  
 {{indexmenu>.}} {{indexmenu>.}}
snippets/golang/containers/start.1521550807.txt.gz · Last modified: by allspark