mrutherford
Programmer
Whats the easiest way to send an array (in this case of bools) thru a CArchive that is connected to a CSocketFile?
At present I have it in a for loop with each iteration storing and loading in both programs(sender and receiver).
The app doesnt seem to like this though and throws an error deep within socketcore.cpp.
how do i send the array?
At present I have it in a for loop with each iteration storing and loading in both programs(sender and receiver).
The app doesnt seem to like this though and throws an error deep within socketcore.cpp.
how do i send the array?