Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Looping through elements in a struct in C for extracting value and datatype of the individual element

c struct

getchar() into one dimensional array difficulties

c arrays

RSA Algorithm - known n how to get p & q

c rsa

Writing strend(s, t) (check if `s` ends with `t`) using pointers

c string algorithm pointers

How do local variables get stored in stack?

c

Can I use lua_tointeger() for off_t?

c lua

strtok into character arrays not working as expected

c strtok

How to get key events from a fullscreen OpenGL window?

c macos opengl

C Compiler Optimization - Macros Involving Arithmetic

Linux - Multiple Serial Port Communication with C

c serial-port

Struct member alignment -- different sizeof using 16-bit and 32-bit compiler

Is it possible to write to an array second element by overflowing the first element in C?

c++ c assembly nasm

spin_lock_irqsave() in interrupt context

Visual Studio Code does not include C header files

c visual-studio-code

How to simulate mouse cursor movement in C++

c++ c winapi

Clarification over internal linkage of inline functions in C

c linkage inline-functions

Is it possible to store a signed integer in an integer pointer (int *)?

c pointers integer boolean

So setsockopt for timeouts on AF_UNIX (AF_LOCAL) sockets... undocumented/don't work... options/alternatives?

c linux sockets unix-socket

How to fix error checked by Parasoft

c parasoft