User Tools

Site Tools


cpp:toc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cpp:toc [2020/05/29 15:47] gthanoscpp:toc [2021/04/27 07:44] gthanos
Line 7: Line 7:
   * [[cpp:arrays|Πίνακες]]   * [[cpp:arrays|Πίνακες]]
   * [[cpp:pointers|Δείκτες]]   * [[cpp:pointers|Δείκτες]]
 +    * [[cpp:const_pointers|Δείκτες αμετάβλητου περιεχομένου και αμετάβλητης διεύθυνσης]]
   * [[cpp:references|Αναφορές (References)]]   * [[cpp:references|Αναφορές (References)]]
   * [[cpp:strings | Αλφαριθμητικά]]   * [[cpp:strings | Αλφαριθμητικά]]
 +    * [[cpp:std_strings | Η κλάση std::string]]
   * [[cpp:dynamic_memory|Δυναμική διαχείριση μνήμης]]   * [[cpp:dynamic_memory|Δυναμική διαχείριση μνήμης]]
-  * [[cpp:functions| Συναρτήσεις (μέθοδοι)]]  +  * [[cpp:functions| Συναρτήσεις]] 
   * [[cpp:namespace | Namespaces]]   * [[cpp:namespace | Namespaces]]
   * [[cpp:classes | Κλάσεις και Αντικείμενα]]   * [[cpp:classes | Κλάσεις και Αντικείμενα]]
Line 54: Line 56:
     * [[cpp:stl:container_common_functions | Κοινές συναρτήσεις για όλους του Containers]]     * [[cpp:stl:container_common_functions | Κοινές συναρτήσεις για όλους του Containers]]
     * [[cpp:stl:sequence_containers | Sequence Containers ]]     * [[cpp:stl:sequence_containers | Sequence Containers ]]
-      * [[cpp:stl:array|array]] +      * [[cpp:stl:array|std::array]] 
-      * [[cpp:stl:vector|vector]] +      * [[cpp:stl:vector|std::vector]] 
-      * [[cpp:stl:deque|deque]] +      * [[cpp:stl:deque|std::deque]] 
-      * [[cpp:stl:list|list]]+      * [[cpp:stl:list|std::list]]
     * [[cpp:stl:container_adapters | Container Adapters ]]     * [[cpp:stl:container_adapters | Container Adapters ]]
     * [[cpp:stl:associative_containers | Associative Containers ]]     * [[cpp:stl:associative_containers | Associative Containers ]]
-      * [[cpp:stl::set|set]] +      * [[cpp:stl::set|std::set και std::multiset]] 
-      * [[cpp:stl::map|map]]+      * [[cpp:stl::map|std::map και std::multimap]]
     * [[cpp:stl:unordered_associative_containers | Unordered Associative Containers ]]     * [[cpp:stl:unordered_associative_containers | Unordered Associative Containers ]]
 +      * [[cpp:functors| Function Objects ή Functors ]] 
 +      * [[cpp:stl::unordered_set|std::unordered_set και std::unordered_multiset]]
 +      * [[cpp:stl::unordered_map|std::unordered_map και std::unordered_multimap]]
  
cpp/toc.txt · Last modified: 2023/05/30 19:08 by gthanos