when i want debug my source i got this problem and i don t know how to fix it can someone help me ?
TreeV2 Member Member TreeV2 Member Member Status Offline Joined Nov 16, 2019 Messages 93 Reaction score 72 Feb 18, 2020 #1 when i want debug my source i got this problem and i don t know how to fix it can someone help me ?
Cheeb Newbie Newbie Cheeb Newbie Newbie Status Offline Joined Feb 21, 2020 Messages 2 Reaction score 0 Feb 24, 2020 #2 you havent defined item
TreeV2 Member Member TreeV2 Member Member Status Offline Joined Nov 16, 2019 Messages 93 Reaction score 72 Feb 25, 2020 Thread starter #3 Cheeb said: you havent defined item Click to expand... how i can defined ?
d3nisop3r Newbie Newbie d3nisop3r Newbie Newbie Status Offline Joined Aug 10, 2019 Messages 9 Reaction score 6 Mar 10, 2020 #4 TreeV2 said: how i can defined ? Click to expand... int* item = &some_var or int* item = reinterpret_cast< decltype( item ) >( malloc( sizeof( int ) ) )
TreeV2 said: how i can defined ? Click to expand... int* item = &some_var or int* item = reinterpret_cast< decltype( item ) >( malloc( sizeof( int ) ) )
TreeV2 Member Member TreeV2 Member Member Status Offline Joined Nov 16, 2019 Messages 93 Reaction score 72 Mar 11, 2020 Thread starter #5 d3nisop3r said: int* item = &some_var or int* item = reinterpret_cast< decltype( item ) >( malloc( sizeof( int ) ) ) Click to expand... thx
d3nisop3r said: int* item = &some_var or int* item = reinterpret_cast< decltype( item ) >( malloc( sizeof( int ) ) ) Click to expand... thx
quelz Newbie Newbie quelz Newbie Newbie Status Offline Joined Mar 19, 2020 Messages 35 Reaction score 14 Mar 20, 2020 #6 нихуя не понял