Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
What does (int_1 += *pointer++ = int_2++) < int_3 mean?
Dec 07, 2022
c
expression
Undefined vs. Unspecified vs. Implementation-defined behavior [duplicate]
Dec 07, 2022
c++
c
uint32, int16, uint8 .. Why these commonly used data types are not making it into the standards [closed]
Dec 08, 2022
c++
c
Where are the 'int' and 'char' types defined in the C programming language?
Dec 08, 2022
c
gcc
Post increment with pointers in while loop in C
Dec 08, 2022
c
c-strings
creating callbacks and structs for repeated field in a protobuf message in nanopb in c
Dec 08, 2022
c
protocol-buffers
nanopb
atoi ignores a letter in the string to convert
Dec 07, 2022
c
atoi
Signed to unsigned with subtraction
Dec 08, 2022
c
Dot Product of Vectors with SIMD
Dec 08, 2022
c
x86
simd
avx
What's the type of 2d array's element in c and c++?
Dec 06, 2022
c++
c
arrays
multidimensional-array
language-lawyer
Are Assembly programs almost the same size as C programs
Dec 07, 2022
c
windows
assembly
executable
filesize
How to typedef a structure including pointers to itself?
Dec 08, 2022
c
structure
typedef
Why the pointer hack for finding the size of an array in C giving different value when used in a called function [duplicate]
Dec 07, 2022
c
arrays
function
Visual Studio 2017 does not supportC11 new feature _Generic
Dec 08, 2022
c
visual-studio
visual-studio-2017
c11
Adaptation from old init_timer to new timer_setup
Dec 07, 2022
c
linux
timer
linux-kernel
linux-device-driver
Assign result of sizeof() to ssize_t
Dec 07, 2022
c
posix
sizeof
What is the difference between "int *p =0;" and "int *p; *p=0;"
Dec 08, 2022
c
pointers
initialization
variable-assignment
declaration
Is there a way to redirect stderr to a file that works in bash, csh and dash?
Dec 07, 2022
c
bash
csh
Is it acceptable to use rand() for cryptographically insecure random numbers?
Dec 07, 2022
c
random
Compiler changes printf to puts
Dec 08, 2022
c
gcc
assembly
compiler-optimization
« Newer Entries
Older Entries »