I
I
IliaNeverov2021-07-19 20:12:57
C++ / C#
IliaNeverov, 2021-07-19 20:12:57

What does charbuf[0x1000] mean?

What does charbuf[0x1000] mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lev Aleksandrov, 2021-07-19
@IliaNeverov

Declaring an array of char with size 0x1000. The size is written in hexadecimal system. If I'm not mistaken, this is 2 to the 12th power, i.e. 4096 bytes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question