Search code examples
Trouble understanding char* and string in CS50...


ccs50implicit-conversionstring-literalspointer-arithmetic

Read More
Why can you use a function as an if-statement condition without calling it?...


c++function-pointersimplicit-conversion

Read More
How to write an implicit Numeric for a tuple...


scalaimplicit-conversiontypeclassimplicitimplicit-parameters

Read More
Clarification on assigning hexadecimal constant to a variable of type `signed`...


ctype-conversionimplicit-conversion

Read More
Is passing pointer to an array as pointer to pointer UB in C?...


cpointerslanguage-lawyerundefined-behaviorimplicit-conversion

Read More
C Asterisk Operator Using...


cpointersimplicit-conversionsizeofpointer-arithmetic

Read More
Is there any difference between bool foo = true and bool foo = 1?...


c++integerbooleanimplicit-conversionliterals

Read More
Why is int to float conversion failing in printf?...


ctype-conversionprintfimplicit-conversionconversion-specifier

Read More
Why implicit conversion doesn't work when inserting to map...


c++implicit-conversion

Read More
Why is the compiler unable to match the types automatically on `size_t` variables in a ranged base f...


c++implicit-conversionstd-rangesc++23

Read More
The ternary operator overhead of ITC for all of its operands...


ctype-conversionimplicit-conversionconditional-operatorternary

Read More
C# Object List Type Change based on condition...


c#listlinqimplicit-conversionexplicit-conversion

Read More
Behavior of C bug: passing pointer to array instead of array into function...


arrayscimplicit-conversionfunction-callfirmware

Read More
`const_cast`, top-level const and lvalue-to-rvalue conversions...


c++standardsimplicit-conversionconst-cast

Read More
Convert back from ILS currency to a number...


reactjstype-conversioncurrencyimplicit-conversiondata-conversion

Read More
MPLABX XC8 Compiler - implicit signed to unsigned conversion?...


cimplicit-conversionxc8mplab-x

Read More
Array decays to pointer as function parameter...


arrayscpointersimplicit-conversion

Read More
How to write constructors for implicit conversions from instances of a templated class C<Derived&...


c++smart-pointersimplicit-conversion

Read More
Implicit conversion differencies...


scalaimplicit-conversionimplicit

Read More
Why pointer to function is equal to 1?...


c++function-pointersimplicit-conversion

Read More
Why is signed and unsigned addition converted differently for 16 and 32 bit integers?...


c++language-lawyerimplicit-conversion

Read More
What is the difference between implicit and explicit casting in Java?...


javaimplicit-conversionexplicit-conversion

Read More
Where is the implicit conversion that changes signedness?...


ccompiler-errorsintegerimplicit-conversionsize-t

Read More
Error expected unqualified-id before '=' token when assigning a function pointer to the addr...


c++function-pointersvirtualimplicit-conversionproxy-pattern

Read More
Why const char* implicitly converted to bool rather than std::string?...


c++implicit-conversionoverload-resolutionexplicitconstructor-overloading

Read More
Ternary Operator (?:) based assignment avoids type check in C...


cgccimplicit-conversionconditional-operatorvoid-pointers

Read More
Swapping Array elements call by reference...


arrayscswapimplicit-conversionpointer-arithmetic

Read More
Why does this pointer to an array expression work...


arrayscpointersimplicit-conversionpointer-arithmetic

Read More
no suitable conversion function from "const std::filesystem::path" to "char *" e...


c++implicit-conversion

Read More
How does this C code work? The ptr assignment is unclear...


cpointerscastingimplicit-conversionpointer-arithmetic

Read More
BackNext