Browsing 'Programming': Posts from Game Design and Programming

Week 1: Getting to know C++
For this first week in my programming course I started to learn how to write code in C++ . Before I started this course I had been programming in Java and php. This first week was a introduction to programming and I felt like it was really good because I am still new to C++.
The fist lesson we talked about Computers and the history of programming and computers. This was very interesting because I learned a lot about computer history […]

Week 1: Getting to know C++
For this first week in my programming course I started to learn how to write code in C++ . Before I started this course I had been programming in Java and php. This first week was a introduction to programming and I felt like it was really good because I am still new to C++.
The fist lesson we talked about Computers and the history of programming and computers. This was very interesting because I learned a lot about computer history […]

Week 1: Getting to know C++
For this first week in my programming course I started to learn how to write code in C++ . Before I started this course I had been programming in Java and php. This first week was a introduction to programming and I felt like it was really good because I am still new to C++.
The fist lesson we talked about Computers and the history of programming and computers. This was very interesting because I learned a lot about computer history […]

Week 1: Getting to know C++
For this first week in my programming course I started to learn how to write code in C++ . Before I started this course I had been programming in Java and php. This first week was a introduction to programming and I felt like it was really good because I am still new to C++.
The fist lesson we talked about Computers and the history of programming and computers. This was very interesting because I learned a lot about computer history […]
Spel programmering, Vecka 1
Den här veckan så startade vi vår första programmeringskurs. Jag är inte ny till programming då jag gick en programmering och webutvecklings linje i gymnasiet. Dock så har jag aldrig skrivit i c++ förut så den här veckan har jag gått igenom c++ syntax.
Det enda jag egentligen visste om c++ är att det är ett statiskt programmeringsspråk, med det så menar man att alla variabler måste sägas till vad de är för något.
Ex:
int main(int argc, char* argv[]) {
int number = [...]
Spel programmering, Vecka 1
Den här veckan så startade vi vår första programmeringskurs. Jag är inte ny till programming då jag gick en programmering och webutvecklings linje i gymnasiet. Dock så har jag aldrig skrivit i c++ förut så den här veckan har jag gått igenom c++ syntax.
Det enda jag egentligen visste om c++ är att det är ett statiskt programmeringsspråk, med det så menar man att alla variabler måste sägas till vad de är för något.
Ex:
int main(int argc, char* argv[]) {
int number = [...]
Spel programmering, Vecka 1
Den här veckan så startade vi vår första programmeringskurs. Jag är inte ny till programming då jag gick en programmering och webutvecklings linje i gymnasiet. Dock så har jag aldrig skrivit i c++ förut så den här veckan har jag gått igenom c++ syntax.
Det enda jag egentligen visste om c++ är att det är ett statiskt programmeringsspråk, med det så menar man att alla variabler måste sägas till vad de är för något.
Ex:
int main(int argc, char* argv[]) {
int number = [...]
Spel programmering, Vecka 1
Den här veckan så startade vi vår första programmeringskurs. Jag är inte ny till programming då jag gick en programmering och webutvecklings linje i gymnasiet. Dock så har jag aldrig skrivit i c++ förut så den här veckan har jag gått igenom c++ syntax.
Det enda jag egentligen visste om c++ är att det är ett statiskt programmeringsspråk, med det så menar man att alla variabler måste sägas till vad de är för något.
Ex:
int main(int argc, char* argv[]) {
int number = [...]
Returning to Shape
At the moment writing this, I recently began my first game programming course. The first week of the course has passed by really fast and was over before I knew it. So far it has been an easy time giving me a chance to remember what I learnt before I began here. Over all quite a relaxing start that helped me ease into coding again
That said, the tempo is quite high, and had I not known most of what was […]
Returning to Shape
At the moment writing this, I recently began my first game programming course. The first week of the course has passed by really fast and was over before I knew it. So far it has been an easy time giving me a chance to remember what I learnt before I began here. Over all quite a relaxing start that helped me ease into coding again
That said, the tempo is quite high, and had I not known most of what was […]
Returning to Shape
At the moment writing this, I recently began my first game programming course. The first week of the course has passed by really fast and was over before I knew it. So far it has been an easy time giving me a chance to remember what I learnt before I began here. Over all quite a relaxing start that helped me ease into coding again
That said, the tempo is quite high, and had I not known most of what was […]
Returning to Shape
At the moment writing this, I recently began my first game programming course. The first week of the course has passed by really fast and was over before I knew it. So far it has been an easy time giving me a chance to remember what I learnt before I began here. Over all quite a relaxing start that helped me ease into coding again
That said, the tempo is quite high, and had I not known most of what was […]
Game Programming 3 week 1
So, a new course has begun. Game Programming 3. This course focuses on 3D programming, with some networking too. This first week was about templates, linked lists and binary search trees.
Templates were something I had not worked with before and I must say that I start to like them. Instead of having to create a new function for each of type of parameters (int, float, double, etc) it should be able to take, I could just make a template function. […]
Game Programming 3 week 1
So, a new course has begun. Game Programming 3. This course focuses on 3D programming, with some networking too. This first week was about templates, linked lists and binary search trees.
Templates were something I had not worked with before and I must say that I start to like them. Instead of having to create a new function for each of type of parameters (int, float, double, etc) it should be able to take, I could just make a template function. […]
Game Programming 3 week 1
So, a new course has begun. Game Programming 3. This course focuses on 3D programming, with some networking too. This first week was about templates, linked lists and binary search trees.
Templates were something I had not worked with before and I must say that I start to like them. Instead of having to create a new function for each of type of parameters (int, float, double, etc) it should be able to take, I could just make a template function. […]
Game Programming 3 week 1
So, a new course has begun. Game Programming 3. This course focuses on 3D programming, with some networking too. This first week was about templates, linked lists and binary search trees.
Templates were something I had not worked with before and I must say that I start to like them. Instead of having to create a new function for each of type of parameters (int, float, double, etc) it should be able to take, I could just make a template function. […]
Binary Search Tree
So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]
Binary Search Tree
So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]
Binary Search Tree
So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]
Binary Search Tree
So its been a while !
I am currently studying for a course that will introduce me to 3D engines, networking and multi threading.
What I’ve been taught this week has blown me away so far so I’ll go through one subject which interested me.
Binary search trees.
So currently I haven’t really started on doing the assignment but I would love to tell you everything I know about BST’s.
Binary search trees or BST is a system for listing certain variables be it string, […]
Game Programming I: Week One
This week we started the Game Programming course where we will learn how to code games. I have some experience coding that I have gained prior to this(C++/Java/SML/Assembly) and I feel like that will help me during this course.
So far we have covered:
The brief history of programming
Various ways of programming
The different datatypes that C++ uses
Different operators used
Variables
Conditional statements
Loop statements
Scope
Debugging
Since programming is closley tied to mathematics, we also had a short math test. This was in order to help the teachers figure […]
Game Programming I: Week One
This week we started the Game Programming course where we will learn how to code games. I have some experience coding that I have gained prior to this(C++/Java/SML/Assembly) and I feel like that will help me during this course.
So far we have covered:
The brief history of programming
Various ways of programming
The different datatypes that C++ uses
Different operators used
Variables
Conditional statements
Loop statements
Scope
Debugging
Since programming is closley tied to mathematics, we also had a short math test. This was in order to help the teachers figure […]

Weekly programming – Templated Linked List (v46)
This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables.
This tuesday we had a lecture on template programming and I set out to modify my linked list into a templated one.
Before I got it working I had problems with these things;
I started by changing all functions IN the class by adding template to them. THEN I added the template to the entire LinkedList class. I got errors that I […]

Weekly programming – Templated Linked List (v46)
This weekend I created a linked list class using tutorials from “Paul Programming” on Youtube (link). This linked list was locked to integer variables.
This tuesday we had a lecture on template programming and I set out to modify my linked list into a templated one.
Before I got it working I had problems with these things;
I started by changing all functions IN the class by adding template to them. THEN I added the template to the entire LinkedList class. I got errors that I […]