C++ features by examples
|
C++03 / C++98. More...
#include <bits/stdc++.h>
Go to the source code of this file.
Classes | |
struct | Common |
struct | Virtual_A |
ref More... | |
struct | Virtual_B |
struct | Diamond |
Functions | |
void | init_03 () |
void | associative_containers_03 () |
template<class C > | |
void | test_generic_container (C &c) |
template<class V > | |
void | test_vector_container (V &v) |
void | container_03 () |
container More... | |
void | sort_03 () |
int & | a_ref (int &a) |
https://en.cppreference.com/w/cpp/language/reference More... | |
void | types_03 () |
int | main (void) |
C++03 / C++98.
Definition in file 03.cpp.