Search code examples
What is the correct way to check if library/helper/core files are loaded in CodeIgniter...

phpcodeigniterconfigurationdeclaration

Read More
Initialisation of char array to string value, are the uninitialised indices set to null?...

c++arraysinitializationdeclarationstring-literals

Read More
Why is a separate variable declared in a Go type switch?...

gotypesswitch-statementdeclarationdefinition

Read More
C++ ASAN kicking on decomposition declaration...

c++declarationaddress-sanitizerdecomposition

Read More
Operator Precedence in declaring more pointers in one instruction...

c++pointersdeclarationoperator-precedence

Read More
How can * both declare pointers and dereference pointers?...

cpointersdeclaration

Read More
Constant declaration in Ada...

declarationadaconstants

Read More
Is `declarator = initializer` in a declaration an assignment expression?...

cvariable-assignmentdeclaration

Read More
Why does "extern const int n;" not work as expected?...

c++constantsdeclarationextern

Read More
Variable not defined error after defining variable in another function...

pythonvariablesdeclaration

Read More
Why is it possible to change the value of an integer indirectly via a pointer to a constant int?...

cpointersconstantsdeclaration

Read More
Defining static const integer members in class definition...

c++staticdeclarationdefinition

Read More
How do I understand complicated function declarations?...

cpointersdeclaration

Read More
Why constant declaration in function declaration doesn't throw an error?...

javascriptfunctionconstantsdeclarationredeclaration

Read More
Why can you use a typedef'd struct before the typedef?...

cstructdeclarationtypedef

Read More
Is It Not Possible To Declare A Variable of Abstract Type In C++?...

c++variablespolymorphismdeclaration

Read More
Why I can't deserialize std::array like this?...

c++initializationaggregatec++14declaration

Read More
Can I declare an array of different length arrays in C without variable names?...

arrayscinitializationdeclarationcompound-literals

Read More
How to correctly declare function with templated class as return type in header?...

c++templatesheaderdeclarationdefinition

Read More
friend declaration in C++...

c++declarationfriend

Read More
Why does initializing an extern variable inside a function give an error?...

c++declarationdefinitionextern

Read More
The first snippet below compiles, but the second doesn't. Why?...

c++language-lawyerdeclarationname-lookupelaborated-type-specifier

Read More
C++ enum keyword in function parameters...

c++scopedeclarationname-hidingelaborated-type-specifier

Read More
How do I do a typedef in mojo?...

typesdeclarationtypedefmojolang

Read More
Visualisation of the memory layout of C structs...

cparsingstructvisualizationdeclaration

Read More
identical variables declared 'extern' in multiple translation units can be unique entities?...

gcclinkerdeclarationextern

Read More
return type before or after __declspec?...

c++windowsvisual-studiodeclaration

Read More
How to declare some extern variables in a namespace in a header file...

c++linker-errorsdeclarationdefinitionextern

Read More
Does typedef (pointer to) VLA require evaluation of the size expression?...

clanguage-lawyerdeclarationtypedefvariable-length-array

Read More
typedef struct <struct_name> vs simply typedef struct...

cstructdeclarationtypedef

Read More
BackNext