Xavier Geerinck
  • Home
  • Services
  • Projects
  • Source Code
  • About
  • Book a Meeting
  • Threads
  • LinkedIn
Sign in Subscribe

Coding - C++

Creating a LinkedList with C++

Creating a LinkedList with C++

Linked Lists are one of the fundamental data structures. The main usage of a Linked List is when constant insertion and deletion time is required, or when a dynamic list that can grow and shrink over time is needed. A Linked List exists out of several nodes that are linked
Xavier Geerinck 05 Jun 2015
How to benchmark Reading 10MB in C++

How to benchmark Reading 10MB in C++

This article is based on a vagrant Ubuntu system with an SSD so you might encounter different results. When reading and writing files in C++ it is important to use the correct buffer size or the block size. This will drastically improve the time it takes to read in files
Xavier Geerinck 05 Jun 2015
Basic OOP with C++

Basic OOP with C++

This article is going to explain 1 example of an Object Oriented Program for C++. We will create a small program that allows us to create figures, these being: * A circle * A rectangle * A square We note that the square is a special rectangle. Then on the end when we
Xavier Geerinck 05 Jun 2015

Subscribe to Xavier Geerinck

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
  • Book a Meeting
Xavier Geerinck © 2025. Powered by Ghost