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

Author Topic: Trying to understand how SFML works:  (Read 1058 times)

0 Members and 1 Guest are viewing this topic.

samtheman

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Trying to understand how SFML works:
« on: May 07, 2018, 12:48:15 am »
I am just beginning to learn at about C++:
1) Will SFML library work with Dev C++ 5.11?
2) I am using Visual Studio 2017 community.
3) I have tried the online CHAT but not able to get it started.
4) I am new with SFML could you please give me some advice and the best way to get started with Graphics?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10918
    • View Profile
    • development blog
    • Email
Re: Trying to understand how SFML works:
« Reply #1 on: May 07, 2018, 08:27:57 am »
It will probably work with the new Dev-C++ but Visual Studio is a much better option.

Online chat should work fine. Can't help much more as "didn't work" is not a problem description.
There's now also Discord.

SFML requires you to have a good understanding of C++, if you're just starting out, I recommend you spend more time on pure C++, as there's a lot to learn and without will make everything a lot harder to understand.

Check the SFML tutorials on how to use SFML.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything