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
How to permanently configure VSCode to use cl.exe without launching it from the Developer Command Prompt?
Jul 30, 2026
c
visual-studio-code
cl
How to move duplicates to the end of an array while preserving order in C?
Jul 30, 2026
arrays
c
algorithm
sorting
time-complexity
Understand C code implementing CRC for Bluetooth Low Energy
Jul 29, 2026
c
bluetooth-lowenergy
crc
Assert the allocation of a variable-length array
Jul 30, 2026
c
c99
variable-length-array
Get all files in the -C specified folder of tar
Jul 30, 2026
c
tar
Unexpected output (C strings and characters)
Jul 30, 2026
c
Extend the makefile to generate a library and documentation with doxygen
Jul 31, 2026
c
makefile
static-libraries
doxygen
Reading/Writing Nibbles (without bit fields) in C/C++
Jul 30, 2026
c++
c
byte
bit-fields
how to soft-separate cases inside a switch-case
Jul 30, 2026
c
switch-statement
Sorting a struct in C
Jul 31, 2026
c
unix
Unable to redirect standard output using CreateProcess
Jul 29, 2026
c++
c
winapi
mfc
What are valid arguments for localtime function?
Jul 31, 2026
c
Writing a variadic macro which sets specific bits in an integer (bit-mask)
Jul 30, 2026
c
bit-manipulation
c-preprocessor
bitmask
avr-gcc
What is the behaviour of `ferror(FILE *)` and `std::ferror(FILE *)` when passed invalid pointers?
Jul 29, 2026
c++
c
language-lawyer
std
libc
system() returns -1, errno=10 when logged into Oracle
Jul 28, 2026
c
oracle-database
oracle-pro-c
Does memmove use dynamic memory for its temporary array
Jul 30, 2026
c
memory
Why does this malloc wrapper do this to the size of the requested memory? size = (size + 3) & ~3;
Jul 30, 2026
c
« Newer Entries
Older Entries »