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 - dan185

Pages: [1]
1
General / How to declare a shape in a header
« on: November 13, 2013, 04:15:22 am »
Can someone give me a dumbed down example of how to declare a function in a header that declares a certain shape based on parameters passed to it? One that can declare multiple shapes by calling it multiple times?

2
C / Re: Failed to share the OpenGL context
« on: November 10, 2013, 06:46:18 am »
Your window is bigger than your desktop?
I don't think that's it.

3
C / Failed to share the OpenGL context
« on: November 10, 2013, 05:41:15 am »
http://pastebin.com/DAYUD1cr

I get a message in the command prompt that says "Failed to share the OpenGL context" when I run this, i'm using Code::Blocks, the project still runs, i'm not sure if it runs as it's supposed to but the message makes me think there is something wrong being overlooked.

4
General / Integrating boost with sfml for collision detection?
« on: October 23, 2013, 10:03:52 pm »
Does anyone have an example of some C++ source code where someone used boost to collision detection in sfml, I heard it works pretty good.

Pages: [1]