Newbetuts
.
New posts in c
Why does this strcpy code on a 2D array generate the wrong output?
c
MinGW GCC Fatal Error - gcc: CreateProcess: No such file or directory
c
gcc
mingw
Static array size vs array size through input in C
arrays
c
declaration
variable-length-array
premature eof error in flex file
c
bison
lexical-analysis
flex-lexer
how to trace function call in C?
c
trace
call-hierarchy
Sudoku Checker: Accessing 3x3 subgrid in C
c
arrays
grid
sudoku
What is the use of intptr_t?
c++
c
pointers
signed-integer
How do you read C declarations?
c
typedef
cdecl
Expressions "j = ++(i | i); and j = ++(i & i); should be a lvalue error?
c
optimization
gcc
pre-increment
gcc4.4
How can I determine this string value based on the C disassembly?
c
assembly
x86-64
reverse-engineering
disassembly
Array[i] = i++; [duplicate]
arrays
c
loops
gcc
post-increment
How to lend a Rust object to C code for an arbitrary lifetime?
c
rust
ffi
How can I get updated system DPI information from X11 in a C program?
c
x11
sdl-2
highdpi
How to use va_list and va_end with pointers?
c
lvalue required as increment operand
c
pointers
mmap, msync and linux process termination
c
linux
linux-kernel
Dereferencing type-punned pointer will break strict-aliasing rules
c
optimization
gcc
pointers
strict-aliasing
is it possible to run the nnn File Manager on Windows?
file-management
c
How to compile and run C files from within Notepad++ using NppExec plugin?
c
notepad++
nppexec
Difference between char and int when declaring character
c
Prev
Next