In the bull cow game, we alias int to int32, but that seems wrong, since int is platform dependent and I thought the whole point of the alias was to be platform independent. Shouldn’t we be aliasing it to something like int32_t?
Then, when I look up int32 on Unreal, under remarks, it says 16-bit integer (What???)
Scratching my head