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
Does the 'if' statement in C/C++ cast the operand to an integer?
Sep 02, 2025
c++
c
C vs C++ using cl compiler in VS2015
Sep 02, 2025
c++
c
visual-studio-2015
cl
Preprocessor arguments and compiling #ifndef #ifdef in C
Sep 01, 2025
c
c-preprocessor
conditional-compilation
ifndef
Determine number of printf arguments
Sep 01, 2025
c
C program yielding different results on different machines despite using the same fixed length data types
Sep 02, 2025
c
windows
scanf
mingw
c99
Visual C Runtime functions unresolved with `/MT`
Sep 02, 2025
c
visual-studio
visual-c++
The validity of casting in the 'function pointer' version of K&R's qsort
Sep 02, 2025
c
casting
language-lawyer
void-pointers
kernighan-and-ritchie
Call libmvec functions manually on __m128 vectors?
Sep 02, 2025
c
simd
sse
glibc
intrinsics
C: Assert that an expression is a string literal
Sep 02, 2025
c
gcc
string-literals
static-assert
For iterating though an array should we be using size_t or ptrdiff_t?
Aug 31, 2025
c
pointers
size-t
errata
ptrdiff-t
Is malloc(sizeof(char[length])) incorrect?
Sep 02, 2025
arrays
c
memory
malloc
Using bit fields within a single byte
Sep 02, 2025
c
bit-fields
GCC : Return statement from a void function in C
Sep 02, 2025
c
gcc
void
Looking one char ahead when reading from file in C
Sep 01, 2025
c
file
loops
Converting 4 raw bytes into 32-bit floating point
Sep 02, 2025
c++
c
floating-point
floating-point-conversion
What is the difference between *a=b and a=&b?
Sep 02, 2025
c
pointers
How void pointer arithmetic is happening in GCC
Sep 02, 2025
c
pointers
gcc
void-pointers
pointer-arithmetic
Typecasting a function pointer
Sep 02, 2025
c
function-pointers
typecast-operator
Where can I find the real memcpy() implementation?
Sep 02, 2025
c
memcpy
« Newer Entries
Older Entries »