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
What a C static variable in file scope means?
Jan 09, 2023
c
static
constants
Why is gcc not compiling this code consistently?
Jan 09, 2023
c
gcc
multidimensional-array
Error in macro expansion
Jan 09, 2023
c
c-preprocessor
Storing data in the most significant bits of a pointer
Jan 07, 2023
c++
c
pointers
Why does switch(0) not result in a warning while if(0) does?
Jan 09, 2023
c
visual-studio-2012
gcc
clang
How to use C11 standard in Code::Blocks
Jan 09, 2023
c
codeblocks
c11
gcc5.2
What does 2>&1 do to popen?
Jan 09, 2023
c
popen
Passing macro arguments by macro
Jan 09, 2023
c
gcc
macros
POSIX message queue - Does it still exists after reboot?
Jan 09, 2023
c
linux
posix
ipc
message-queue
expected ';' at end of declaration list c when i have one already
Jan 08, 2023
c
C: Freeing Binary Search Tree
Jan 09, 2023
c
binary-tree
free
I can't compute the sqrt of a 0<= number <1
Jan 09, 2023
c
sqrt
performing malloc in threads
Jan 09, 2023
c
multithreading
pthreads
posix
sizeof anonymous nested struct
Jan 09, 2023
c
gcc
struct
nested
Clion code formatting to align variables
Jan 08, 2023
c++
c
clion
C - Why is a for loop getting stuck when using a uint64_t counter, whereas a while loop isn't?
Jan 08, 2023
c
for-loop
while-loop
uint64
When setting terminal attributes via tcsetattr(fd.....), can fd be either stdout or stdin?
Jan 08, 2023
c
linux
terminal
termios
Freeing a string (allocated in Ada) in a C function using free()
Jan 09, 2023
c
string
ada
Since characters from -128 to -1 are same as from +128 to +255, then what is the point of using unsigned char?
Jan 09, 2023
c
char
unsigned-char
Behavior of struct copying in C
Jan 09, 2023
c
struct
« Newer Entries
Older Entries »