Blog Archives

Hack Night Dreams

There are many things I miss about my college days, but if there was one thing I miss more than anything else it was the energy of the computer science lab late night the day before a big project was

Tagged with: , , ,
Posted in Coding, Coding For Fun

Semi-Object Oriented C Development – Part 4

An Alternate Way… I haven’t added to this series in a while, but a friend of mine named Cole left a comment on my first post that I thought I should share. He recommended an alternative implementation for typedefing your

Tagged with: , , , ,
Posted in C, Coding, OOP

Semi-Object Oriented C Development – Part 3

Well, here it is! Part 3 of my series on Object… Semi-Object Oriented C Development. For those of you sitting in your chairs saying, “I don’t remember parts 1 and 2”, well here you go: http://wp.me/p1fcqR-p Object Oriented C Development

Tagged with: , , , , , ,
Posted in C, Coding, OOP

Review Of Visual Studio 2010 Architecture Tools

Since before my workplace officially upgraded the version of Visual Studio I have been working with from 2003 to 2010 I had discovered and had used the new architecture that are packaged with this version of Visual Studio. Thus far

Tagged with: , , , , , , ,
Posted in Coding, Software Modeling, UML

What is Knowing UML Worth?

I bought a book on UML 2.0, UML 2.0 In a Nutshell to be specific, and have been reading it on breaks at work. While on break today I was asked by one of our architects why I was reading

Tagged with: , , , , , ,
Posted in Coding, OOP, Software Engineering, UML

The Death Of A Software Project

After working heavily with a messaging server at work, I decided it might be fun to write my own messaging server. I launched an open source project on Codeplex called Gabriel Messaging Service (GMS) and started working on it. After

Tagged with: , , , ,
Posted in Coding, Software Engineering

Semi-Object Oriented C Development – Part 2

In Part 1 of “Object Oriented C Development” I talked about typedefing your “class” as a “void *”, how to define a “constructor” and how to define a “destructor”. In case you forgot, or haven’t seen it, here is the

Tagged with: , , , , ,
Posted in C, Coding, OOP

Object Oriented C Development – Part 1

C is obviously not an object oriented language. However, that does not mean it cannot be used like one. A year or more ago I wanted to learn how to structure my C code in such a way to closely

Tagged with: , , , ,
Posted in C, Coding, OOP
Categories