Search code examples
i am trying to send a 2d vector by reference but seems like its not working for pretty much same app...

c++constantsc++17pass-by-referencefunction-declaration

Read More
Default parameter in a function wouldnt compile/link without static inline...

c++c++17binary-search-treefunction-declarationdefault-arguments

Read More
Why does an invalid use of C function compile fine without any warnings?...

cfunction-callfunction-definitionfunction-declaration

Read More
How does compiler deduce return type from this lambda expression?...

c++templateslambdaboostfunction-declaration

Read More
Linking functions with different return types...

cundefined-behaviorlinkagefunction-declaration

Read More
C char* printf issue...

cargumentsundefined-behaviorfunction-declaration

Read More
Conflicting types for a struct...

cstructdeclarationtypedeffunction-declaration

Read More
This function with pointers seemingly won't execute at all...

cfunction-callfunction-declaration

Read More
Are function propotypes obsolete in c++...

c++forward-declarationfunction-definitionfunction-declarationfunction-prototypes

Read More
What does int foo(a) int a; { return a } mean in C?...

csyntaxfunction-declaration

Read More
syntax variants for function pointer as non type template arg...

c++templatesfunction-pointersfunction-declarationnon-type-template-parameter

Read More
Passing a function to another function via "pass by value"...

c++parameter-passingfunction-pointersimplicit-conversionfunction-declaration

Read More
I've a small problem with the declaration of a function "declaration is incompatible with&q...

ccompiler-errorsreturn-typefunction-declaration

Read More
Problem with function declaration in C when the 1st argument is a struct type...

cfunctionfunction-declaration

Read More
Function default argument value depending on argument name in C++...

c++compiler-errorslanguage-lawyerfunction-declarationdefault-arguments

Read More
My C program is taking only one input instead of multiple input...

cargumentsfunction-callfunction-declaration

Read More
what does __global__ mean in the context of a function declaration in c?...

ccudafunction-declaration

Read More
Why this code works ? memcpy on a constant array...

cpointersconstantsfunction-declarationqualifiers

Read More
Setting array of pointers...

arrayscstructfunction-declarationdouble-pointer

Read More
strcpy through array of strings passed to a function?...

cpointersmultidimensional-arrayimplicit-conversionfunction-declaration

Read More
What does "type name[size]" mean in a function argument?...

c++arrayspointersimplicit-conversionfunction-declaration

Read More
Is it possible to point several different function declarations into a single function definition...

cpointersfunction-declaration

Read More
Why using declaration is needed when an overload is deleted...

c++classscopefunction-declarationusing-declaration

Read More
Use the default constructor of T for the default initial value...

c++templatesdefault-valuedefault-constructorfunction-declaration

Read More
Function pointer decleration in Wikipedia article...

cfunction-pointerstypedeffunction-declaration

Read More
Alternative function pointer syntax accepted by compilers with C11 standard...

cfunction-pointerstypedefimplicit-conversionfunction-declaration

Read More
Is it legal to use function with no definition c++?...

c++functionfunction-declaration

Read More
Why does my C program give error : warning: implicit declaration of function ‘palindrome’ [-Wimplici...

ccompiler-errorsc-stringspalindromefunction-declaration

Read More
What is wrong in passing pointer variable as an function argument instead of address of variable in ...

cpointerspass-by-referencepass-by-valuefunction-declaration

Read More
passing 2d array after specific "i" index to function so just pass specific one d from 2d ...

cpointersmultidimensional-arrayimplicit-conversionfunction-declaration

Read More
BackNext