Menu

Close
  • Home
  • About
  • Contact
  • Search
Subscribe
Startup Next Door Menu

C++

A 12-post collection

Page 1 of 2 Older Posts →

Important: Pick One Language for the Coding Interview

I wanted to clarify the programming language requirement for the interview. I was under the impression that I needed C++ or Java to do the interview, »

John Washam John Washam on coding interview, C, C++, python, programming languages, javascript, Java 02 August 2016 Comments

How to Run Valgrind in CLion, for C and C++ Programs

I needed this for myself, and Googled around but didn't find anything satisfactory, but now after a little work, I'm all set with Valgrind. Wouldn't you »

John Washam John Washam on C++, C, Valgrind, programming tools 29 July 2016 Comments

So Much Sorting

I put on my sorting hat and watched many, many videos on sorting. The videos covered: bubble sort selection sort insertion sort heap sort merge sort »

John Washam John Washam on computer science, C++, python, sorting, merge sort, quicksort 21 July 2016 Comments

Binary Trees

I've moved on to trees, and I have many trees to cover. The types of trees I'm studying: binary search tree: BST red/black tree splay »

John Washam John Washam on computer science, C++, binary trees, trees 27 June 2016 Comments

In the Queue

I'm working on queues today. I'm implementing a queue using a fixed-size array, and also using a linked list. These are the four operations each will »

John Washam John Washam on C, C++, practicing, queues 19 June 2016 Comments

Linked Lists Complete

I ended up with 2 implementations of linked lists in C, an object-oriented approach in C++ (with templates!), and followed up with a smaller OO implementation »

John Washam John Washam on linked lists, C, C++, python 17 June 2016 Comments

All Up In Linked Lists

Yesterday I started on linked lists, and this one looks like it will go 2-3 days. I started off with a nice C implementation, with many »

John Washam John Washam on C++, C, linked lists 14 June 2016 Comments

Hand-Crafted Vectors

I've been continuing my studies in computer science by implementing a vector (automatically resizing array) without using arrays. I started with C, and wanted to get »

John Washam John Washam on computer science, C++, C 12 June 2016 Comments

Reading the Google C++ Style Guide

I finished reading C++ Primer Plus. Man, that was a big book. But I feel infused with knowledge! I started watching some C++ videos, and how »

John Washam John Washam on C++, reading, style 03 June 2016 Comments

Collapsing Code Using DeMorgan's Laws

I ran across this Boolean logic law back in 2011, and it's stuck with me ever since. De Morgan's Laws deal with taking multiple Boolean expressions »

John Washam John Washam on C++, Boolean logic, code craft 28 May 2016 Comments
Page 1 of 2 Older Posts →
  • text with your customers for customer feedback
  • comment cards
Startup Next Door © 2010-2022
Proudly published with Ghost