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. How to detail a struct content (almost) just like adebugger does ?
  2. Get the difference between two dates in terms of days
  3. problem in K&R answer book
  4. K&R chapter 6.3 Question 'how to calculate the number of array elements'
  5. Software Quality & Fault Measurement
  6. Need help: Pointer to String
  7. call by address vs. call by value
  8. utf-8 string functions in c
  9. printf with run-time format strings
  10. writting / reading signal points to a file in c
  11. pow problem
  12. volatile ptr question
  13. extend/shrink heap ?
  14. Bitz and Bytes : 2004
  15. Re: DO YOU WANT MONEY!!!
  16. How to get make to work under Cygwin bash shell
  17. How to find a string in a stream of binary data?
  18. Bits How to program them
  19. Converting ASM to C
  20. struct's first member and the NULL pointer
  21. netlib - Jan '04
  22. Just want to know why
  23. Tricky Code
  24. string concatenation
  25. why shoule write code like these?
  26. [OT] - propagation of incorrect information
  27. Re: vi rules
  28. a looping problem.....
  29. Globals vs passing in by reference
  30. quickest way to determine character sizes
  31. Looping problem (revisited for better reading)
  32. WOMPAT 2004
  33. linked list
  34. strtol question
  35. gdb SIGSEGV
  36. Typecasting
  37. searching a substring
  38. Assiciativity
  39. Help with warning when using calloc/malloc
  40. signed and unsigned char
  41. Pointer Qs
  42. pointers switch function
  43. re:linklist
  44. malloc - to cast or not to cast, that is the question...
  45. Acessing registers with C
  46. what "google" do to search a pattern
  47. initialize serial port
  48. Yet another nitpicky style question
  49. Reading from array is faster than writing ???
  50. macros and functions
  51. Question about pipes
  52. max value in an array
  53. is casting a variadic function to a non-variadic one legal?
  54. If a cast from void* to a struct type pointer fails
  55. Building an application..
  56. The behaviour of getchar()
  57. Volatile variables in C!!
  58. Re: EOF and getchar/fgetc
  59. Help with Select
  60. About bitfields
  61. Bounds checked arrays
  62. Bounds checked string library
  63. 'erf' function in C
  64. using bits as flags
  65. Problem - program exited with code 0377
  66. Array of Pointers Question
  67. Long long int
  68. comma in string
  69. redefinition
  70. How to call an external command?
  71. Segmentation fault need help
  72. Win32 hardware coding
  73. binary output to stdout in Windows
  74. Use of const in parameter specification
  75. Learning c, need a little help with compiling.
  76. [OT] Origins of a.out
  77. Re: bit operation
  78. volatile const int foo
  79. Data Alignment Macros?
  80. Requirements of floating point comparisons
  81. execlp() - mystery arg
  82. [ANN] Data Plotting Library DISLIN 8.2
  83. Why is sizeof(arrayname)=4 and not 67 in function?
  84. Programming / malloc Q
  85. C function Parser
  86. Losing a variable
  87. char * vs. const char *
  88. Why the zero case in fabs()?
  89. Whats wrong with this crc32 code?
  90. Portable assignment
  91. Security
  92. array end issue
  93. [ansi 89] inline
  94. JPEG/TIFF routines?
  95. how to simplify/shorten this loop of bit shifting code?
  96. Floating point literals
  97. Error in typedef
  98. need help regarding Natural language parsing!!
  99. Problems dereferensing my C structures (custom types)
  100. Problem with pointer to array of structures
  101. 32x32 and 64x64 signed integer multiplication
  102. Statements and expressions.
  103. A Vector
  104. How to read/write raw bytes from a flash card in C++?
  105. Einsendeaufgabe
  106. Leaked Windows 2000 Source Code File
  107. edit list
  108. C dangerous?
  109. question on fread()
  110. which is the better path
  111. a shorter strchr
  112. How to handle this problem in MS VC++
  113. RPC question
  114. Weird problem: sscanf
  115. Qualifier not checked
  116. limits.h and int len
  117. Using Select()
  118. global scope on paramaters
  119. pointers to pointers
  120. about hash table
  121. Copying structures of different type
  122. forward declaration for typedef of unnamed structs
  123. problems with copying/editing strings
  124. struct problem
  125. multi dimension arrays
  126. Question on Pointer Indirections
  127. Regarding Switch statement
  128. Memory Allocation for Dynamic Alloccation
  129. How do i found out the number of lines in a file
  130. Looking for an intro C programming book?
  131. What is difference b/w "UNSPECIFIED" and "UNDEFINED" behaviour ?
  132. How to define a define that defines some defines ?
  133. Referencing/forward declarations
  134. malloc Q
  135. Style - imbedding data files
  136. "Hello World" without semicolon with a difference
  137. Most negative double value
  138. Crosscompile host linux target mac os x
  139. New Webmaster Forum
  140. writing a plugin for ethereal ... where to start
  141. complexity of an algorithm
  142. malloc and calloc
  143. C Program before boot from WinXP
  144. Buffered _read and _write... how to get more buffer memory?
  145. Empty statement
  146. Keyboard = Stop
  147. Loops, switches, embedded returns
  148. Error handling - how to get rid of multiple flags?
  149. Spelling
  150. Issues with input
  151. Find Greater or Equal
  152. malloc and free
  153. const char *const
  154. Boxline in curses ( Linux )
  155. linked lists
  156. Motion Detection in JPeg frames
  157. [OT] Switch question
  158. allocating for an array of pointers
  159. perils of memset
  160. string assign to multi-dimension array w/o using pointer.
  161. What is the single most helpfull guide/reference one could go to!?
  162. why doesn't it print 1.0?
  163. What can C do and Basic V2 not?
  164. why does this fail in turbo c?
  165. dictionary + binary search = counting words
  166. Fibonacci number
  167. error when passing value to function
  168. reading macro
  169. Input file donkey work.
  170. Welcome to comp.lang.c!
  171. String Functions
  172. getc() only returns 1500 chars on a 5 Meg file
  173. struct stat *stbuf seg fault
  174. Creating an argument list for sprintf
  175. tmpnam question
  176. procedure parameter struct order
  177. bitfield and enum, is this legal?
  178. Difference?
  179. dynamic memory for large arrays
  180. value of ((int)0.7) and ((int)-0.7)
  181. Looking for a C/C++ programmer in Houston
  182. reading a file using fread()
  183. Lint doesn't catch signed => unsigned arg passing
  184. algorithm to split number into two pieces
  185. Linked List / Deleting any number of element while enumerating
  186. Comments requested: brief summary of C
  187. problem parsing strings
  188. ssl-connect over tcp
  189. C Programming Assignment:
  190. Please help...........
  191. [OT] Outsourcing your C-progammer
  192. weird 'C' warning - can you solve this?
  193. gethostbyaddr returning null for CNAME records
  194. mmap vs read/write
  195. send data to log with xinetd
  196. Linked list or realloc()?
  197. General Info wanted: IBM Z/os C/C++ compilers
  198. Read a binary file until "\name\" is encountered...
  199. pstack help
  200. Efficiency of math.h
  201. 51MB size limit with fopen in append mode
  202. need some help with arrays
  203. Operating System
  204. help with type-punned warning please
  205. c89 and c99
  206. semantics of loating point exception handling
  207. problem with char array
  208. How to create a simple configurationfile parser?
  209. new minimal xml parser Open Source
  210. Binary constant macros
  211. Connect Oracle Database C
  212. is this valid c or a compiler bug?
  213. C String/int question + Win/Unix Compile
  214. Combobox on gtk+ 2
  215. Is that a constant expression?
  216. which is the better way to declare dynamic single dimension array inside struct
  217. Exist a function for path management?
  218. unsigned short;
  219. Volatile variables
  220. pointers and array
  221. tricky do-while
  222. Check if value is defined in enum
  223. Function definition into main() function.
  224. errno-like variables in threaded environments
  225. segmentation fault with printf
  226. Function definition into main() function.
  227. Re-using a 'va_list'
  228. network byte order
  229. socket wrapper
  230. MultiDim Array Challenge
  231. Test msg.
  232. Palm programming (displaying different char-set)
  233. Press enter to continue
  234. 0a appending w/strcpy
  235. need help new to C programming
  236. Re: type mismatch
  237. Search a binary file for a string... again! (its to slow)
  238. hello world
  239. zeroing structure of char pointers
  240. fork() problems
  241. Standard question
  242. Why (long)NULL ?
  243. A NULL pointer changed after returned?
  244. Who can explain the sentence for me?
  245. is this correct
  246. type promotions
  247. Doubt about pass pointer to int.
  248. In and Out on port space within C - any standard?
  249. cast in memcpy()
  250. What is sequence point ?