PDA

View Full Version : C Programming


Pages : 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117

  1. What is the meaning of C?
  2. Why sizeof(main) = 1?
  3. polymorphism in C
  4. comma in a c statement, ie for(i=0,i2=0;i<10;i++,i2)
  5. struct arguments to function
  6. Serialization library, request for feedback
  7. sscanf question
  8. Iterate through a list of structure arrays of structure to get outthe field
  9. Generate state-machine code from Modelio UML Tool
  10. setjmp,longjmp, sigsetjmp implementation
  11. Re: Pointer Arithmetic & UB
  12. Re: Pointer Arithmetic & UB
  13. incompatible pointer assignment
  14. errors due to library functions being undefined,
  15. A cast question
  16. Exceptions handling in pure C
  17. Saving an unsigned short integer to string
  18. mktime
  19. Bind1st in plain C (cross-platform, thread-safe, re-enterable)
  20. gmake flags to set a 32 bit environment
  21. Macros
  22. Casts on lvalues
  23. Re: What's new in C?
  24. alignment shame (?)
  25. Re: What's new in C?
  26. Re: What's new in C?
  27. Re: What's new in C?
  28. Re: What's new in C?
  29. Re: What's new in C?
  30. Create subprocess (two distinct processes)
  31. Origin of the story that K&R style was chosen to save paper
  32. what is the best way
  33. Calling mechanisms and struct literals
  34. Re: Getting started with AVR and C
  35. inline functions
  36. Why are there so many nested definitions
  37. Separate compilation and access to small integer data in other programs
  38. Crossword project
  39. time
  40. "\x1337\xcafe"?
  41. some well known stupidness in c99
  42. The Bible Explained, part 19A/40: Creation and Evolution: Your Worldview
  43. Reusing function signature for both a function pointer and function.
  44. #define and preprocessor magic
  45. stylistic question
  46. ADV: Book: The Bible Explained
  47. The C Programming Language
  48. Strange Behaviour in finding Size of a File
  49. [OT] all the false gods can not save us
  50. Why is (void **) not compatible with (foo **) ?
  51. Re: calloc fails and returns NULL
  52. Re: calloc fails and returns NULL
  53. Re: calloc fails and returns NULL
  54. Re: calloc fails and returns NULL
  55. sqrtl(), etc. for Cygwin
  56. Re: calloc fails and returns NULL
  57. Re: calloc fails and returns NULL
  58. Re: calloc fails and returns NULL
  59. Timer controlled process, influenced by "simultaneous" (decoupled)keyboard keypresses
  60. simple C question
  61. Re: email from C
  62. 'Unsigned decimal'
  63. Linux Kernel Device Driver With C and C++
  64. problem with constant too too large
  65. Problem with enums, const char* and structs
  66. kandr2 question
  67. Pointer arithmetic question.
  68. probleme with printf("TB %.1f",temperature)
  69. problem with atof
  70. Bit check using function check(var,pos) ((var)&(1<<pos))
  71. constant defined using connst int and #define
  72. C.B. Falconer, RIP 1931-2012
  73. avcall, callback, trampoline, vacall, etc
  74. packing and structs
  75. Using lisp code in emacs inside a C program
  76. [OT] aioe.org
  77. [OT] strange thing
  78. How to make a lisp function use an outside executable such as acompiled C program?
  79. Static array defined in one module, but used in another module
  80. A C program
  81. Write a program to print star using * ?
  82. terminal designed for C
  83. How to apply qsort() with a parameter?
  84. How to manage debugging messages at run-time
  85. Large number libraries/algorithms
  86. Ask a politician
  87. Jake, you are not "pivotal" in any way
  88. Comments to explain declarations
  89. Re: Compatibility question
  90. which signal after suspend/resume?
  91. callback function
  92. C/C++ question about dynamic "static struct"
  93. Getting C stream buffer size
  94. hash table - simple implementation
  95. Feedback for the PH7 embedded PHP engine
  96. Conditional declaration (A matter of style)
  97. macro recursion
  98. function casts
  99. Who Invented What In C
  100. urlencode in C
  101. Compiling pcc in cygwin
  102. Most portable compiler: llvl llc or pcc or gcc rtl?
  103. Re: Who owns the variable in my header file ?
  104. Re: Who owns the variable in my header file ?
  105. gdb and shared libraries issue
  106. I am just trying to find out if there is any relevant/currentresearch in the production of a generic quality assurance tool for my PhD.
  107. Re: Thoughts on the _Generic feature?
  108. Re: Who owns the variable in my header file ?
  109. Re: Who owns the variable in my header file ?
  110. Re: Who owns the variable in my header file ?
  111. Re: Who owns the variable in my header file ?
  112. Re: Who owns the variable in my header file ?
  113. Re: Who owns the variable in my header file ?
  114. Re: Who owns the variable in my header file ?
  115. Re: Who owns the variable in my header file ?
  116. Re: Who owns the variable in my header file ?
  117. error: initializer element is not constant
  118. add bytes to file
  119. Re: (newbie) question concerning memory allocation
  120. Re: (newbie) question concerning memory allocation
  121. Re: (newbie) question concerning memory allocation
  122. bug raport - about way of linking in c
  123. Function declarations
  124. macro and static inline
  125. Re: send txt file to usb port
  126. Trivial C11 threads.h wrapper (public domain)
  127. Re: send txt file to usb port
  128. Re: send txt file to usb port
  129. Re: Ansi C and MySql
  130. Re: Ansi C and MySql
  131. Re: send txt file to usb port
  132. Convert string with control character in caret notation to realcontrol character string.
  133. Re: Signed and unsigned types issue
  134. Re: Signed and unsigned types issue
  135. Swapping logic
  136. please what is wrong with this for loop
  137. C Containers library (ccl) project
  138. packed structs
  139. pthread and serial port
  140. Code review requested
  141. SEGFAULT problem
  142. function declaration and definition
  143. Accessing data from another function
  144. get the full string when a word matches
  145. sprintf a filename
  146. read pdf header in c
  147. Re: How to bypass Visual C++ security cookies
  148. Segmentation fault when in shared object
  149. abt --enum_is_int option in armcc
  150. get string from file
  151. gcc alignment options
  152. string1=string2 changes value of string2 if I change string1
  153. C11 Compiler Test Suite
  154. semple code accept never executed
  155. passing uninitialised data
  156. struct and pointer question
  157. Problem with printf-like logging framework and inline hexdumps.
  158. Failing Malloc
  159. __STDC_VERSION__ and __STDC_LIB_EXT1__ are 201112L in C11
  160. How to Read this Declaration
  161. size of extern variable
  162. size of char pointer or int pointer
  163. New C operator -- would it be a good idea?
  164. GCC Question
  165. Doubt on memmory deallocation
  166. Is it possible to take variable length input from User
  167. Error When trying to free a pointer
  168. long long int and sscanf, printf
  169. adding debugs in the code
  170. IP connections
  171. Use 3 bytes to store integer in redis?
  172. Makefile with source code in 2 directory
  173. Limitations and workarounds to expressions defining size of an array
  174. cplusplus IDE used by Google
  175. use of va_arg
  176. Do not cast pointers to functions to pointers to primitive types
  177. code
  178. Asynchronous programming using standard C
  179. undefined reference to symbol '_end'
  180. typedef, 2D arrays, design: question
  181. Re: Microsoft abandons the C language
  182. pointer to NULL terminated array of pointer
  183. String Headers
  184. error
  185. About the array subsripting operator
  186. epoll networking code review
  187. C format programs
  188. Request for source code review
  189. Re: OxCp syntax ?
  190. streams binary and text
  191. pointer from integer without a cast
  192. Re: OxCp syntax ?
  193. Re: OxCp syntax ?
  194. Re: OxCp syntax ?
  195. Readline question
  196. #define BYTES *8
  197. Data structure google groups
  198. eternal-september & Pan
  199. Re: GCC is re-implementing in C++ and C discarded
  200. C as a Subset of C++ (or C++ as a superset of C)
  201. 2D arrays, pointers, and pointer arithmetic: question
  202. copy array of strings in single pointer
  203. Vanilla XML parser
  204. Re: GCC is re-implementing in C++ and C discarded
  205. Microsoft abandons the C language
  206. regarding header files
  207. GCC is re-implementing in C++ and C discarded
  208. Function factories
  209. Re: using libusb
  210. Re: using libusb
  211. Geodetic functions library GeoDLL 32 Bit and 64 Bit
  212. dereference
  213. ridiculous warning or not?
  214. Calloc arguments order
  215. About char ,int data type range
  216. Addressing 8 Channel A to D Data
  217. bad c code expression
  218. noreturn
  219. Array passed as function parameters
  220. gif/lzw algorithms and code
  221. Re: [OT] where is the right NG in english?
  222. Network programming
  223. Re: [OT] where is the right NG in english?
  224. Threads still offtopic?
  225. Does this program have well-defined behaviour?
  226. How can I find out which -std option is gcc using?
  227. man gcc doesn't mention -std=c90
  228. Binary Image processing library
  229. linker error - /usr/bin/ld: cannot find -lutils
  230. Re: Preprocessor automation to define/declare array of strings
  231. sscanf to read file stored in string
  232. Please Help me solve these two questions
  233. How to name a function to indicate that they require calling from acritical section?
  234. login example
  235. algorithm written by a two year old
  236. What's the difference between function declaration and function prototype?
  237. scanf()
  238. Re: Preprocessor automation to define/declare array of strings
  239. Re: Preprocessor automation to define/declare array of strings
  240. Re: Salsa20 test vectors
  241. Hello World
  242. Stripping tokens in the C preprocessor
  243. Regarding dyanamic allocation of memory
  244. Re: Pedants, please help on integer types
  245. Re: Pedants, please help on integer types
  246. Accessing ports
  247. composite type example from C11 standard
  248. Trying to figure out how to dynamically re-allocate strings while concatenating
  249. Static array with #defined # of "extra" members
  250. Urgent Requirement of VMware Engineer @ CT for 6months