Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Crusable

Member Since 27 Nov 2011
Offline Last Active Yesterday, 03:02 AM
-----

Posts I've Made

In Topic: File Including error

20 May 2013 - 02:35 PM

I figured out how to fix it.


In Topic: File Including error

20 May 2013 - 01:06 AM

Error 2 error C2143: syntax error : missing ';' before '&' c:\users\mathew bergen\documents\programming\c++\game\game\imagesystem.h 20 1 Game
Error 3 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\users\mathew bergen\documents\programming\c++\game\game\imagesystem.h 20 1 Game
Error 5 error C2065: 'Tileset' : undeclared identifier c:\users\mathew bergen\documents\programming\c++\game\game\imagesystem.h 31 1 Game
Error 6 error C2923: 'std::map' : 'Tileset' is not a valid template type argument for parameter '_Ty' c:\users\mathew bergen\documents\programming\c++\game\game\imagesystem.h 31 1 Game
Error 7 error C2065: 'Tileset' : undeclared identifier c:\users\mathew bergen\documents\programming\c++\game\game\imagesystem.h 32 1 Game
Error 8 error C2923: 'std::map' : 'Tileset' is not a valid template type argument for parameter '_Ty' c:\users\mathew bergen\documents\programming\c++\game\game\imagesystem.h 32 1 Game

In Topic: SFML crash on startup w/ MinGW

14 May 2013 - 04:44 PM

You do not need to include system and window if you include graphics. I tried it out and it works in VS2012. Maybe you installed it wrong.


In Topic: Is this bad?

06 May 2013 - 11:10 PM

Two maxims: Programmers should never repeat themselves...

What did you mean by this?


In Topic: Is this bad?

06 May 2013 - 08:27 PM

When you mean work with ints do you mean make all my floats into ints. Most SFML's classes I am using uses sf::Vector2f's.


PARTNERS