Z
Z
Zadavatel_Voprosov2018-07-22 17:32:03
C++ / C#
Zadavatel_Voprosov, 2018-07-22 17:32:03

Why is there * and brackets in the code below? | C++?

Hello! They threw off the code that throws an object in the game. I'm trying to understand how it works, but I did not understand only one line: . I still don't get it, what is it? - the address. But what does bleak mean ? *(float*)0x009386DC += 10.0f;
*(float*)
0x009386DC
*(float*)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2018-07-22
@Zadavatel_Voprosov

Considering the value at 0x009386DC as a single precision real, add 10 to it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question