C++ Library Extensions 2022.12.09
To help learn modern C++ programming
041-array_new.cpp File Reference
#include <tpf_output.hpp>
#include <cstdlib>
Include dependency graph for 041-array_new.cpp:

Go to the source code of this file.

Classes

class  dynamic_array_new< ElementType >
 

Functions

void examples_for_dynamic_array_new ()
 
void do_not_do_this ()
 
void is_still_is_not_perfect ()
 
void please_use_this_method ()
 
void test_iterator ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ do_not_do_this()

void do_not_do_this ( )

Definition at line 257 of file 041-array_new.cpp.

◆ examples_for_dynamic_array_new()

void examples_for_dynamic_array_new ( )

Definition at line 247 of file 041-array_new.cpp.

◆ is_still_is_not_perfect()

void is_still_is_not_perfect ( )

Definition at line 275 of file 041-array_new.cpp.

◆ main()

int main ( )

Definition at line 335 of file 041-array_new.cpp.

Here is the call graph for this function:

◆ please_use_this_method()

void please_use_this_method ( )

Definition at line 289 of file 041-array_new.cpp.

◆ test_iterator()

void test_iterator ( )

Definition at line 319 of file 041-array_new.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 5 of file 041-array_new.cpp.

◆ stream

tpf::sstream stream

Definition at line 4 of file 041-array_new.cpp.