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

Pages: [1]
1
Network / SFML 2 TcpSocket::Send parameter not const
« on: March 23, 2011, 09:49:35 am »
Why is the parameter not const in this function ?
Code: [Select]
Socket::Status TcpSocket::Send(Packet& packet)
Why is this member function not const? It does not modify the object and it returns const data.
Code: [Select]
const char* Packet::OnSend(std::size_t& size)

Pages: [1]
anything