Joshua Burkholder

Mathematics and Computer Science

Writing with Iterators in C++ 2011

By Joshua Burkholder February 27, 2012 C++, C++ 1998/2003, C++ 2011, C++ Containers, C++ Templates, Generic Programming No Comments

From my “Printing Standard Library Sequence and Associative Containers in C++ 2011” post, let’s discuss the very first template: template < typename C >…

Read more

Printing Standard Library Sequence and Associative Containers in C++ 2011

By Joshua Burkholder February 18, 2012 C++, C++ 2011, C++ Containers, C++ Templates, Generic Programming No Comments

In my last post, I wrote about printing Standard Library Sequence Containers (i.e. std::deque, std::list, and std::vector) in C++ 1998/2003…

Read more

Printing Standard Library Sequence Containers in C++ 1998/2003

By Joshua Burkholder February 14, 2012 C++, C++ 1998/2003, C++ Containers, C++ Templates, Generic Programming No Comments

In C++ 1998/2003, the Standard Library Sequence Containers (i.e. deque, list, and vector) could be printed using the following template:…

Read more

Copyright © 2022 Joshua Burkholder | Theme by: Theme Horse | Powered by: WordPress