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

Pages: [1]
1
SFML projects / Re: My Sonic the Hedgehog game (goes fine, but need help)
« on: September 23, 2013, 09:06:09 pm »
I select my player, then get a purple screen with:

Used memory: xxxxxxxxxxx

Is this an error?
The game does not continue after this.

2
Network / Re: What can packets send?
« on: September 23, 2013, 08:45:48 pm »
Yes, I have now  :D

So, what you are saying, is that I should overload the << and >> operators for my struct?
Ok, will do!

Thanx alot!


Solved

3
Network / Re: What can packets send?
« on: September 22, 2013, 03:49:00 pm »
Hmmm... So I can send a struct?

4
Network / What can packets send?
« on: September 22, 2013, 09:06:28 am »
I am making a chat program and I am wondering if I have to send strings, or if I can send a struct. (Probably not, since the receiving end is not always a C++ program.

Can you give me the details?

Pages: [1]