c tutorials and code-snippets
- How do I use the C socket API in C++ on Linux?
- What's the API for GTK messagebox?
- Why am I getting double free error when I call realloc()?
- How do you format an unsigned long int using printf?
- As function arguments, passing multidimensional arrays in C. In C, passing multidimensional arrays are no longer used and can be used as function arguments (again in a code library) in C. The examples below illustrate this.
- String.indexOf in C is the most important function. It is useful for any user of C with little knowledge about C syntax.
- What are the barriers to understanding pointers?
- How to avoid redefining VERSION, PACKAGE, etc. How to avoid redefining VERSION, PACKAGE, etc.?
- What is the difference between shift operators (, >>) and logical operators in C?
- Decoding printf statements in C (Printf Primer)
- How do you calculate the size of a C file?
- How do I pass a function as a parameter in c?
- Which tool is best for makefile generation?
- How can you convert a hexadecimal string to an integer in C?
- Send messages to a program through command line.
- Do we get reading Other Process' memory in OS X?
- How do I pass more parameters in a C function pointer?
- How does a C/C++ program call the main() function?
- How do I have directory in C?
- How do you combine c and c++ libraries into one package?
- How does one sort an array by its value?
- Strange C++ errors with code that has min()/max() calls.
- How can I increase camera capture resolution in OpenCV?
- What should I do to make Pro*C handle warning directives?
- How can I create a debug only function that takes a variable argument list?