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. Is this correct according to C coding standards?
  2. regcmp warning: improper pointer/integer combination: op "="
  3. How to best have c++ class-style structs?
  4. Pointers
  5. "Out of Memory" error during Borland C++ 5.02 compile
  6. stdio.h ?
  7. The size of a char array
  8. CurrentElement->next = CurrentElement->next->next (UNDEFINED?)
  9. Regular C Programming Contest
  10. wotsits
  11. pointer initialization
  12. C FAQ 2.18
  13. "extern struct foobar" linux compilation warning
  14. whats the significance of void * here
  15. Returning an array from C dll to VB
  16. novice user. free help needed
  17. get number at end of string
  18. A big thanks to you all
  19. getc can return EOF, but ungetc can't sent it back... why?
  20. how to get a double from the command line
  21. Read from a file
  22. can I use __FILE__ ,__LINE__ etc. in a code witout DEBUG defined?
  23. C FAQ 6.7
  24. ij = ic: 0;
  25. another newbie question not sure which group to post this to
  26. require this C malloc program analysis
  27. some pointer questions
  28. how can i read a jpeg file using c and send back to the browser which is requesting
  29. has incomplete type
  30. fprintf
  31. My K&R Ex 5-10 program, layout looks weird.
  32. declaring long hex strings?
  33. structure padding
  34. Help needed: How to normalize/denormalize XML using C
  35. K&R2 Ex 5-11 : What is it asking for?
  36. C sockets
  37. static variable in for loop init
  38. will this code work?
  39. How to correctly read 6.2.5p26?
  40. Getting the xth bit of an unsigned charcter
  41. Victims?
  42. [C#] PtrToStructure problem
  43. Correct function prototype format for ANSI C
  44. Reuse allocated memory
  45. The use of "free"
  46. copy a struct
  47. crossreference tool
  48. Arbitrary Function Arrays
  49. malloc? I am lost again
  50. Bitwise macro help
  51. stop application
  52. integer sqrt() table implementation
  53. Underscore in fprintf argument
  54. check this out ...
  55. How to parse a string like C program parse the command line string?
  56. No Rest Args in Variadic Macro Ok?
  57. fgets, EOF in middle of line, does not cause error
  58. How to get harddisk size , Free space , used space in C function
  59. Networking
  60. Re: To void* or not to void*
  61. SQL statements interfacing with C
  62. Graphic mode under gcc
  63. setting execv arguments
  64. C programming Newbee
  65. New POTM Contest: Deadline May 31, 2005
  66. Source Code Search Engine
  67. learn about header files
  68. need help with C project
  69. UTF-8 and C string
  70. Ksiazki dla poczatkujacych
  71. Freelancers
  72. A value returned to a function without a `return' statement, why?
  73. A value returned to a function without a `return' statement?
  74. can anyone give me the algorithm or code for weighted tree!!!!
  75. Why char** dynamic_string_array(int ROWS, int SIZE) doesn't work properly?
  76. conversion...
  77. stopping a while loop
  78. Writing portable software
  79. Scanf and number formats
  80. main return codes
  81. CreateWindow returns NULL
  82. Correct behaviour of scanf and sscanf
  83. What is the scope of this while loop?
  84. Schildt ...
  85. What am I doing wrong??
  86. polynomial extended euclidean algorithm
  87. printf errrow ! same code differernt result between dev c++ and vc6.0
  88. Malloc returning segmentation fault
  89. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  90. duplicate specifier in delcaration??
  91. strcpy trivia
  92. Does a C89 compliant compiler exist?
  93. Re: printf errrow ! same code differernt result between dev c++ andvc6.0
  94. enum as char ?
  95. C API??
  96. How to trigger an event every 5 minutes
  97. What's the advantage of using function table
  98. ASM => C
  99. C Debuggers?
  100. set and reset the least significant bit of a address
  101. How to get some simple training with pointers??
  102. C# - getting window list and changing activ window
  103. Do input functions use fgetc inside them or read()
  104. a news group service
  105. printf wrapper
  106. looking for advice
  107. #pragma directive
  108. write a single line C program whose output is the program itself
  109. Problem with a Pointer
  110. multi-threaded server, pthreads & sleep
  111. contents of what a pointer points to??
  112. CPU temperature reading with C
  113. Using explicitly sized variables in functions as auto variables or parameters
  114. Linked lists and pointers
  115. Unused __VA_ARGS__
  116. Using ## with variadic macro?
  117. fgets() and embedded null characters
  118. Upgrade to Borland C++ 5.02 from 5.0?
  119. platform independent table access performance
  120. Can't print char!
  121. invalid type argument of '->'
  122. Write a program that administers a quiz
  123. sprintf
  124. Static Var in Struct....
  125. Re: Static Var in Struct....
  126. typedef problem
  127. Something like bigint / GMP?
  128. Re: Something like bigint / GMP?
  129. scope and life of tagged structure
  130. sizeof stuff and declarations
  131. New to C please help nice and easy!!
  132. confused with sizeof and pointers
  133. high-end generic binary tree
  134. creating a pthread
  135. init pointer
  136. Wrong-but-not-incorrect code
  137. parsing a string
  138. "Principles Of Compiler Design" answers to questions
  139. Dynamic memory allocation and memory leak...
  140. break to witch scope??
  141. File ownership check
  142. Glib IO channels in Windows
  143. How does C parse it?
  144. 8086 Real Mode Addressing
  145. how is the array offset determined?
  146. Any build macro to compute the powers of int number?
  147. The behavior of the operator %
  148. How to implement C++ class heritage properties in C using C struct?
  149. Can't compile this with Cygwin!
  150. *str++ is undefined?
  151. "directory order" - K and R 2 exercise 5-16?
  152. scanning string for ![0..9]
  153. Shared Memory Problem
  154. GUI design in C
  155. profiling (gprof) problem
  156. Shared Data Problem
  157. Access on a dll in the WWW
  158. scanning string for ![0..9]
  159. 1
  160. Valid Function Pointer Casting
  161. problem with compilation
  162. HELP! Pls tell me if i can access io ports with TC 2.1
  163. Pointer/typedef struct questions
  164. Is there a difference between a "module" and a "compilation unit" ?
  165. strange structure initialization
  166. Dynamic function generation
  167. interview question
  168. Re: Wrong-but-not-incorrect code
  169. signal processing help
  170. ANSI to K&R
  171. parsing strings / within a filename
  172. searching and comparing in files
  173. Converting long long to char
  174. Checking square root algorithm for portability/correctness
  175. Read Write serial port
  176. Read Write serial port
  177. cdecl test cases
  178. Definiton of variables within a block?
  179. Where I can find a list of differences between C89 and C99 ?
  180. compiling error
  181. how can I find out all the unused functions?
  182. how to malloc 2G ram? in freebsd, win2k
  183. Determining Processor architecture
  184. strdup()
  185. sorry! i had changed it to c
  186. find index, given pointer to member
  187. Problem with va_ macros and arrays of arrays
  188. Macro Expansion
  189. 64-bit integers support
  190. Translation from recursive to iterative
  191. Question on byteorder operations
  192. UTF-8 locales
  193. Problems with casting pointers
  194. Pointers in methods??
  195. dynamic array of struct
  196. Interesting question on const.
  197. Use of assert.h
  198. Ignore include header files with Splint
  199. What is memory leakage
  200. What is diff b/w malloc,calloc,realloc
  201. Using a function that doesn't exist =\
  202. "patch" like tool
  203. Re: sizeof operator
  204. Re: sizeof operator
  205. Re: sizeof operator
  206. Re: sizeof operator
  207. Search txt file and put name in a ...
  208. Re: sizeof operator
  209. using setjmp
  210. using defined characters as strings
  211. Re: sizeof operator
  212. Random Integers from 0 to 999
  213. How to allocate mem without using malloc() & free without using free()
  214. regarding using env variable
  215. sprintf syntax for string to hex
  216. Can't debug when with longjmp
  217. question on function arguments and parameter passing
  218. type of array index?
  219. string compare...
  220. Different ways to cast?
  221. strtok problem - strcmp
  222. const int x=5 ;
  223. Concat string (not ended ...)
  224. Linguistics and such
  225. Pointers to fields in a struct
  226. return a string array
  227. Is "volatile sig_atomic_t" redundant?
  228. Questions about const
  229. Re: Python docs [was: function with a state]
  230. is there problem that "has to" use recursion
  231. realloc(p, 0)
  232. detecting very long floats?
  233. nios-convert
  234. What is it that setjmp stores??
  235. strlen + terminating null character
  236. strlen function + include the terminating null character ?
  237. pointer to a function
  238. Casting a pointer to integer
  239. use of assertions in practice
  240. Assignment to structures
  241. Great News Blog!
  242. questions about arrays
  243. The Greatest News Ever!
  244. promotion of integer types
  245. socket programming UDP
  246. question about directives
  247. open,fopen differences
  248. Interpreting mem_map init code
  249. convert hex string to decimal
  250. BOOKS ON C