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
Hamming weight ( number of 1 in a number) mixing C with assembly
Mar 03, 2026
c
assembly
x86
bit-manipulation
hammingweight
is it worth it to compile a C program and run it instead of PHP page?
Mar 03, 2026
php
c
Miller-Rabin deterministic primality test (C)
Mar 02, 2026
c
primes
primality-test
Can a function return an argument that is a restrict pointer?
Mar 02, 2026
c
pointers
restrict-qualifier
What is the difference in atomic_load() and assignment?
Feb 28, 2026
c
c11
rvalue
stdatomic
lvalue-to-rvalue
Is there a less-space taking way than using sprintf to format floats to strings?
Mar 02, 2026
c
printf
microcontroller
Right triangle using recursion in C
Mar 03, 2026
c
recursion
char
MIPS Cross Compilation on Travis
Mar 02, 2026
c
ubuntu
mips
cross-compiling
travis-ci
USB HID multitouch serial reporting
Mar 03, 2026
c
windows
arduino
usb
hid
Wrapping a C lib with extern "C" except an internal C++ include
Mar 02, 2026
c++
c
name-mangling
raylib's DrawTextEx doesn't display unicode characters
Feb 28, 2026
c
unicode
raylib
Is a file descriptor (fd from open in C) same as its process id?
Mar 02, 2026
c
linux
file
process
Does compilation of a program store some data in cache before execution?? (C, Linux)
Mar 03, 2026
c
linux
multithreading
terminal
getrusage
Error while loading shared libraries, cannot open shared object file: No such file or directory (hiredis)
Mar 02, 2026
c
gcc
makefile
redis
hiredis
C - the typedef function used as a pointer in the argument of another function [duplicate]
Mar 02, 2026
c
function-pointers
typedef
Printing a wchar_t gives weird output
Mar 01, 2026
c
printf
wchar-t
format-specifiers
Extract numeric value from an alphanumeric string without using any predefined function
Mar 03, 2026
java
php
c++
.net
c
Comparison between unsigned int and int without using cast operator
Mar 02, 2026
c
int
compare
type-conversion
unsigned-integer
Difference between the headers ncurses.h and curses.h
Feb 28, 2026
c++
c
ncurses
difference
curses
Is it a memory leak in the following C code?
Mar 02, 2026
c
memory-leaks
Older Entries »