1
SFML projects / Re: Laser Escape
« on: February 04, 2015, 04:48:58 pm »
Good Idea!
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.
if(velX < 0) { velX += friction } else { velX -= friction }velX = (velX < 0 ? velX+friction : velX-friction);
I get the following application error when attempting run the .exe:Same! 64b
"The application was unable to start correctly (0xc000007b). Click OK to close the application."
Are there any prerequisites?
Does it support multiple lines?still not, i am thinking the best way implement it.
should use std::size_t instead of int. Negative indices don't make sense and can cause crashes, plus the index type is std::size_t.
The question here is though, whether it makes sense to let the user access the text with a random index. If you do allow it, you'll need to make sure that the index exists, otherwise your application will crash.
What do you mean with "contributions"?I just wanted to know where to send my little useful codes SFML
We have a Wiki for such additions to SFML, one can post their stuff there and if one wants to let the forum know, there's a wiki subforum, where one could write a post.
if it's just a project, we have the project subforum.
If you meant a simple code contribution to SFML itself, then you can always have a discussion here and the source should be made available through a pull request.
"BIG BOOBIES" and "big tits"?I could not think otherwise