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 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

Hello, World!!!

By Joshua Burkholder February 11, 2012 C++, C++ 1998/2003, C++ 2011 3 Comments

main.cpp: #include <iostream> int main() {     std::cout << "Hello, World!!!\n";     return 0; }

Read more

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