I am using an integer to receive values from sockets (recv). But i need them as ascii values, but they need to be able to go higher than 255, which is the reason i cannot use char for the recv.

So i get rly huge numbers for a ascii value of 2 (1145330433 in int) and i don't know how to convert between them :/

Could someone help me?