Select Page

Installing Perforce

I have used three revision control systems during my career: SourceSafe, CVS, and Perforce To help version personal efforts and make for nicer backups, effectiveness, I recently installed Perforce with Western Digital’s Live Book Duo.  It was a significant...

Introduction To C – Part 3

Welcome to the final installment of a three-part introduction to C. In this chapter, various constructs are discussed including conditional statements and loops. Conditionals If-Statement There are times in a program when you will want to perform actions based on...

Introduction To C – Part 2

This is part two of a three-part introduction to C series. Please read Part One first if you have not done so already and are new to the language. Variables Variables are a medium with which to hold storage of some value in a program. Variables are implemented in...

Introduction To C – Part 1

Recently, I have added a programming assignment to my college students’ Game Design & Development courses. I require the assignment as a way to simply introduce them to the C-language; but more for the logical thought process that the ensuing coding...