Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

why a pointer in C can print his content without dereference? [duplicate]

arrays c string pointers

If I want a global VLA, could I use alloca() in the main function?

c alloca

How to not use -wrap for all linked libraries?

c gcc linker

Why my small C program print different string with cat utility?

c shell

Is this any kind of macro in linux kernel code?

c linux linux-kernel

not able to compile a libcurl program in C

c libcurl

Which are the ANSI C language extensions disabled by the /Za option in Visual Studio?

c visual-studio gcc

C Inline ASM: passing integers to a register

c assembly

assign parts of struct to another struct in c

c++ c struct

IDA PRO Translating C++ code into C Code __OFSUB__ macro

c++ c macros translate ida

What methods are there currently that allow you to call a Go function in C?

c compilation go cgo

How do I use C API function PyArg_ParseTupleAndKeywords in Delphi?

python c delphi python4delphi

Confusing output after use of increment operator

2D array search in C

How to create an array of structures in C# using DLL (written in C)?

c# c visual-studio dll dllexport

How to pass multiple commands arguments in visual studio?