C is a general-purpose programming language used for system programming (OS and embedded), libraries, games and cross-platform.
I'm working with JNI and have an array of type jbyte, where jbyte is represented as an signed char i.…
c++ c java-native-interfaceIn a C project (POSIX), how do I get the fully qualified name for the current system? For example, I …
c sockets posix environmentIs there any way to do this in a condensed form? GLfloat coordinates[8]; ... coordinates[0] = 1.0f; coordinates[1] = 0.0f; coordinates[2] = 1.0f; coordinates[3] = 1.0…
c arrays initialization declarationHow can I extract an IP address into a string? I can't find a reference that tells me how char …
c ip-addressI've googled around and found most people advocating the use of kmalloc, as you're guaranteed to get contiguous physical blocks …
c linux-kernel kmalloc vmallocI am trying to learn assembly language. I have searched and found how to disassemble a .c file but I …
c gcc compiler-optimization compiler-optionsI need to read an image file in C/C++. It would be very great, if some one can post …
c++ c jpegI want to be able to debug C structures without having to explicitly type every property that they consist of. …
c objective-c cocoa cocoa-touchI am reading a C book, talking about ranges of floating point, the author gave the table: Type Smallest Positive …
c floating-point ieee-754