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 character array processed as true by if statement?
Sep 09, 2025
c++
c
The `sockaddr` and `sockaddr_in` (and other similar) structs behave and are used as if they were a union. Why are they not part of an explicit union?
Sep 10, 2025
c
sockets
unix
Is `(expression, lvalue) = rvalue` a valid assignment in C or C++? Why do some compilers accept/reject it?
Sep 09, 2025
c++
c
compiler-errors
lvalue
comma-operator
Passing data between dll boundaries in c++ Safely
Sep 09, 2025
c++
c
dll
cross-compiling
return in a for loop C
Sep 08, 2025
c
function
for-loop
return
Question on Getcontext function
Sep 08, 2025
c
multithreading
can size of array be determined at run time in c?
Sep 10, 2025
c
arrays
memory-management
size
definition
default parameters in function call in C
Sep 09, 2025
c
function
parameters
default
undefined-behavior
should I use fseek SEEK_END [duplicate]
Sep 09, 2025
c
fseek
Building a GUI with GTK in C, is everything possible with the basics Widgets ? Or should I build a custom one?
Sep 08, 2025
c
gtk
Why does arithmetic operations on (more than) three unsigned chars always trigger a warning when using -Wconversion?
Sep 08, 2025
c
gcc
gcc-warning
Bochs (2.4.6)/GRUB (0.97) "Error 13 Invalid or unsupported executable format" when passing char string in C function call
Sep 09, 2025
c
operating-system
kernel
grub
bochs
Should I use #include <file.h> or "file.h"?
Sep 09, 2025
c
include
What do we iterate through when using pointer to an array? [duplicate]
Sep 08, 2025
c++
c
arrays
pointers
How to embed an integer in a macro string? [duplicate]
Sep 07, 2025
c
macros
stringification
Can __attribute__ ((packed)) create a 1-bit struct when the only member is a bit-field?
Sep 08, 2025
c++
c
gcc
attributes
Clean and type-safe state machine implementation in a statically typed language?
Sep 08, 2025
python
c
haskell
language-agnostic
Writing to both stdout & a file
Sep 09, 2025
c
file
stdout
« Newer Entries
Older Entries »