Well that was my final C assignment (more information coming, be patient please!); so now I'm getting ready to move onto C++.
The course officially doesn't start C++ until 3rd of October but I'm getting a few weeks head start to ensure I do well.
The book I'll be using to begin with is a book I bought a few years ago but never attempted very far past chapter two: Beginning C++ Through Game Programming.
Amazon has it listed at $5.91 (US), I recall paying a lot, lot more than that so it's certainly a bargain now.
I'll also be using the last few chapters of Engineering Problem Solving with C and C: How to Program
as they include introductory chapters to C++ (the former has C++ for almost half of the book!).
So finally, finally, I should be able to make games as C++ is such an object oriented language. Hopefully you'll see playable games, albeit not great ones, within the next few weeks!
Preparing To Move On
Big Update!
Well I finally picked up the 6th edition of C: How To Program, the only difference is that some chapters are removed as far as I can tell; a little disappointing.
Also an update on what I've been doing: working bloody hard! It's mid-semester which means loads of assignments are due. Specifically programming this Monday, a program using random numbers; an audio editing assignment next Friday; a piece of fiction due tomorrow and a maths test every week with an extra maths test on Tuesday.
I'll post more information on the programming assignment this weekend where I'll be working most on it! It's certainly been a busy time.
Also: I received a reply regarding posting code. Unfortunately I cannot post it all since it might be plagiarised, what I can do is post parts and discuss what I did without giving future students something to copy and paste. So expect that soon too!
Enjoy this big update!
"Turtle Graphics" Update #2
Right, my turtle program is behind schedule since today I woke up late and spent most of the day eating bacon and generally being lazy.
The program is fairly functional but it doesn't quite do what it's meant to yet, at least it compiles!
Full source code after jump:
"Turtle Graphics" Update
I know I said I'd post my progress today but unfortunately none has been made, I've had a hectic day and barely had a chance to get on the computer let alone programming!
I shall work on it tonight since I was reading up more on two dimensional arrays to prepare, it's not exactly difficult but I like to refine my knowledge by re-reading every chapter of my textbooks to ensure I haven't missed anything.
I'll also be doing some exercises from Engineering Problem Solving with C (3rd Edition) tonight and tomorrow to further cement it in my brain.
My Wrestle With Arrays
I'm currently working on a C program that is a simulation of "Turtle Graphics".
Turtle Graphics for those who don't know is when you have a square of blank paper and you program a route into this "turtle" for it to follow on the following commands: Go Forward, Turn Left, Turn Right, Raise Pen, Lower Pen.





