StackOverflow Questions for Tag: void-pointers

n k
n k

Reputation: 13

A good way to pass several arguments into one void pointer argument? (C)

Score: 1

Views: 1299

Answers: 2

Read More
sja785
sja785

Reputation: 31

How to avoid getting warning assignment of different pointer when passing function with specific type parameters?

Score: 3

Views: 81

Answers: 2

Read More
Luke Fisher
Luke Fisher

Reputation: 49

Generic Quad Tree implementation in C

Score: 1

Views: 69

Answers: 1

Read More
Megrah Yacine
Megrah Yacine

Reputation: 3

Using a function to allocate complex custom data structures

Score: 0

Views: 50

Answers: 1

Read More
Mike T.
Mike T.

Reputation: 365

Why do I get a SEGFAULT when I try to sort an array of integers using K & R code examples?

Score: 0

Views: 108

Answers: 2

Read More
Enlico
Enlico

Reputation: 28406

Why can't I static_cast a void* to a pointer-to-function?

Score: 2

Views: 1123

Answers: 2

Read More
Invictus
Invictus

Reputation: 2780

What is the difference between the following code and why this type casting is used

Score: 0

Views: 214

Answers: 1

Read More
Jimmy
Jimmy

Reputation: 881

How do you convert void pointer to char pointer in C

Score: 20

Views: 108762

Answers: 3

Read More
Luca Dalla Villa
Luca Dalla Villa

Reputation: 1

How to pass a function pointer as a parameter of another function?

Score: 0

Views: 49

Answers: 0

Read More
Doohyeon Won
Doohyeon Won

Reputation: 315

Disadvantages of using void * to hold generic objects?

Score: 0

Views: 209

Answers: 5

Read More
alfC
alfC

Reputation: 16242

How to fix "multi level implicit pointer conversion" warning in clang-tidy?

Score: 1

Views: 224

Answers: 1

Read More
Trashman
Trashman

Reputation: 1584

Why pass void pointer instead of custom type?

Score: 2

Views: 149

Answers: 3

Read More
Kris
Kris

Reputation: 2123

pointer arithmetic and the C# compiler

Score: 1

Views: 1455

Answers: 2

Read More
An̲̳̳drew
An̲̳̳drew

Reputation: 13872

Is it safe to delete a void pointer?

Score: 105

Views: 81216

Answers: 14

Read More
pasty guacamole
pasty guacamole

Reputation: 11

Casting(?) void pointers

Score: 0

Views: 48

Answers: 0

Read More
Ratdude
Ratdude

Reputation: 93

Void Typecasting - Middle of Structure

Score: 0

Views: 27

Answers: 0

Read More

In C,is casting to (void*) not needed/inadvisable for memcpy() just as it is not needed for malloc()?

Score: 1

Views: 5228

Answers: 3

Read More
Ratdude
Ratdude

Reputation: 93

Passing Structure Directly to Void Pointer

Score: 0

Views: 28

Answers: 0

Read More
Vishnu CS
Vishnu CS

Reputation: 851

Receiving a char array to a void pointer shows different behavior

Score: 3

Views: 124

Answers: 4

Read More
tmsimont
tmsimont

Reputation: 2711

What does it mean to have a void* member of a struct in C?

Score: 3

Views: 7396

Answers: 3

Read More
PreviousPage 1Next