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
Why is the behavior of the modulo operator (%) different between C and Ruby for negative integers?
Dec 27, 2022
c
ruby
math
implementation
modulo
Bytelandian Gold Coin , Dynamic programming , explanation?
Dec 26, 2022
c
algorithm
recursion
dynamic-programming
Can anyone help me to understand typedef in this program?
Dec 28, 2022
c
typedef
How can I get python.h into my python virtualenv on Mac OSX?
Dec 28, 2022
python
c
python-extensions
Is memset(&obj, 0, sizeof obj) less portable than initializing with {0}?
Dec 26, 2022
c
memset
Remove nodes of a linked list on condition (C)
Dec 28, 2022
c
list
linked-list
Long if..else statement
Dec 28, 2022
c
if-statement
sign function in C using bit operators only
Dec 28, 2022
c
bit-manipulation
How should I understand "> outfile 2>&1" and " 2>&1 > outfile"?
Dec 28, 2022
c
linux
shell
unix
Big O notation for Ruby methods?
Dec 27, 2022
c
ruby
time-complexity
Is there a faster way to multiply by 2 on SIMD (without using muliplication)?
Dec 28, 2022
c++
c
performance
optimization
simd
Why `strchr` seems to work with multibyte characters, despite man page disclaimer?
Dec 28, 2022
c
string
utf-8
wchar-t
passing argument 1 of 'atoi' makes pointer from integer without a cast…can any body help me
Dec 27, 2022
c
Is it possible to have two c++ programs access to the same memory location
Dec 26, 2022
c++
c
qt
pointers
memory
How does a linker work exactly (microcontroller context)?
Dec 28, 2022
c
compiler-construction
linker
embedded
microcontroller
Generate primes from 1 to n, crashing for n > 300 million
Dec 27, 2022
c
primes
sieve-of-eratosthenes
#define multiple constants on one line in C
Dec 27, 2022
c
c-preprocessor
Is the compiler able to optimize spaghetti code?
Dec 27, 2022
c++
c
gcc
What do single-cycle multiplication and hardware division mean?
Dec 27, 2022
c
embedded
stm32
Do you need to malloc space for function pointers in a struct in C?
Dec 28, 2022
c
pointers
struct
malloc
dynamic-memory-allocation
« Newer Entries
Older Entries »