1
Network / Reading/Writing raw data
« on: September 23, 2010, 06:03:37 pm »Quote from: "Laurent"
QuoteI am talking about why SFML takes char instead of unsigned char. o.0
What would it change? The type doesn't really matter anyway, it could be char*, unsigned char*, or void* as well.
Generally raw data comes with encryption and it is a good idea to be using unsigned.
But you are right, the type doesn't really matter you can just cast.