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
gcc shows different warnings depending on optimisation level
Aug 27, 2022
c
debugging
gcc
Why is my factorial program working but my almost identical pow program is not working?
Dec 22, 2021
c
gcc
compiler-optimization
pow
Convert long integer(decimal) to base 36 string (strtol inverted function in C)
Aug 27, 2022
c
base64
strtol
System call hooking example arguments are incorrect
Mar 20, 2022
c
linux-kernel
x86
linux-device-driver
system-calls
Where can I find the mathematical routines in GCC's source? How do the math functions work?
Sep 22, 2022
c
math
gcc
discrete-mathematics
Scala's Option or Rust's Result error handling in C [closed]
Sep 23, 2022
c
scala
error-handling
rust
How to use pthread header file in C project in CLion which uses MinGW in windows
Oct 18, 2022
c
pthreads
Why do I get the error malloc(): invalid size (unsorted)?
Oct 24, 2021
mysql
c
nonblocking
What is a 'whiteout' (S_IFWHT) in Unix?
Jan 18, 2021
c
unix
system-calls
stat
Compund literals storage duration in C
Aug 26, 2022
c
scope
storage
c99
compound-literals
Calculating hexadecimal values for 7-segment LED on MDA-8086
Sep 07, 2022
c
x86-16
seven-segment-display
Adding two characters and assigning the result to an int in C
Nov 14, 2022
c
Why do printf and isnan disagree whether a long double value is a NaN?
Sep 08, 2022
c++
c
floating-point
clang
Recursive function for finding factorial of a number
Sep 15, 2022
c
recursion
decrement
Why does (infinite) recursion give different results with and w/o -O3 in clang (and gcc/g++)?
Aug 25, 2022
c++
c
clang
compiler-optimization
How to vectorise int8 multiplcation in C (AVX2)
Aug 02, 2022
c
x86
simd
intrinsics
avx2
Is it actually true that when function prototype has a parameter declared as int a[][10] the compiler treats it as int (*a)[10]?
Sep 15, 2022
arrays
c
cross platform unicode support
Jul 03, 2022
java
c
perl
unicode
cross-platform
XML-RPC library for C++ [closed]
Nov 17, 2018
c++
c
xml-rpc
Where is an array initialized by an initializer list stored?
Feb 04, 2020
c
memory
« Newer Entries
Older Entries »