1
SFML projects / Re: [Steam Release] Castle Clamber - A retro arcade platformer
« on: March 30, 2018, 02:42:03 pm »
Looks interesting.
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.
Most video tutorials on SFML contain a lot of vague or even wrong explanations. Especially the ones from CodingMadeEasy have bugs that are show over pretty much the whole series.Thanks, sadly I can't buy ebooks, but hopefully there are some C++ books in poland ex. "Symfonia C++ Standard" (It's in Polish language)
I can recommend the SFML Game Development book.
If you similarly have learned C++ just by watching some videos, I'd claim that you're missing a lot of information. Programming isn't just being able to write some code, but it's more about the understanding of the written code and design of it.
I'd recommend to read a good book on C++ instead: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
That it's laggy, freezes everytike pressing a button, and I gave up using it when I failed to make a array.QuoteVS 2015 is functioning weirdWhat do you mean exactly ?
You have to build the latest version yourself. There have been three newer VS versions since VS 2010, as such we have dropped it for providing pre-compiled binaries.Actually, Im using vs 2010 because Code::Blocks version didn't work for me, and VS 2015 is functioning weird.
Unless you're restricted by your company, teacher or similar, it's advised to update your VS installation as well.
String is part of the std namespace, so it should be std::string nickname.THANK YOU!
http://www.sfml-dev.org/tutorials/2.4/start-vc.phpI mean that the C++ thingy doesn't show for me, whatever I do.