Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Anand

Pages: [1]
1
General / Re: error-debug assertion failed
« on: March 19, 2016, 07:36:01 pm »
thank you sir. it now works

2
General / Re: error-debug assertion failed
« on: March 19, 2016, 02:08:51 pm »
sorry sir but the same error message appears after the modification which you have suggested.
help furthure

3
General / error-debug assertion failed
« on: March 19, 2016, 08:34:43 am »
i use visual studio 2015. i am creating a class textureholder to load and access the textures in sprite using std::map and on building the project gives debug assertion failed error. i have copied the image in the folder of the project.
i have attached the snapshot of the code , error, the folder of the project which i am doing.
please help me out

4
General / unavailability of unique pointer in the latest c++ version
« on: March 18, 2016, 01:34:35 pm »
in visual studio 2015 unique pointers i.e. std::unique_ptr is not available. is there any alternative for it.

5
Window / are boolean member exa-mIsMovingUp .. usable in SFML 2.3
« on: March 04, 2016, 09:13:45 pm »
i am using sfml 2.3 along with visual studio 2015 express edition for desktop.
to check which key on the keyboard has been pressed by the user i am using four boolean members IsMovingUp ,IsMovingDown, IsMovingRight, IsMovingLeft. but on building the code it is giving an error that identifier neither declared nor defined.
so i want to know whether these boolean members are compatible with the versions of sfml and VS which i have.
or what is the alternative for this?

6
General / Re: version of sfml to be used
« on: February 29, 2016, 01:19:57 pm »
dear mario,
thanks for the suggestion but i know the basics of c++ language as well as the basic concepts involved in object oriented programming. after that only i m proceeding to game development

7
Window / Re: error:identifier 'window' is unidentified
« on: February 29, 2016, 07:34:57 am »
so do i need to use sfml 2.3. but i hv visual c++ 10 and code blocks 10.05 only installed in my computer. are these both compatible with sfml2.3

8
General / version of sfml to be used
« on: February 29, 2016, 07:23:35 am »
i want to learn game programming in c++. i am not sure if sfml 2.3 is compatible with visual c++2010 or whether i need to use the updated visual c++ version. pls help me out with the appropriate versions of sfml and vc++ which i shall use.

9
Window / errors buliding sfml project in codeblocks
« on: February 28, 2016, 09:32:46 pm »
i m getting errors in building a simple sfml project of opening window.
P.S.- attachment (snapshot)
pls help

10
Window / Re: error:identifier 'window' is unidentified
« on: February 28, 2016, 09:16:41 pm »
now it is giving multiple errors
PS:-attachment

11
Window / error:identifier 'window' is unidentified
« on: February 28, 2016, 09:08:18 pm »
i am getting the error: identifier 'window' unidentified ;each time i am building the sfml project in visual c++ 2010.
i have provided the snapshot. pls see it and help me out

Pages: [1]
anything