CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
string-literals
08-09
database
passing string with pointer through function c
08-08
OS
Why am I getting a segmentation fault? C, basic code
08-08
Software engineering
Can't copy a string to a pointer
08-04
Software design
What is the meaning of the colors within this string literal?
07-27
database
how can a read-only string literal be used as a pointer?
07-25
Blockchain
E0144 a value of type "const char *" cannot be used to initialize an entity of type "
07-11
Net
initialize vector of structs of string literals in c
07-09
Software design
printf - raw string literal with format macro of fixed width integer types
07-08
database
Convert string to raw string
07-01
Blockchain
Struct array string merge with another string in c
06-30
front end
Powershell Script wont add $PSDefaultParameterValues to $profile
06-25
Enterprise
Why char* directly set the value but not in the case of int* in c programming
06-19
Net
How change the second letter in char *name = "exemple"; with char *name
06-15
Back-end
what is the relation between these char str[10], char *str and char *str[10] in C?
06-14
OS
What is the difference between char *exp="a b" and char exp[]="a b"? Are they st
06-07
Net
Why my returned value of strchr is ignored?
06-02
Mobile
Why does the C standard state that string literals shall begin and end in the initial shift state?
05-28
front end
Wondering what is wrong with this Declaration as opposed to the commented in code ? - Beginner here
05-26
Back-end
Why can an array of char be a template parameter but a const char* can't
05-13
Software engineering
C# string with multiple double quotes & "/" slashes
05-12
OS
c# string multiple double qoutes & "/" slashes
05-07
Mobile
How to check if a string passed as argument is a modifiable string
05-05
Software design
A question about returning local pointer variable in function
05-03
Software engineering
how to reverse a string of type char *?
05-03
Software engineering
Segmentation fault (core dumped), cant figure why?
05-01
database
Not getting any errors and output C
04-29
Enterprise
Why constexpr std::string_view yields "format not a string literal" warning?
04-24
front end
How to use strtok on char*
04-23
Back-end
How to use strtok on c on char*
04-15
Blockchain
Invalid Initializer in C String
04-12
Software engineering
Is double quote (") a preprocessing-token or an unterminated string literal?
03-31
Back-end
Change char at index from char pointer
03-28
database
I don't know really well how to declare a string, (former pawn programmer learning C )
03-22
Blockchain
Why do I get "forbids converting a string constant to ‘char*’" in C ?
03-16
Back-end
Different address while duplicating string literal
03-16
Software engineering
Scanf into pointer
03-14
Back-end
What are Strings in C if not Simply Char Arrays?
03-05
front end
passing string to a pointer in c
02-22
database
Designated Initialiser on struct causes segfault in strcpy and realloc
02-16
Software engineering
How to define a pointer on a array of strings in C?
63
1
2
Next
Last
Links:
CodePudding