Search code examples
Why is an empty integer array filled with seemingly garbage data in C?...


arrayscinteger

Read More
Confusion of virtual memory...


clinuxoperating-systemsystems-programming

Read More
Why does carg(-0) return -pi?...


cfloating-point

Read More
To the power of in C?...


cmath

Read More
How do you do exponentiation in C?...


c

Read More
Will this be a tail call or not?...


crecursiontail-recursion

Read More
Calculating a catalan number in C...


crecursioncatalan

Read More
Why is the '&' operator needed for an int variable but not for an array in C?...


arrayscpointersmemory-managementscanf

Read More
populating an array at compile time in C...


cconstexprcompile-time

Read More
Why is the initialization of this structure global variable wrong?...


c

Read More
Efficient linked list design for a C file manager...


cmemory-managementlinked-list

Read More
Function with a malloc on a pointer declared in main()...


arrayscpointersmalloc

Read More
structure padding on 64bit machine...


c++cstructurepadding

Read More
Malloc and memcpy struct plus array...


cmallocmemcpy

Read More
PInvoke has unbalanced the stack...


c#cstructpinvokedllimport

Read More
fast check if the difference between two int32_t is 1 or 0...


c++c

Read More
Is there any difference between stating the "alignas" keyword in struct definition VS arra...


calignment

Read More
Is it possible to read a file in parallel by extending this function?...


cfileoptimizationparallel-processingopenmp

Read More
How to organize the receive msg and user current input in C network such that it's clean...


cnetwork-programmingterminalprintf

Read More
How to use regular expressions in C...


cregex

Read More
Is there a cross-platform way to determine if a device is powered via PSU or external battery in C?...


ccross-platformvulkanbattery

Read More
jmp to address in inline AVR C...


cassemblyarduinomemory-addressavr-gcc

Read More
How to compile x64 code with Visual Studio in command line?...


cvisual-studiocommand-line64-bit

Read More
Difference between target and target data? How to do teams/threads configurations without teams dire...


cparallel-processingopenmpgpgpu

Read More
cast without * operator...


c

Read More
Not a constant initializer element?...


cgcccompiler-errorssemantics

Read More
2 Functions in 1 main program(Visual Studio 2013)...


cvisual-studiofunctioninteger

Read More
Using free with pointer to middle of allocation...


cansi-c

Read More
How does C/CPP know how to point to "next" struct node when the struct node is not yet def...


c++cstructlinked-list

Read More
why does linker have a tougher task in C++ compared to C?...


c++clinker

Read More
BackNext