P
P
Pinkman2020-04-27 14:11:07
C++ / C#
Pinkman, 2020-04-27 14:11:07

What does void* mean?

Please help me figure it out?

typedef struct    s_list 
{
    struct s_list *next;
    void *data; // что означает это строчка?
} t_list;

I understand that void before a function means that the function will not return a value, but what does void before a pointer mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Pokrovsky, 2020-04-27
@famousman204

https://ravesli.com/urok-92-ukazateli-tipa-void/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question