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

  1. porting issues ?
  2. Problem with fread function
  3. Array C'tor
  4. simple algorithm for finding primes
  5. relational operators on pointers
  6. --(int)d
  7. SUMMARY: How to return an array from a sub-routine.
  8. Re: It's simple...
  9. Re: It's simple...
  10. lookup data structure that returns the previous element as well
  11. Converting datetimes from/to UTC/GMT including daylight saving
  12. Preference: Header File OR Compile Flags?
  13. alternate function names
  14. about MALLOC
  15. Using m68k assembly in c
  16. GNU GMP arbitrary precision limitations
  17. Global initialization of function pointer array
  18. malloc and free
  19. select + ncurses probleme
  20. ferror()
  21. compilation file dependency
  22. PATH_MAX
  23. fgets() and scanf() peculiarity
  24. [OT]Borland C++ 3.1 DOS command line compiler usage
  25. stdbool.h and backward compatibility
  26. Question About Casting
  27. I'm losing my marble.
  28. help with sendto (linux)
  29. SOT: Turbo C 2 Question
  30. The "->" operator
  31. Swap space size in C
  32. Newbie question about "malloc" ???
  33. Convert __DATE__ to unsigned int
  34. scanf"tricks"
  35. ANSI C Compiler
  36. OT test
  37. setvect and getvect in dos.h
  38. [OT] what is top-post?
  39. speed and passing data
  40. parsing config file
  41. typedef warning in self-referential structure
  42. Parsing options in the same way they are passed to main
  43. copying an array of pointers to structures
  44. A MESSAGE FROM THE TRUMAN
  45. Compiler Warnings
  46. accessing dos from c program
  47. strcmp() And if
  48. undefined reference to `OpenPrinterA@12'
  49. getw
  50. Finding limits of precision for float types
  51. anything wrong with this?
  52. Learn C Now diskettes
  53. safe scanf( ) or gets
  54. warning: dereferencing `void *' pointer
  55. C 99 -- C++ 2003 diffs
  56. Little to big endian conversion
  57. Welcome to comp.lang.c!
  58. in what field is C used the most?
  59. Urgent HELP! required for Caesar Cipher PLEASE
  60. Where is stdio.lib?
  61. Looking for c code to create and manage a buffer like a com port would be managed
  62. AlphaSort for singly linked list
  63. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  64. Designer's notes
  65. dsp conversion
  66. ftell()
  67. Rounding to next highest number?
  68. function and fileio questions
  69. new strcomp() function.
  70. OT: IBM exports 4730 programming jobs from US
  71. having a problem with calling a function
  72. Is this correct?
  73. How to compute time into integer?
  74. Forming protocol messages with structure instances
  75. Misc Qns...
  76. printf() and character arrays
  77. Why does this work? (rot13 function)
  78. looking for function
  79. running program as a background process
  80. What causes segmentations faults in malloc?
  81. Undefined behaviour question
  82. reading filenames in C
  83. static const?
  84. Why isn't this working correctly?
  85. Optmization
  86. UTF-8 in char*
  87. How can I trap an API call by windows
  88. C ---> device programming
  89. good night
  90. Newbie question about malloc
  91. Hidden read of indeterminate memory
  92. looking for a complete CRC32 program
  93. bitwise increment one liner
  94. question about pointer
  95. A question on incomplete definitions
  96. newbie thread programming
  97. variable argument lists and ..
  98. gdb: insert assemble code but NOT machine?
  99. data types (bitwidth) and multiplication
  100. How to declare an array of sort functions for qsort()?
  101. Please help a n00b write a compiler :-)
  102. How was Windows made ?
  103. [Fwd: [Fwd: Online survey on agile practices adoption in softwareindustry]]
  104. i++ question
  105. int a[17]; int b = -1; /* a[17] same as b guaranteed in ANSI C? */
  106. How to access symbol when its dimensionality is not known till runtime (About to giveup)
  107. struggling to use calloc and realloc
  108. What does this program do?
  109. Loan Repayment
  110. [off-topic]test
  111. sprintf: the format problem
  112. timer in milliseconds
  113. semaphores...
  114. hash function
  115. unsigned char
  116. String literal and const
  117. nr of bits set to "1" in a byte
  118. How do you find the header file you need?
  119. segmentation fault (core dumped)
  120. Hash Function
  121. what about this new way of opening file
  122. C Reference page on Linux
  123. Caps convention.
  124. How should I start learning?
  125. specific type of Hex conversion
  126. unsigned short addition/subtraction overflow
  127. 2 style questions
  128. Which is better
  129. structs and malloc
  130. Array of Pointers
  131. some "newbie" questions
  132. Hello!
  133. Need a bit of help with reading in characters.
  134. Hello!
  135. Undefined behavior?
  136. Question: Adding nodes to sorted linked list
  137. simple C question:
  138. Re: simple C question:
  139. C: extract string from file
  140. C99 and for loops
  141. passing struct by reference to function
  142. Turbo Charge your PC's Performance
  143. ChkSum Test and Polynomial
  144. C++ interface
  145. C: compare character
  146. How to create a function that can be applied to all type of variables?
  147. Could I open a file from another machine on the network?
  148. recasting a pointer
  149. how to simplify many OR in if statement?
  150. novice realloc question
  151. explanation of a program required please
  152. linux threads library
  153. TEA Implementation
  154. How does C work on non-unix?
  155. main return value stange question
  156. Clarity of boolean logic
  157. >> operator
  158. max heap and print implementation question
  159. checking the contents of an array..
  160. C-preprocessor macro question
  161. Reverse search in a singly-linked list
  162. Code Review...
  163. passing varargs to another function
  164. system date and time update
  165. Warning against Scanf
  166. print out a file?
  167. Undefined reference to memcpy in standalone program
  168. Converting a 2-tier application to 3-tier application
  169. C API for MySQL?
  170. re Which is better
  171. getting and passing variable number of parameters
  172. Better implementation?
  173. bit OT: linking using Turbo C++
  174. Using bitshift in assigning a number to a variable?
  175. Too big integers
  176. Reassigning array to string literal
  177. C99 std documentation
  178. free() question
  179. c pointer and array question
  180. How is a plugin created?
  181. More __DATE__ preprocessor tricks?
  182. casting of structs
  183. looking for good C source code
  184. limits.h question
  185. CGI C and HTML
  186. Unseen error
  187. representing functions with arguments in an abstract syntax tree
  188. [OT][GEEK] Happy new year.
  189. fmod?
  190. structs passed by value
  191. Linked List Problem(changing insertion pointer)
  192. Remember to use your "0x".
  193. killing a process in ms windows - newbie
  194. static members
  195. Confused with malloc
  196. Welcome to comp.lang.c!
  197. Finding Current directory??
  198. C function return value?
  199. Arrays of Strings, malloc
  200. static variables & their initializations
  201. segmentation fault on calloc
  202. delay on select
  203. please comment
  204. A concatenation problem
  205. Turn $5 into $15,000 or more!!! Here's how....
  206. Matrox and C++ ... need help !
  207. What kind of problems is c best at solving?
  208. Can anyone help
  209. How to use libcrypt ?
  210. File pointeur of stdout
  211. newbie C99 question
  212. Earn money by completing serveys, not points!!!
  213. C99 Question
  214. "serializing" structs in C
  215. NULL pointer and zero value
  216. concatenate strings
  217. Portability question
  218. A good C Programming book.
  219. Warnings calling functions in other object files by pointer
  220. Does this cause undefined behaviour?
  221. invalid initializer
  222. endianness and sscanf/sprintf
  223. [maybe OT] embedding asm
  224. link list -is this enough?
  225. Internet programming Help Wanted
  226. ANN: CLINT sixmonthiversary release
  227. Bitset Macros
  228. softice-help wanted
  229. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  230. comp.lang.c FAQ list Table of Contents
  231. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  232. having problems with interactive error catching function
  233. ^ format string
  234. Need warning-free qsort() comparison functions
  235. formatting float variables to fprintf function
  236. Re: NEXT TIME..............cut the TRUEman some slack.............................
  237. strcpy warning
  238. new functions
  239. float and 1's
  240. Retrieving the output of a C program using a PHP script
  241. OpenECG Programming Contest Deadline Extended: January 25, 2004
  242. [OT] - Definition of Usenet term used here a lot
  243. Re: safe scanf( ) or gets
  244. const in typedef struct?
  245. Borland C/C++ Compiler 3.1
  246. Trying to run a function in RAM and not in Flash using function pointer
  247. Vexing GCC warnings: "assignment discards qualifiers from pointertarget type"
  248. Removing GCC compiler warnings from fabsf(), sqrtf()...
  249. hash table
  250. ARM yourself in the YEAR 2004