Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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?

How to compile LuaFileSystem library and get .dll file WITHOUT luarocks?

c dll lua luafilesystem

Multiple threads writing on same file

c multithreading

Why isn't modulo operator working inside printf function in C?

c function cs50