C is a general-purpose programming language used for system programming (OS and embedded), libraries, games and cross-platform.
I'm trying to compare GPU to CPU performance. For the NVIDIA GPU I've been using the cudaEvent_t types to …
c linux timer precision high-resolutionWhat is the difference between scanf and scanf_s? In the university I have been taught and I am using …
c visual-studio scanf tr24731I just installed Eclipse CDT with MinGW. All the environment variables are set, includes, etc. Tried running a hello world …
c eclipse windows mingw eclipse-cdtThe question here is the same as mine but the solution there is not working for me. I am using …
c++ c qt qt-creatorI would like to read a bitmap file into a struct and manuplate it like make a mirror effect etc. …
c bitmap structure bitmapimageHi all I want to do a debug with printf. But I don't know how to print the "out" variable. …
c printf void-pointers uintCan we have a nested function in C? What is the use of nested functions? If they exist in C …
c function nestedI need to extract specific part (no of bits) of a short data type in C. For Example I have …
c bit-manipulation bit bit-shiftI am looking for an efficient way to determine the position of the least significant bit that is set in …
c++ c optimization bit-manipulationI know there is a standard behind all C compiler implementations, so there should be no hidden features. Despite that, …
c hidden-features