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.


Topics - WithoutBrain

Pages: [1]
1
Graphics / How can i do Vertex to dynamic?
« on: December 11, 2016, 08:54:00 am »
How can i do this to dynamic?(I am sorry for my bad english)

sf::Vertex vertices[5] =
{
    sf::Vertex(...),
    sf::Vertex(...),
    sf::Vertex(...),
    sf::Vertex(...),
    sf::Vertex(...)
};

2
Network / Network - not LAN connection
« on: November 28, 2016, 06:51:22 pm »
How can I connect to another pc without LAN. Thank you very much.   (I am sorry for my english)

3
Network / Selectors tutorial for IDIOTS
« on: November 21, 2016, 06:09:20 pm »
Hello, can anyone make tutorial about selectors for Idiots? Thank you very much.

4
Network / "socket.receive(packet) to if"
« on: November 20, 2016, 03:22:52 pm »
How can i use "socket.receive(packet)" to "if" ? I need it for live chat.

5
General / Text event, strange thing
« on: November 20, 2016, 08:34:24 am »
Hi, i have strange problem with   ; it was ok 2 days back, but today....... when i press 'space', it write (char - '6ยจ) (unicode 57 with 32), when i press backspace, it write
(char - '9')(unicode 59 with 8), when i press 't',it write (char 't')(unicode 116 with  19)...... WHERE IS PROBLEM?

CODE:

6
Network / SFML - network strange error
« on: November 18, 2016, 07:25:00 pm »
Screen of code:       https://ctrlv.cz/J2rP

Screen of error:      https://ctrlv.cz/oz6B

Pages: [1]
anything