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
Printing leading spaces and zeros in C/C++
Dec 04, 2022
c
printf
How to detect how long a button was pressed in Arduino?
Dec 04, 2022
c
arduino
atmega
Freeing malloced structure in a function
Dec 04, 2022
c
pointers
malloc
free
Enable/Disable LOG levels using C Macro
Dec 04, 2022
c
macros
My N-body program runs 100x slower when coded in Julia vs. when coded in C, why?
Dec 03, 2022
c
optimization
julia
free won't delete memory allocated to the pointer (int array), using free twice works, why?
Dec 04, 2022
c
arrays
pointers
memory-management
Finding the largest and second largest number
Dec 04, 2022
c
Copying a decoded ffmpeg AVFrame
Dec 03, 2022
c++
c
ffmpeg
How can I concisely assign to the members of a struct depending on a condition?
Dec 04, 2022
c
if-statement
struct
initialization
c11
Difference between sizeof(char) and sizeof(char *)
Dec 04, 2022
c
malloc
sizeof
Any functional difference between (*p)->some_var and *p->some_var
Dec 04, 2022
c
How to use #ifndef with macro argument?
Dec 02, 2022
c++
c
c++11
macros
What does the [x,y] symbol mean in a multidimensional array access? [duplicate]
Dec 04, 2022
c
arrays
multidimensional-array
Not able to understand what this C function does
Dec 04, 2022
c
pointers
C - Why variables created in a loop have the same memory address?
Dec 03, 2022
c
memory
memory-address
How do I write a console application in Windows that would minimize to the system tray?
Dec 04, 2022
c++
c
windows
visual-c++
Does this code remove a file extension?
Dec 03, 2022
c++
c
How can I find out which library is home to a given object?
Dec 04, 2022
c
unix
linker
fortran
sgi
How does one calculate 2 ^ -18 using GMP?
Dec 03, 2022
c
gmp
How can I buffer non-blocking IO?
Dec 04, 2022
c
io
nonblocking
buffered
« Newer Entries
Older Entries »