Hey guys new to the whole C++

Hey guys im Karl im new to the C++ Scene and basically i was wanting to make an awesome game! :) im starting Game Design level 3 in September and basically im wanting to get to know C++ so any help would be amassing, if any of you can help me please add em on skype

Doga.robinson

Thanks you
hello there.. Even I am new to C++ scene and trying to learn...
I have only one thing to say "If you will read better codes, you will write better codes."
go through each and every section of this website. Different functions are useful in different gaming conditions..
Learn new functions and try to use yourself.. Along with, read better game codes and improve .. let's take an example
http://www.cplusplus.com/forum/beginner/75496/
in this simple game, observe the use of
#include <iomanip> // for : setw(4)
#include <cstdlib> // for : srand() and 51 : rand()
#include <ctime> // for : srand(time(0));

all the best !
And a very good and elaborate site, especially for beginners, is http://www.learncpp.com
Topic archived. No new replies allowed.