[Solved]What is the equivalent of '**' in ctypes ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

[Solved]What is the equivalent of '**' in ctypes ?

In python ctypes you can use the Pointer() function to make a pointer like 'int *a' but how can i make a pointer like 'int **a' in ctypes ?

20th Aug 2019, 10:29 PM
WARLORD
WARLORD - avatar
2 Answers
+ 4
although i had not learnt python it can be pointer(pointer())
21st Aug 2019, 1:41 AM
Monkey D. Luffy
Monkey D. Luffy - avatar
+ 4
Am i rightt?
21st Aug 2019, 1:32 PM
Monkey D. Luffy
Monkey D. Luffy - avatar