[DiscordArchive] Is use an abstract way of handling how to actually read information from it?
[DiscordArchive] Is use an abstract way of handling how to actually read information from it?
Archived author: Skarn • Posted: 2018-06-03T20:54:21.029000+00:00
Original source
I don't quite get the shifting and such
Archived author: Skarn • Posted: 2018-06-03T20:54:30.572000+00:00
Original source
I skipped the bitwise stuff in book because it was boring
Archived author: Kavligula • Posted: 2018-06-03T20:54:38.490000+00:00
Original source
Basically you could do something like
Archived author: Skarn • Posted: 2018-06-03T20:54:38.646000+00:00
Original source
and not exactly in the mood for reading right now
Archived author: Kavligula • Posted: 2018-06-03T20:55:11.420000+00:00
Original source
value_you_want_to_shift << (sizeof(value_of_previous)/sizeof(data_type))
Archived author: Kavligula • Posted: 2018-06-03T20:55:14.618000+00:00
Original source
And that'll shift it
Archived author: Kavligula • Posted: 2018-06-03T20:55:18.969000+00:00
Original source
Or rather what you're doing is shifting the mask