I saw Your Post and I decided to give a shot at your application.
Here is a brief overview of the Requirements you posted :
Requirements:
- Minimum 18 years old. --> Done, 21 years old
- 1-2 years experience of objective C++/C --> Done.
- Logical thinker. -> I am good at finding Solutions
- And a sense of humor (I don't like to serious people) --> Good, we share something in common
- Something to show me (Any project you have made) --> Look below for some codes I posted
What do you get from this?
- Education. ->Exactly, This is what I want :-)
- And you will get paid if you work good. -> Well good to know, but money isn't my main Priority. I want to learn and Enrich my c++ knowledge
- And get loved by the players. -> Shouldn't be a problem.
Overview of myself :
I am not a native English person, but I learned it. I live in Canada and my native language is French. I am currently at school and I am studying for becoming a programmer. I am at the end of my second years of study. I have 3 years left since I plan to go to University. I started to program at the age of 15. In school, I didn’t learn c++. We focus mainly on C#(DOT.NET), since it’s one of the most common used language by company developing program here and it is way easier to learn it than most language. Why did I learn c++ and why Do I use c++ instead of C# for my personal stuff? I like to control memory and play with pointers. Also, I really like the syntax of c++ and I really want to learn it. It is a really powerful language, but it requires a lot of time and dedication to really understand it and know what you are doing. Perhaps, the more I learn how to use it and stuff I can do with it, the more I want to use it. Also, I remember from one book I read where the author quoted a study that said only 20% of programmers using c++ was understanding what they were writing. So, I decided to take the challenge and join the group of people who understand it. I started with some random books and tutorials on Internet and I finished with the book primer edition. Now, I am currently learning by myself Qt(I don’t like visual studio for Gui programming). On the side, I wanted to start learning the boost library, but my opinion is mix on it. From what I have read, I really think it is overrated, so instead I bough the newest Stl Standard Library for c++11 to keep learning new stuffs. Now, I recently came back to Wow for my spare time where I want to rest my brain and I though a good way to further increase my Knowledge about c++ and start to use it in Real World things would be to join a developing group. So, Here I am :-) Also, I have some basic knowledge concerning Oracle and MySql since I am currently Learning it at school. I could go on for much longer, but I will stop here for now.
--------------------------------------------------------------------------------------------------------
Small Program I made recently for keeping Tracks of where I was in all theses books I am using Right now :S Basically, I store the name of the book + the page in a file with a specific size, so I can easily navigate in the file and find the information needed.
http://pastie.org/9071443#24Something I am pround : I had a exercice in one of my book where I had to make a template of a queue. This was a really challenging one, but I managed to do it.
//Queue Template
//Queue Header
http://pastie.org/private/4bucemmblcatla0s9uyla//Worker Header
http://pastie.org/private/mwuzkipyvkgiml9rujcsnq//Methods associated to the worker header
http://pastie.org/private/l7fkjjajl14nuzqeiiwza//Main
http://pastie.org/private/mxxs7r07dqny1pduvoldegHere is a project I made in c# where I work, because they were using a really bad designed program and they replaced it with mine :-) Btw, the gui will be in French
Using a index file to know where are the information located in another file to go read them.
//Image of the Gui
http://imgbox.com/blltMLEl//Code of the main Form
http://pastie.org/private/y7vlytzfugca7fh0uutew