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

Pages: [1]
1
General / SFML 2.0 + Code::Blocks' autocompletion = problem
« on: May 10, 2013, 06:18:09 pm »
Hello everyone, I'm beginner :)

My issue is pretty simple and for you may sound silly, but please help me. Autocompletion in my C::B doesn't work properly. For instance when I write:

sf::Sprite x;
x.

I can't see all x's methods ( for example: move, setPosition etc. ) only a small part of them. I know they are inherited from base class, but I would like to see all available methods ( it would boost my learning speed ).
Please help me and sorry, if this topic sounds stupid for you.


Pages: [1]
anything