StackOverflow Questions for Tag: automatic-storage

Chi_Iroh
Chi_Iroh

Reputation: 1173

Why is the 'auto' keyword useful for compiler writers in C?

Score: 41

Views: 6231

Answers: 5

Read More
A_normal_guy
A_normal_guy

Reputation: 45

Pointer don't lets auto variable to get deleted after the function call

Score: 0

Views: 60

Answers: 1

Read More
Luchian Grigore
Luchian Grigore

Reputation: 258558

Why are the terms "automatic" and "dynamic" preferred over the terms "stack" and "heap" in C++ memory management?

Score: 62

Views: 18214

Answers: 6

Read More
krispet krispet
krispet krispet

Reputation: 1678

Why is allocation on the heap faster than allocation on the stack?

Score: 19

Views: 1759

Answers: 3

Read More
cesss
cesss

Reputation: 883

C API allowing for both automatic and allocated storage

Score: 1

Views: 110

Answers: 1

Read More
olemca
olemca

Reputation: 19

Do you have to deallocate a const int if you declared it inside a function?

Score: 0

Views: 334

Answers: 2

Read More
Eric
Eric

Reputation: 703

Absolute worst case stack size based on automatic varaibles

Score: 0

Views: 230

Answers: 3

Read More
isma
isma

Reputation: 143

stack space for a vector that its size is given at runtime? (C code)

Score: 2

Views: 234

Answers: 3

Read More
alexryder
alexryder

Reputation: 91

Automatically calculating percentage and store into variables

Score: 0

Views: 135

Answers: 1

Read More
Igor R.
Igor R.

Reputation: 15075

std::vector (ab)uses automatic storage

Score: 44

Views: 3200

Answers: 3

Read More
apadana
apadana

Reputation: 722

auto variables with the same name in different C blocks: memory allocation

Score: 0

Views: 121

Answers: 2

Read More
Zuhair Ahmed
Zuhair Ahmed

Reputation: 17

Extract email address from a file before mapping in Talend

Score: 0

Views: 119

Answers: 0

Read More
Ian
Ian

Reputation: 9

Save Debian automaticaly

Score: 0

Views: 49

Answers: 1

Read More
Karolis Milieška
Karolis Milieška

Reputation: 655

Automatic storage duration struct initialization

Score: 4

Views: 1146

Answers: 2

Read More
mr.cooldeath
mr.cooldeath

Reputation: 33

batch or vb script to read URL from excel file and download URL attached file to specified location or directory

Score: 2

Views: 1329

Answers: 2

Read More
Thor
Thor

Reputation: 10028

accessing variable length array after its memory should have been deallocated

Score: 1

Views: 102

Answers: 2

Read More
Justin
Justin

Reputation: 745

Will mangoDb automatically store the date and time for each CRUD operations?

Score: 0

Views: 436

Answers: 1

Read More
Mark
Mark

Reputation: 6464

structure on the stack - fields initialized?

Score: 3

Views: 115

Answers: 3

Read More
markt1964
markt1964

Reputation: 2826

Is there any way to enforce that instances are only ever on the stack?

Score: 31

Views: 3221

Answers: 3

Read More
Sourena
Sourena

Reputation: 25

function returning a pointer to automatic variable

Score: -1

Views: 269

Answers: 3

Read More
PreviousPage 1Next