User profile: OneShot

User info
User name:OneShot
Email:joshua.brown64@education.nsw.gov.au
Name:Joshua brown
Location:NSW Australia
Bio:reasonably new to c++ and am open to advice.
History
Joined:
Number of posts:14
Latest posts:

code isnt working properly?
debug output 1>------ Build started: Project: 2d_game, Configuration: Debug Win32 ------ 1> source...

code isnt working properly?
the map didnt show up properly on this website

code isnt working properly?
console.h [code] #ifndef CONSOLE_H #define CONSOLE_H #pragma once class Console { public: Console(...

code isnt working properly?
cosnole.cpp [code] #include "stdafx.h" #include "Console.h" #include <conio.h> int x = 1; int y = 1...

code isnt working properly?
the code runs but the input isnt doing what it is supposed to do, ive used flags to see if it is get...