Daily Archives: November 14, 2014
Finally started programming!
Hi there!
I just finished my two first courses last week and this week the first programming course started. Just this first week has been fun! Most of what we have went through this first week I already knew, but some thing are new.
The first day, on monday, the teacher shortly introduced himself and told us about what he has done and how he got to be a teacher in programming and game design. Afterwards, everyone in the class shortly introduced […]
Finally started programming!
Hi there!
I just finished my two first courses last week and this week the first programming course started. Just this first week has been fun! Most of what we have went through this first week I already knew, but some thing are new.
The first day, on monday, the teacher shortly introduced himself and told us about what he has done and how he got to be a teacher in programming and game design. Afterwards, everyone in the class shortly introduced […]
Game Programming III – the first week, linked lists part one (1)
Hello!
A new course in game programming has started and its first week is coming to an end. In this course we’ve been given an assignment divided into three (3) parts. I decided to start working on the first part this week. The first part requires me to create two elementary data structures, a custom linked list and a binary search tree. These must be created from scratch using my own C++ code. These structures must also be generic, meaning […]
Game Programming III – the first week, linked lists part one (1)
Hello!
A new course in game programming has started and its first week is coming to an end. In this course we’ve been given an assignment divided into three (3) parts. I decided to start working on the first part this week. The first part requires me to create two elementary data structures, a custom linked list and a binary search tree. These must be created from scratch using my own C++ code. These structures must also be generic, meaning […]
Game Programming III – the first week, linked lists part one (1)
Hello!
A new course in game programming has started and its first week is coming to an end. In this course we’ve been given an assignment divided into three (3) parts. I decided to start working on the first part this week. The first part requires me to create two elementary data structures, a custom linked list and a binary search tree. These must be created from scratch using my own C++ code. These structures must also be generic, meaning […]
Game Programming III – the first week, linked lists part one (1)
Hello!
A new course in game programming has started and its first week is coming to an end. In this course we’ve been given an assignment divided into three (3) parts. I decided to start working on the first part this week. The first part requires me to create two elementary data structures, a custom linked list and a binary search tree. These must be created from scratch using my own C++ code. These structures must also be generic, meaning […]
First week of C++
Hi all,
It’s Friday and it is time for a weekly update.
As said in the post before this, this week the Game Programming course started. My first week has been more or less an introduction. We have gone through a lot of basic c++.
For example we have been through:
Input/Output: Since we only work in the console so for this is really easy, in my opinion. This just demand a couple of lines of code. The easiest and, probably, the most famous kind […]
First week of C++
Hi all,
It’s Friday and it is time for a weekly update.
As said in the post before this, this week the Game Programming course started. My first week has been more or less an introduction. We have gone through a lot of basic c++.
For example we have been through:
Input/Output: Since we only work in the console so for this is really easy, in my opinion. This just demand a couple of lines of code. The easiest and, probably, the most famous kind […]
The first week of GameProgramming!
So the first week of gameprogramming has gone by. Since i have studied a bit of programming in C# before i have not learned all the much from the courses. Thought it has been a great reminder on how programming works, and to adapt the previous knowledge of C# to C++. The most fundamental thing i have learned this week is that there are several ways to code the same thing, and it ts hard to differentiate which is the […]
The first week of GameProgramming!
So the first week of gameprogramming has gone by. Since i have studied a bit of programming in C# before i have not learned all the much from the courses. Thought it has been a great reminder on how programming works, and to adapt the previous knowledge of C# to C++. The most fundamental thing i have learned this week is that there are several ways to code the same thing, and it ts hard to differentiate which is the […]
The first week of GameProgramming!
So the first week of gameprogramming has gone by. Since i have studied a bit of programming in C# before i have not learned all the much from the courses. Thought it has been a great reminder on how programming works, and to adapt the previous knowledge of C# to C++. The most fundamental thing i have learned this week is that there are several ways to code the same thing, and it ts hard to differentiate which is the […]
The first week of GameProgramming!
So the first week of gameprogramming has gone by. Since i have studied a bit of programming in C# before i have not learned all the much from the courses. Thought it has been a great reminder on how programming works, and to adapt the previous knowledge of C# to C++. The most fundamental thing i have learned this week is that there are several ways to code the same thing, and it ts hard to differentiate which is the […]
Start of Game Programming I at Campus Gotland
I have studied a few programming courses through the years. I started out learning the basics of C++ during my upper secondary school years, around 2009-2010. Later on I studied an introductory course on C++ and also in Java when I first began studying at a university. I have also studied a couple of distance courses which included learning C++, C#, Java and some other scripting language.
The first week of the course Game Programming I has come to an end. This week […]
Start of Game Programming I at Campus Gotland
I have studied a few programming courses through the years. I started out learning the basics of C++ during my upper secondary school years, around 2009-2010. Later on I studied an introductory course on C++ and also in Java when I first began studying at a university. I have also studied a couple of distance courses which included learning C++, C#, Java and some other scripting language.
The first week of the course Game Programming I has come to an end. This week […]
Start of Game Programming I at Campus Gotland
I have studied a few programming courses through the years. I started out learning the basics of C++ during my upper secondary school years, around 2009-2010. Later on I studied an introductory course on C++ and also in Java when I first began studying at a university. I have also studied a couple of distance courses which included learning C++, C#, Java and some other scripting language.
The first week of the course Game Programming I has come to an end. This week […]
Start of Game Programming I at Campus Gotland
I have studied a few programming courses through the years. I started out learning the basics of C++ during my upper secondary school years, around 2009-2010. Later on I studied an introductory course on C++ and also in Java when I first began studying at a university. I have also studied a couple of distance courses which included learning C++, C#, Java and some other scripting language.
The first week of the course Game Programming I has come to an end. This week […]
Programming a Guessing game!!
First week of programming has come to an end, I’ve learned a lot! It feels like we’ve already gone through the basics, so it’s really going in a rapid speed, which is nice of course.
I’ve managed to create a simple guessing game which is run in CMD. What happens is that the system randomly assigns a number which the user has to guess. If the guess from the user is too high, it will be pointed out, if the guess […]
Programming a Guessing game!!
First week of programming has come to an end, I’ve learned a lot! It feels like we’ve already gone through the basics, so it’s really going in a rapid speed, which is nice of course.
I’ve managed to create a simple guessing game which is run in CMD. What happens is that the system randomly assigns a number which the user has to guess. If the guess from the user is too high, it will be pointed out, if the guess […]
Programming a Guessing game!!
First week of programming has come to an end, I’ve learned a lot! It feels like we’ve already gone through the basics, so it’s really going in a rapid speed, which is nice of course.
I’ve managed to create a simple guessing game which is run in CMD. What happens is that the system randomly assigns a number which the user has to guess. If the guess from the user is too high, it will be pointed out, if the guess […]
Programming a Guessing game!!
First week of programming has come to an end, I’ve learned a lot! It feels like we’ve already gone through the basics, so it’s really going in a rapid speed, which is nice of course.
I’ve managed to create a simple guessing game which is run in CMD. What happens is that the system randomly assigns a number which the user has to guess. If the guess from the user is too high, it will be pointed out, if the guess […]
First week of programming
We started our programming course this week. After the introduction this monday, we went through different variables this tuesday. After tuesday’s lesson, I did some of the practise exercises on my own. The problem came when I ended up with exercise 11. Here’s the description of exercise 11:
Let the user input two integer values.
Square the first variable and divide by the second.
Assign the result to a floating point variable.
Output the result
Compile and run
The issue with this exercise was that my […]
First week of programming
We started our programming course this week. After the introduction this monday, we went through different variables this tuesday. After tuesday’s lesson, I did some of the practise exercises on my own. The problem came when I ended up with exercise 11. Here’s the description of exercise 11:
Let the user input two integer values.
Square the first variable and divide by the second.
Assign the result to a floating point variable.
Output the result
Compile and run
The issue with this exercise was that my […]
First week of programming
We started our programming course this week. After the introduction this monday, we went through different variables this tuesday. After tuesday’s lesson, I did some of the practise exercises on my own. The problem came when I ended up with exercise 11. Here’s the description of exercise 11:
Let the user input two integer values.
Square the first variable and divide by the second.
Assign the result to a floating point variable.
Output the result
Compile and run
The issue with this exercise was that my […]
First week of programming
We started our programming course this week. After the introduction this monday, we went through different variables this tuesday. After tuesday’s lesson, I did some of the practise exercises on my own. The problem came when I ended up with exercise 11. Here’s the description of exercise 11:
Let the user input two integer values.
Square the first variable and divide by the second.
Assign the result to a floating point variable.
Output the result
Compile and run
The issue with this exercise was that my […]