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

  1. array's access with address confusion
  2. Struct member access with macro
  3. struct declaration and using free()
  4. Wrapping, I am confused
  5. strcpy Question
  6. operator precedance
  7. same function name in different files
  8. Re: About FAQ 1.14
  9. linking problem
  10. Programmign CPU registry related question.
  11. Challenging BitManipulation puzzles...
  12. "_pthread_deactivatex" problem under AIX
  13. What does this warning means?
  14. what is a static function in C ?
  15. Segmentation fault
  16. New compiler?
  17. char *p = "longenough";
  18. for(;;) or while(1)?
  19. ANSI C Summary reposted
  20. assignment makes pointer from integer without a cast...help please.
  21. unions with long long ints and doubles?
  22. Question
  23. Re: Problem: undefined reference to `assert_perror'
  24. a compilation problem
  25. pointers in structures?
  26. RTL (Register Transfer Language) file
  27. Can the current file position indicator ever be greater the actual file size?
  28. Pointers in structures II (newbie question)
  29. Compile C Code With A CPP Compiler?
  30. Integer to Binary
  31. Differences between 'const char' and 'char'
  32. Is it possible to perform CRC checks on Linked Lists?
  33. First C program
  34. static lib
  35. Postal Lottery: Turn $6 into $60,000 in 90 days, GUARANTEED
  36. 8.8 notation....
  37. Bit shifting for log of 2
  38. !!! linked list problem !!!!
  39. Monty Hall simulator: is there a better way to do this?
  40. Memory Managemant in C
  41. what is exactly "long long" (newbie)
  42. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  43. comp.lang.c FAQ list Table of Contents
  44. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  45. Re: Testeo de News
  46. Multiple instance of process - memory conflicts
  47. Circular Queue data structure ..
  48. bitwise not operator
  49. Gap of two 0x00 between structs.....
  50. Output undefined?
  51. Revue "Programmez !"
  52. restrict
  53. Binding problem - address already in use
  54. Compilation with preprocessor macros defined with no value
  55. Understanding ++
  56. integer and floating-point bit pattern
  57. A guide to reading C declarations available on my website
  58. Parsing C declarations [savestruct]
  59. printing array elements
  60. Programmable Logic Circuits and C
  61. Library call question
  62. how to avoid loop overhead of for(), while()
  63. clock() for timing
  64. Stack & recursion Question
  65. Download
  66. Attn. C gurus
  67. How dirty is setjmp+fopen+longjmp ?
  68. Backup your projects neatly
  69. Linked list with void *
  70. programming style: which is clearer? (iteration vs. recursion)
  71. Preprocessor directive
  72. bulk assignment to structure
  73. Anyone mind reviewing my code?
  74. Fourier transforms (coefficient calculation)...
  75. Function Overloading
  76. Parsing error!?
  77. IAR, __ASM(), and *.s33 to *.C files
  78. const type question
  79. #if CONSTANT == 1 checking problem
  80. code Critics please..
  81. What does f(x++) mean?
  82. default const
  83. Images (jpeg) in C programming
  84. Today's Foxtrot comic strip
  85. Avoiding Implicit Casting
  86. malloc segmentation fault
  87. pointers chainging in a function call?
  88. Funny
  89. Newbie question on time()
  90. passing ptr to function to another function
  91. Question on stack frame allocation space
  92. screwed up programmer
  93. To coerce or not...? struct sockaddr vs struct sockaddr_in
  94. Re: A little bit of help regarding my linked list program required. - "words.c" - "words.c"
  95. array of pointers on functions
  96. newlines in text files
  97. how to use fopen()?
  98. freeing memory....partially
  99. casting pointers
  100. Re: is this preprocessor using code compliant with Std
  101. Difference between char**a and char *a[]
  102. Too Big
  103. Typedef - multiple declarations
  104. if(myInputString == "&&") fails, why?
  105. static allocation question...
  106. Read output from system( ).
  107. one before the end of array
  108. Is argv[0] guaranteed to be a valid pointer?
  109. A doubt about C's tree data struct
  110. C Inlining
  111. recursively draw the line
  112. problems turning int into float (simple problem)
  113. why still use C?
  114. sign magnitude, ones complement, two's complement
  115. help request: clahe.c Graphics Gems
  116. fscanf or fgets still misses last line unless there is a newline
  117. arithmetic on pointer to an incomplete type
  118. Setting Time in C
  119. malloc
  120. Functioning In C
  121. How far is this true?
  122. The size of a bitarray??
  123. unicode
  124. int (*daytab)[13] vs int *daytab[13]
  125. Still having trouble with malloc
  126. Counter Intuitive Results: Optimising an FFT routine for Speed
  127. [ANNOUNCE] The Leonardo C Library (LL-Win32-1.0-beta)
  128. 1254-002 Cannot find a rule to create target /u02/apps_r/dev/ben/lib/fcfz02.a from dependencies.
  129. Pre-offsetof() question
  130. linux kernel system call
  131. 3-d Integration Routine is Needed
  132. Formatting numbers
  133. creating a thread
  134. Is this a valid data structure??
  135. How to access the global
  136. mktime and DST.
  137. unsigned without type (Newbie)
  138. release the memory help
  139. Counter Intuitive Results: Optimising an FFT routine for Speed
  140. Counter Intuitive Results: Optimising an FFT routine for Speed
  141. mysql_query hang's up
  142. use of long double
  143. Direct floppy disk access
  144. Casting a pointer to an enum
  145. Trapping Ctrl-C, how?
  146. Segmentation fault
  147. direct access with fpos_t doesn´t work
  148. Just for fun
  149. warning: assignment discards qualifiers from pointer target type
  150. why not use C?
  151. i am writting a mail server with C
  152. How to keep the address of one array in my case?
  153. trapping library calls
  154. Counter Intuitive Results: Optimising an FFT routine for Speed
  155. Any difference in creating array of strings
  156. array decay
  157. clock() function
  158. Directory path
  159. anyone know about pthread_delay_np() function??
  160. Carriage Returns
  161. The strangest problem....
  162. C++
  163. inline assem problem with -fPIC gcc3.3.1
  164. Multibyte string length
  165. Re: Another company nuked by M$
  166. Newbie needs help coding a simple shell
  167. Source
  168. Set bits
  169. Re: Random numbers.
  170. compiling
  171. How can I open a file, skip first 2 lines and get the 50th character?
  172. The const keyword and structures
  173. blocking i/o vs. non blocking i/o (performance)
  174. Pointers to Arrays
  175. Will IM replace e-mail?
  176. about Boolean
  177. Why C doen't allow if member of the structure is static?
  178. Basic Array Question
  179. Re: News Test
  180. Pointer to memory
  181. 2 stupid array questions!!
  182. Bit Manipulation
  183. 3 probs ...i m confused
  184. borland c++ 6 (enterpise) manual
  185. why does this work ?
  186. ignore a line
  187. Let's write a c program, without knowing what it does...
  188. Does standard C guarantee same memory content after realloc()?
  189. Avoid having to press Enter
  190. cast from sc_ufixed to int in systemC
  191. Can array[]=malloc()ed?
  192. How to enlarge a 2D polygon (conex, nonconvex)
  193. new silicon valley venture funding group for csees
  194. Short term contract work(1 M) for indian internet programmers
  195. How to find out the size of an array?
  196. comparing pointed-at value with another value
  197. piping/reading stdin quirks.
  198. linking error (using interbase 6.0 API library)
  199. dynamic declaration of struct array
  200. [MinGW] Stack limit
  201. scpp and expanding ifdef's
  202. Need graph isomorphism algorithm
  203. What is the value of (-1 >> 6)?
  204. function declaration nested?
  205. Some Exercises
  206. The '_' char in variable names
  207. Header file parser?
  208. Embedded Vs Java
  209. Beginner struggling with pointer and string arrays
  210. C99 comparison macro's
  211. complex I/O
  212. Passing Arrays to Functions
  213. Exchanging large data between processes.
  214. Why can I do this?
  215. Structure Creation
  216. Extracting text from a Edit Control ?
  217. Having C code looking like C++ code
  218. Help me code a small programming exercise? File descriptors...
  219. How can I compile a file with different constants?
  220. Small Parser / processor
  221. Do your worst
  222. volatile
  223. functions with no side-effects
  224. Need some info
  225. representation of integers(again) very annoying..
  226. coding conventions: pointers, structures, and unions
  227. Why are these different?
  228. memory allocation
  229. powerpoint text extractor... Help!
  230. How to handle pointers inside of a function ?
  231. Why is MAXINT doubly defined in system include files
  232. using macros ...
  233. How to call appropriate functions?
  234. about fwrite( )
  235. How do I overload functions in C?
  236. Newbie Turn off Echo in C
  237. control reaches end of non-void function
  238. I can't find the error
  239. Re: I can't find the error
  240. assembly to c code
  241. Unnamed union
  242. question
  243. sorting and shuffling array
  244. memory shortage
  245. Question about bit arrays and bit interpolation in C
  246. question about memory shortage
  247. question about memory shortage
  248. volatile?
  249. Re: anyone know about pthread_delay_np() function??
  250. Char []