View Single Post
Old 12-09-2017, 11:23 AM   #7
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default

Quote:
Originally Posted by goldenarpharazon View Post
it's not too hard to statically encode each button flag as a bit in a look up table of bits
Could you, please, be so kind an just teach me of how to generate variable names like this "text[1]" and store info in them, like arrays with EEL2?

I don't want to mess with bits at all. One should develop a method to store flags. Ok. Bits. Then, integers need to be stored. Bits won't work. Ok. Let's find some new trick. Then, strings need to be stored. Integers won't work. Now, what?
I want arrays or to use strings as array, without messing with memsets or offsets in memory. Is it possible?
fundorin is offline   Reply With Quote