User profile: roskee

User info
User name:roskee
Email:kirubeladamu@gmail.com
Name:Kirubel Adamu
Location:Addis Ababa
Bio:i am a software engineering student and i really like it. but i need so much help from better programmers in order to be success full.
may be...one day i will help others too
Statistical data
Birthdate:May 11, 1998
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:4
Latest posts:

unknown error while defining a constructor
[code] #ifndef GRAPHICS_H #define GRAPHICS_H #include <iostream> #include "Mouse.h" using namespace ...

unknown error while defining a constructor
Sorry for the case mistake. in eclipse it says 'Graphics has not been declared' for the constructor...

unknown error while defining a constructor
This week i was working on a console based snake game. i created graphics.h,snake.h and mouse.h clas...

how to make c++ loop fast
I was making a snake game with a cpp code. i created the snake and the borders with a for loop but w...