StackOverflow Questions for Tag: memset

bodacydo
bodacydo

Reputation: 79299

How to memset() memory to a certain pattern instead of a single byte?

Score: 23

Views: 18687

Answers: 8

Read More
Paroz
Paroz

Reputation: 107

Value assignment using calloc

Score: 2

Views: 100

Answers: 2

Read More
Trevor Lachman
Trevor Lachman

Reputation: 1

Understanding Buffering using memset()

Score: 0

Views: 1364

Answers: 2

Read More
Tryint0learn
Tryint0learn

Reputation: 21

Pointers, structs and memset in C

Score: 1

Views: 1095

Answers: 1

Read More
FafaDog
FafaDog

Reputation: 188

Why does casting the pointer change the value at the address?

Score: 0

Views: 476

Answers: 3

Read More
7sain
7sain

Reputation: 1

What is ((unsigned char *)b)[i] = c; mean in c?

Score: 0

Views: 373

Answers: 2

Read More
Irbis
Irbis

Reputation: 1491

gdb - how to call memset for the array of pointers

Score: 2

Views: 673

Answers: 2

Read More
aaaa
aaaa

Reputation: 11

memset used for memory allocation?

Score: 0

Views: 7124

Answers: 4

Read More
CannibalSmith
CannibalSmith

Reputation: 4820

Why do ZeroMemory, etc. exist when there are memset, etc. already?

Score: 36

Views: 33581

Answers: 8

Read More
Mostafa Radwan
Mostafa Radwan

Reputation: 43

How to initialize all the elements of a 2D array to any specific value in java

Score: 3

Views: 6348

Answers: 2

Read More
lakshmen
lakshmen

Reputation: 29064

Using memset this way is good?

Score: 1

Views: 1942

Answers: 4

Read More
user1762571
user1762571

Reputation: 1949

Using memset for integer array in C

Score: 56

Views: 157785

Answers: 10

Read More
user2896152
user2896152

Reputation: 816

Configure dev environment correctly to use memset_s function (C++)

Score: 1

Views: 1003

Answers: 0

Read More
Armon Mangelan
Armon Mangelan

Reputation: 1

Why does initializing a string member of a zeroed struct with "" cause a crash but not if the string has length of 1 or greater?

Score: 0

Views: 126

Answers: 0

Read More
dfrib
dfrib

Reputation: 73166

What governs that std::memset may be used if the destination object is trivially copyable and is not a potentially-overlapping subobject?

Score: 5

Views: 414

Answers: 1

Read More
Andy E
Andy E

Reputation: 344497

Windows Magnification API, .NET and matrices

Score: 0

Views: 953

Answers: 1

Read More
Surya Majumder
Surya Majumder

Reputation: 129

memset with math class macros

Score: 0

Views: 123

Answers: 2

Read More
Felix Dombek
Felix Dombek

Reputation: 14356

When is memset to 0 nonportable?

Score: 26

Views: 1662

Answers: 3

Read More
Furch Radeon
Furch Radeon

Reputation: 77

Fastest way to fill complex matrix with incoming data. Armadillo Library

Score: 0

Views: 256

Answers: 1

Read More
ramgorur
ramgorur

Reputation: 2164

memset() doesn't initialize a dynamic array correctly

Score: 0

Views: 147

Answers: 0

Read More
PreviousPage 3Next