Search code examples
What does adding a pre-processor variable before a function declaration means?...

c++preprocessorfunction-declaration

Read More
Is there an equivalent tool in python to mimic the behaviour of the pre-processor in C?...

pythondryfunction-declaration

Read More
Is the address of a var in c passed by value?...

clinked-listpass-by-referencefunction-declaration

Read More
C pass array by value vs pass array by reference...

carrayspass-by-referenceimplicit-conversionfunction-declaration

Read More
How do I return and print out the starting address of the first string (string1)?...

cpointersc-stringsstrcpyfunction-declaration

Read More
How can i return a pointer to char[][][] from function?...

c++arrayspointersdeclarationfunction-declaration

Read More
C function prototype: \\char *strinv(const char *s);...

cprototypec-stringsdereferencefunction-declaration

Read More
How to solve ambiguous declarations elegantly in C++11?...

c++c++11standardsvariable-declarationfunction-declaration

Read More
Declare Function to Play Sound in a UserForm...

excelvba32bit-64bitfunction-declaration

Read More
How do I call function that has pointer before it...

cfunctionpointersfunction-declaration

Read More
How to provide explicit type declarations for functions when using GHCi?...

haskelltypesghcifunction-declaration

Read More
Interpretation of a pointer variable declaration...

cpointersdeclarationfunction-declaration

Read More
const function declaration in haskell...

haskellfunction-declarationhaskell-prelude

Read More
char* (*name())[]; Is this statement array of function pointers?...

cfunctionsyntaxdeclarationfunction-declaration

Read More
Whyever **not** declare a function to be `constexpr`?...

c++c++11constantsconstexprfunction-declaration

Read More
Compilation error in function declaration in C...

cfunctionstructuredeclarationfunction-declaration

Read More
why is `std::istreambuf_iterator<char>` regard as function declaration when constrcuting a str...

c++parametersexpressionambiguityfunction-declaration

Read More
Can declaring a function prototype without parameters create security breaches?...

csecurityfunction-declarationfunction-definition

Read More
Bitshifting value returned by implicitly declared function producing wrong result...

cfunction-declaration

Read More
Passing value from one function to another C++...

c++function-declaration

Read More
Why doesn't Visual Studio 2019 compile my code?...

c++linker-errorsfunction-declaration

Read More
How to compose (combine) several function calls with arguments...

pythonpython-3.xfunction-declaration

Read More
overriding methods inside a new variable declaration...

javaoverridingfunction-declaration

Read More
Function pointer parameter without asterisk...

c++cfunction-pointersfunction-declaration

Read More
How to create a function with arbitrary parameters based on an arbitrary string...

pythonpython-3.xdynamicevalfunction-declaration

Read More
Assigning function to function pointer, const argument correctness?...

c++parametersconstantsdeclarationfunction-declaration

Read More
Could argument type declariation be moved into function body?...

cfunctiondefinitionfunction-declaration

Read More
How to tell if a function is built-in or self-defined by its name?...

matlabfunctionbuilt-infunction-declarationcall-graph

Read More
Declaration of Function before defining causing error in C...

ccompiler-errorssyntax-errorfunction-declaration

Read More
C++20 modules TS: still need function declaration?...

c++modulefunction-declarationc++20

Read More
BackNext