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

Author Topic: Needing some guidance  (Read 1689 times)

0 Members and 1 Guest are viewing this topic.

kerespup

  • Newbie
  • *
  • Posts: 1
    • View Profile
Needing some guidance
« on: April 26, 2010, 03:05:25 pm »
I was wondering if I could be guided to any tutorials or stuff about SFML and Game Development.

I don't have much knowledge in advanced concepts of C++ and such, though may I ask:

1. How do I create stringtables with SFML?

Xeon06

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Needing some guidance
« Reply #1 on: April 27, 2010, 01:36:02 am »
What's a string table?

Ashenwraith

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
Needing some guidance
« Reply #2 on: April 27, 2010, 02:06:46 am »
You can use a hash or an array.

Are you building a GUI?


If you need OS-like widgets it's better to use something like Qt if you don't know what you are doing.