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

Pages: [1]
1
Window / Maximize window and set minimum size?
« on: April 23, 2010, 03:12:02 pm »
Hello,


Well the title says it,

is there a way to maxzimize the window?

And is there a way to set a minimum size of the window?

Havent found anything bout this, so any help is appreciated :)

greets

2
Network / [SOLVED] Basic Question: Sending Data
« on: March 30, 2010, 01:10:51 am »
Heya,

I've just found SFML and its great community. I'm pretty new to networkprogramming so I have some basic questions about servers and clients.

Well heres the problem I'm thinking of:

I'll give you an example:
My server contains following class:


Code: [Select]

class Player
{
   private:
   int level;
   
   public:
   int getLevel(); /returns the level
}


The server creates a player now.

Code: [Select]
Player player;

So, how can I call the getLevel() function with the client?

As I said I'm really new to this and I hope someone could help me a little out with this.

Greets

Pages: [1]
anything