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
First expierences with struct. Why is this output happening?
Mar 25, 2026
c
struct
char *str; str="HELLO"; How does that work without allocating any memory for the string?
Mar 25, 2026
c++
c
pointers
memory-management
char-pointer
What does ld do when linking against dynamic shared library?
Mar 25, 2026
c
linux
linker
ld
Leaving a c++ application without running destructors of global static objects
Mar 25, 2026
c++
c
exit
Is it safe using `$` as an identifier in C/C++?
Mar 25, 2026
c++
c
special-characters
identifier
Finding type of path using the Windows API
Mar 25, 2026
c++
c
winapi
Request a lua table size in c before iterating it
Mar 24, 2026
c
lua
Verifying CRC using airpcap and pcap
Mar 25, 2026
c
pcap
wifi
Binary serialization of variable length data and zero length arrays, is it safe?
Mar 25, 2026
c++
c
serialization
C fgets - simple way to catch overflow?
Mar 25, 2026
c
overflow
fgets
Good book on drawing algorithms, preferably in C or C++ [closed]
Mar 25, 2026
c++
c
algorithm
drawing
paint
When do I have to free?
Mar 25, 2026
c
memory
malloc
Is it valid to use a zero-sized non-static array function parameter?
Mar 24, 2026
arrays
c
pointers
language-lawyer
function-parameter
Resolving dining philosophers deadlock using semaphores
Mar 24, 2026
c
operating-system
posix
semaphore
RLIMIT_AS is not working upon setting its soft limit to a certain value
Mar 25, 2026
c
unix
memory
process
setrlimit
Implementing a basic predator-prey simulation
Mar 25, 2026
c
algorithm
simulation
Upgrading C code to VB.NET - Unioned Structures
Mar 24, 2026
c
vb.net
How come this piece of code is working? It should crash due to buffer over-run but I am getting the output as "stackoverflow"
Mar 25, 2026
c
When does a pointer in C figure out the amount of memory it references?
Mar 25, 2026
c
pointers
struct
types
member-variables
« Newer Entries
Older Entries »