Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

For a structure variable,why is the initializer {21,19,3.6} same as {{21,19},3.6},but not vice-versa?

How to delete all nodes of same value from linklist/Queue

c algorithm linked-list queue

Is there a way to test that a pointer's memory allocation has been freed?

A better program to evaluate square root of a number

c algorithm

Does the result of bitwise operations depend on endianess in Java? What about in C or C++?

Role of __WORDSIZE in compilation

c linux mingw

Declaring global char array in C header file

c global-variables

Array Syntax Confusion

c arrays string

Trying to debug in Eclipse, getting error 'No Source Available for "main() at [hex number]"'

c eclipse debugging

Dynamically load jvm.dll without linking it

c++ c java-native-interface

Composition of enumerations

c

Why is printf only printing the first char of this array and not all of them?

c

Detecting if a string is just made up of spaces?

c string

Print string with `%016llx`

c gcc printf

load a fake debug symbol in gdb when debugging a stripped program

c linux gdb x86-64 disassembly

figuring out integer comparison in C

c

Sending input to GDB scanf using external program

java c debugging process gdb

Shared memory interprocess communication

c++ c memory-management ipc

LIBUSB_ERROR_TIMEOUT when I try to send usb datas with libusb raspberry pi 3

c linux raspberry-pi

Conditional-Operator in Constant Expression