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. long follow by long is illegal
  2. cleaned up nrand48 function please check results ;)
  3. Splitting up code ?
  4. Having trouble with setvbuf with large buffer size under linux
  5. Stripping Hex and then ASCII
  6. Linking problem
  7. Multiple c files
  8. bsearch and structs, again
  9. syntax tree
  10. How to enforce pointer alignment in a portable way (i.e. w/ 64 bit pointers)
  11. c/c ++ projects
  12. Float comparisons: how to do them properly
  13. Polymorphism in C (very basic)
  14. Checking overflow
  15. nrand48 ?!?!?!?!
  16. conflicting headers
  17. ints ints ints and ints
  18. parsing using strstr
  19. Overwriting Allocated Memory from malloc()
  20. What is actually 'semantics of a language' ?
  21. pointer int/char ...
  22. Any function to change windows start menu shortcut properties ?
  23. :Re: Sizeof and increment operators
  24. Finding string with "wild" characters in another string
  25. int vs void *
  26. sscanf problem
  27. 64 bit porting
  28. gcc compiler
  29. Linux C newbie question
  30. NAME_MAX
  31. malloc reference pointer free exception
  32. array size (?)
  33. strange warnings passing int* to const int*
  34. rounding function?
  35. c development environment
  36. traumatized by pointer casting
  37. what does #line do?
  38. convert virtual address to physical address
  39. for loop stop condition
  40. Executing a process within c
  41. A problem to solve..need help
  42. Function type
  43. md5 in C
  44. Pass pointers or the things they point to
  45. Re: :Re: Sizeof and increment operators
  46. Re: Pass pointers or the things they point to
  47. pointer one past malloc.ed memory
  48. client-server data transfers appended with funny characters
  49. Floating point arithmetic.
  50. How to read numerical data from a file
  51. Welcome to comp.lang.c!
  52. Updated Pointer Guide
  53. read in file offset
  54. Can static variable improve efficiency?
  55. return the printable form of a character
  56. When/Where does 'global static' come from?
  57. How do you think of the book <The GNU C Programming Tutorial>?
  58. looking for a consultancy in c
  59. compilation process
  60. book on C99
  61. Learn Multiplicatin Program
  62. fread()
  63. fmemopen: portable version?
  64. const void * const x
  65. anyone know where iso-8859-*.h files are?
  66. <OT> gcc -Wall
  67. What does "Uint32 enum {a = 100, b = 200};" mean?
  68. where to get code of projects on network security and telecomm related projects
  69. Where are we? Where is the peak? Are there any way and direction to this top? What are they?
  70. Re: My Bank account EXPLODED
  71. Why not networking support?
  72. "." vs "->" operators
  73. How can I drop packets?
  74. An alternative register access..?
  75. the target audience of this list
  76. How does ESC key interact with ANSI C programs?
  77. gcc and alloca
  78. would anyone help me this definition of func ptr?
  79. urgent...sniff a variable in C????
  80. getc() vs. fgetc()
  81. testing for non-negativity
  82. Two macros for resource management
  83. Convert characters to Date
  84. Program to retrieve all filenames in drive
  85. register handling
  86. Device driver for custom hardware: C/C++ equivalent of PEEK, POKE
  87. Beginner question: Precision of floating point arithmetic...
  88. Help: a correct c program can not be complied
  89. "large" malloc and EOVERFLOW errno!!!
  90. mmap
  91. Why didn't ANSI/ISO make alloca() standard?
  92. Memory Access Error (malloc and free) (in different OS)
  93. char Vs struct tm mytime
  94. Accessing stack info.
  95. boolean values and the FAQ
  96. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  97. Other issues with the FAQ
  98. Signals, shared memory or something else in daemon?
  99. About memory leak detection.
  100. Tiny C Compiler for Windows Source
  101. Question about alloca() and alternative to using stack in an implementation
  102. Confussed: pointers from Kernigan & Richie
  103. Re: [OT]Re: Is it time for secure C ?
  104. Re: [OT]Re: Is it time for secure C ?
  105. Re: [OT]Re: Is it time for secure C ?
  106. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  107. static variable
  108. Pin Algorithm
  109. Networking
  110. Showing numbers algorithm
  111. fast check for binary zeroes in memory
  112. 'dynamic' function pointer argument list
  113. About C books- dumb question, but I don't really know who to ask..
  114. communicating through callback
  115. RS232 Interface
  116. Re: About C books- dumb question, but I don't really know who to ask..
  117. maximum possible allocation
  118. I would like to access the bios flash using watcom c. 11.0
  119. Byte-26 Terror
  120. Way to determine type of variable?
  121. measureing host loads until a task is finished.
  122. Pointer to an array of structures, how to get it to work correclty, if possible???
  123. Union member access
  124. New coding standards: use underscores, hyphens or mixed case in command (and identifier) names
  125. Segfault in an if
  126. Translate but can not C
  127. sizeof struct array
  128. help with compiler directives
  129. tortoise and hare program code
  130. I don't get the error with the following
  131. A little funny program I stumbled upon
  132. all errors and warnings in C
  133. what difference between pointer and struct variable
  134. Re: Newbie question: Why Fortran?
  135. macros
  136. array with a single element
  137. What is wrong with this: *p++=*s++
  138. how to delete a character in a file ?
  139. If malloc fails
  140. yacc gurus
  141. long int
  142. A question on C structures
  143. far and near?
  144. Quickest way for even numbers
  145. Pronunciation of "char"
  146. Anyway to change the file create date?
  147. switch syntax and style
  148. QUERY: op= rationale
  149. Why can't a defined symbol be part of a typedef?
  150. C Unleashed cd split in half
  151. c and C++ compatibility
  152. malloc's strang behavior
  153. my head hurts
  154. my head hurts
  155. lastest C standard version
  156. latest C standard version
  157. Networking Question
  158. Header files included in header files
  159. sizeof shows different size for a structure
  160. Qeustion in Compiling
  161. Reverse a string
  162. I need an authoritative source/documentation for this
  163. Can malloc ever really fail?
  164. How to detect cdrom drive...
  165. GCC on FreeBSD - C and ASM
  166. negative zeroes in program output?
  167. Hi, I have the following problem:
  168. Re: Can malloc ever really fail?
  169. "fun" examples
  170. insert substring into string
  171. order of evaluation of increment operators
  172. "evaluate parameter more than once"
  173. How does this 'sizeof(*area)' work?
  174. Please help me find out the relative topics in C99 for Arithmetic on void and function pointers
  175. Explain this !
  176. Explanation
  177. HELLO
  178. Compilation Failed: warning: data definition has no type or storage class
  179. Does C have a NULL constant function?
  180. Re: Osama Found Hanged
  181. Re: Osama Found Hanged
  182. Complaints to abuse@rr.com
  183. A question on macro expansion
  184. Accessing files and directories through inodes
  185. Encoding a spanish character
  186. Accessing HDD
  187. c problem
  188. Re: c problem
  189. write binary data to serial port
  190. memory approximation
  191. newbie question: Null pointer
  192. byte writing
  193. I know c c++
  194. gcc and <tgmath.h>
  195. structure byte alighment and sockets
  196. Calc checksum of certain ELF sections
  197. macros-loop? calling macros X times?
  198. Calculating Easter
  199. function name to function address translation?
  200. checking array indices
  201. Fighting to learn!
  202. I have some Problems.
  203. Help with controlling stdin/stdout for a child process
  204. C and default file types
  205. Is "C For Dummies" any good?
  206. A typedef struct query
  207. data types question
  208. Heap management
  209. signed char and unsigned char difference
  210. Std's 6.3- conversion- term rank
  211. strtoint
  212. Project : error PRJ0003 : Error spawning 'VCDeploy.exe'.
  213. Proper Use of calloc()
  214. Welcome to comp.lang.c!
  215. This is a test
  216. gtk tutorial to use with c
  217. sizeof (char)(char)2
  218. delivering a signal doesn't interrupt read(2)
  219. calling functions in C
  220. Storing number in Hex format
  221. Union reversing half words
  222. The C Prgramming Language(Book)
  223. problem with for loop
  224. own code for randomize
  225. why o/p like this ?
  226. why o/p like this ?
  227. plz analyze the output?
  228. Re: problem with for loop
  229. testas
  230. testse
  231. fprintf formatted output
  232. insert title string into a file
  233. sizeof a + b and strange value
  234. Code to compile a code
  235. register keyword
  236. An interview question.
  237. fseek speed
  238. Looking for PowerC Library Source Disk
  239. Why is this crashing??
  240. <signal.h> - question about signals
  241. Pointer question
  242. FILE Operations
  243. Organisation of C programs
  244. tests
  245. test
  246. newbie seeks insight on bitwise operations..
  247. pointers
  248. recording the program flow
  249. how does open() search the file
  250. Pointer arrays