Click here to Skip to main content
15,886,026 members

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

1. UnitC++
This post is an introduction to a library I have written, UnitC++.
(The Code Project Open License (CPOL))
David Corne Updated: 30 Jul 2014
Rating: 5.00/5 ( (2 votes))
2. C++ Digraphs
The digraphs I am writing about are sequences of characters which act as a stand in for other characters.
(The Code Project Open License (CPOL))
David Corne Updated: 8 Oct 2013
Rating: 4.00/5 ( (1 vote))
3. Keeping History Using the cd Command
Keeping History using the cd command.
(The Code Project Open License (CPOL))
» »
David Corne Updated: 20 May 2013
Rating: ( (No votes))
4. Comparisons in C++
This is about the comparison operators in C++ and making them easy to implement.
(The Code Project Open License (CPOL))
David Corne Updated: 1 May 2013
Rating: 4.00/5 ( (3 votes))
5. Resource Acquisition is Initialization (RAII)
This post will be about the Resource Acquisition is Initialization (RAII) pattern which is a creational pattern.
(The Code Project Open License (CPOL))
» »
David Corne Updated: 18 Apr 2013
Rating: ( (No votes))
6. Iterator Pattern
This post will be about the Iterator pattern which is a behavioural pattern.
(The Code Project Open License (CPOL))
Programming Languages » Python »
David Corne Updated: 22 Feb 2013
Rating: ( (No votes))
7. Builder Pattern
The idea behind the builder pattern is to abstract away the construction of an object so that many implementations can use the same builder.
(The Code Project Open License (CPOL))
Programming Languages » Python »
David Corne Updated: 22 Jan 2013
Rating: 4.00/5 ( (1 vote))
8. Strategy Pattern
The idea behind the strategy pattern is to encapsulate the implementation details of an algorithm and make them interchangeable.
(The Code Project Open License (CPOL))
Programming Languages » Python »
David Corne Updated: 22 Jan 2013
Rating: ( (No votes))
9. Facade Pattern
This is the first of actual posts in my series on design patterns in Python.
(The Code Project Open License (CPOL))
Programming Languages » Python »
David Corne Updated: 8 Jan 2013
Rating: 5.00/5 ( (1 vote))
10. Finding Primes: Part II – A Python Implementation
A Python implementation of finding primes
(The Code Project Open License (CPOL))
Programming Languages » Python »
David Corne Updated: 4 Nov 2012
Rating: ( (No votes))
11. FizzBuzz
FizzBuzz is variously a drinking game, a math game, a way of learning numbers in a foreign language and more importantly (for this blog) a programming kata.
(The Code Project Open License (CPOL))
Programming Languages » Python »
David Corne Updated: 31 Oct 2012
Rating: ( (No votes))
12. Mutable and Data Caching
This blog post is going to be about the C++ keyword mutable, it is also going to go into using mutable for data caching.
(The Code Project Open License (CPOL))
David Corne Updated: 30 Oct 2012
Rating: ( (No votes))
13. Auto
The new auto keyword
(The Code Project Open License (CPOL))
David Corne Updated: 30 Oct 2012
Rating: 4.80/5 ( (3 votes))