StackOverflow Questions for Tag: char-pointer

Nils Rasmussen
Nils Rasmussen

Reputation: 1

char* vs std::string.data()

Score: 0

Views: 70

Answers: 1

Read More
Vishnu CS
Vishnu CS

Reputation: 853

Receiving a char array to a void pointer shows different behavior

Score: 3

Views: 125

Answers: 4

Read More
Chen Kahalany
Chen Kahalany

Reputation: 3

Sort function stops working without any errors - C

Score: -1

Views: 94

Answers: 1

Read More
neo
neo

Reputation: 47

why does putting a null char in string give error in c

Score: 0

Views: 35

Answers: 0

Read More
lobelk
lobelk

Reputation: 502

How to join compile-time string-like objects while keeping the API simple?

Score: 2

Views: 343

Answers: 3

Read More
Howell X
Howell X

Reputation: 3

Char pointer member being replaced with "\320" unintentionally when building a struct pointer

Score: 0

Views: 89

Answers: 1

Read More
theprogrammer
theprogrammer

Reputation: 2028

What does (char*) 0 mean?

Score: 8

Views: 21330

Answers: 1

Read More
MrMiserMeister
MrMiserMeister

Reputation: 71

Two different char pointers end up with the same value

Score: 0

Views: 54

Answers: 0

Read More
de1337ed
de1337ed

Reputation: 3325

void* vs. char* pointer arithmetic

Score: 20

Views: 15168

Answers: 2

Read More
Ron
Ron

Reputation: 23

Pointer printing first char of string

Score: 1

Views: 1063

Answers: 1

Read More
Aka
Aka

Reputation: 55

how literals in c are stored when defining with both character array declaration and character pointer declaration?

Score: 1

Views: 89

Answers: 2

Read More
Martin Weitzel
Martin Weitzel

Reputation: 21

C++20 changes reading into char arrays with `operator>>` - How to fix this?

Score: 1

Views: 194

Answers: 0

Read More
dacalite
dacalite

Reputation: 17

Issue opening a double pointer char element for reading it as text file

Score: 0

Views: 251

Answers: 1

Read More
user1124236
user1124236

Reputation: 503

Valgrind: Invalid write of size 1

Score: 2

Views: 973

Answers: 1

Read More
DCR
DCR

Reputation: 15700

Understanding the dereference, address-of, and array subscript operators in C

Score: 1

Views: 1529

Answers: 5

Read More
Unyaya
Unyaya

Reputation: 66

How do I modify a char** in another function

Score: 0

Views: 196

Answers: 5

Read More
Juan_David
Juan_David

Reputation: 136

How to use Arduino's Serial.print with char* and const char* types

Score: -1

Views: 2111

Answers: 1

Read More
Engineer999
Engineer999

Reputation: 3955

Getting a list of strings from a function without dynamic memory

Score: 0

Views: 57

Answers: 2

Read More
HDHDHD
HDHDHD

Reputation: 31

Is String Literal in C really not modifiable?

Score: 2

Views: 1007

Answers: 4

Read More
Frank S.
Frank S.

Reputation: 25

C: String Variable Loses Value After Returning From Void Function

Score: 1

Views: 182

Answers: 1

Read More
PreviousPage 1Next