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. Book advice:Deitel & Deitel
  2. Request for compiler selection advice
  3. The size of structs containing "int a[0]"?
  4. #define inside a struct?
  5. what is the meaning of "implicit declaration of function `malloc'"?
  6. Help funtions in a seperate file??
  7. Is % slow?
  8. Regarding use of modules
  9. what are the different between gcc and cc compiler?
  10. Windows Programming in C under DevC++
  11. fread() function and reading binary files
  12. weird but interesting code - needs help
  13. cyclic doubly link list
  14. how to form queues for data storage and how to Handle the matching of the Responses
  15. http://cprogrammers.blogspot.com/
  16. Help. Where is my error?
  17. Macro substitution and runtime question.
  18. Unicode conversion
  19. Help. What is the error?
  20. Watching a File for Changes
  21. How to delay Global variable initilization
  22. malloc
  23. Two-Dimensional Char Array
  24. External Variables
  25. Need forum Administrator
  26. getting size using dirents structures
  27. Jargons of Info Tech industry
  28. what happens to free()?
  29. how to use pure c to write OO programs
  30. setrlimit
  31. serial port behavior
  32. Standard compliant seek with long long?
  33. Inside C
  34. Crazy Send and Recv behaviour
  35. How should ctype.h's functions be used?
  36. The difference between signed and unsigned when doing `mod'
  37. Re:
  38. Re:
  39. Initializing Pointer to an array
  40. how to determine a string to be a number?
  41. re:
  42. most software jobs are software maintenance rather than new development?
  43. How to calculate the stack and heap size
  44. sentinel control loops
  45. re:
  46. re:
  47. Who can introduce some books about advanced c programming to me?
  48. Find ip on my local machine
  49. Find ip on my local machine
  50. Bit Counting
  51. please tell it works
  52. printf()
  53. Socket Programming Problem in C
  54. What should printf infinity show?
  55. how execute exe in c
  56. where is the end of free()?
  57. can you tell that y the code is work like that
  58. How to find the size of dynamically allocated struct-type variable?
  59. ruminations on #include and paths
  60. Re: what does global char x[][444] mean?
  61. Arg Eval
  62. Where can I get the algorthm of dicrete convolution?
  63. Header file
  64. How come I can't use 'sqrt' and 'fabs'?
  65. Statistics standard discussion
  66. C program is standard C++ program?
  67. why prefix increment is faster than postfix increment?
  68. Postcard
  69. Where can I get a copy of C89/99 ?
  70. enum question
  71. inline recursive functions
  72. Unaligned pointers question
  73. Representation of '\n' and EOF
  74. Can anyone help out, please ?
  75. gdb and gcc with IDE?
  76. Language design pointer definition
  77. file or directory and st_mode
  78. PLEASE HELP - need good reference for pthread code
  79. truncating a floating type variable
  80. typedef query
  81. undefined symbol: _ZNSt8ios_base4InitC1Ev loading library
  82. Validating keyboard input
  83. Will the allocated memory be released after process exits?
  84. can we compare two integers without using relational operators
  85. wrong in Socket program
  86. Zeros or Zeroes?
  87. Erradicating a Buffer Overflow
  88. FFTW change from complex struct to float[2]
  89. control reaches the end of non-void function
  90. Re: Fibonacci program
  91. memcpy src & dst same
  92. abbreviate string
  93. verifying the password
  94. unsigned char and -1
  95. Runtime errors possible when I forgot include <string.h>
  96. Compiler gives error of missing ']' while it's already there.
  97. Convert binary char array to integer with reordering
  98. Portably extracting data from a bytestring
  99. A new use for XML
  100. replace and concatenate a string
  101. How to import the structure defined in foo.c into bar.c.
  102. Pointer Allocation
  103. a Haskell a Day
  104. Memory Leak
  105. Removing "if (a = b)" warning
  106. minimum disjoint path covering of a graph - algorithm needed
  107. minimum disjoint path covering of a graph - algorithm needed
  108. what is K&R2
  109. can u tell this will accept or not?
  110. Hello i am new to this C programs
  111. UDP concept help please
  112. Radix Sorting
  113. the quicksort algorithm in Numerical Recipes in C (2nd edition)
  114. fibinocci series
  115. Simply replace a string in a string...
  116. arrays of strings and pointers
  117. invalid use of array with unspecified bounds.. why?
  118. about rand
  119. about rand
  120. How do I reverse a string with a single variable for swapping
  121. Redundant behavior in coding guideline
  122. Redundant behavior in coding guideline
  123. DJ Bernstein's str library
  124. where are the strings?
  125. manipulate string
  126. help regarding numerical linearization
  127. How to code for pass one structure value to another structures?
  128. void* to char* ?
  129. fread() blocks when reading pipe with closed write end
  130. compilation of header file requested ? what is that mean
  131. XPEDITER/CICS C Support?
  132. How to read such kind of file format ?
  133. Re: Handling delimited strings
  134. Ints as strings, malloc
  135. Any idea about this warning
  136. Order of evaluting functions ?
  137. Pse, help me to understand this code
  138. how to get 0.000001 with printf?
  139. How is this useful ???
  140. Returning pointers to different items and memory storage
  141. Problem with strcat, strcpy,sprintf
  142. Is char** (or char*[]) implicitly convertible to 'const char * const *'?
  143. Divide and conquer problem
  144. program to print a triangle of astericks
  145. reading from a text file
  146. Faulty while loop
  147. Array Problems
  148. Re: Handling delimited strings
  149. scan: which format for a long long int
  150. array init
  151. Block of pointers
  152. The result of 1 << 32
  153. really need help!!!
  154. Radix Sort Help
  155. Quick questions...
  156. Avaliable symbol table library??
  157. Sort of mystified from an earlier thread
  158. Sort of mystified from an earlier thread
  159. C++ runtime errors, can someone help plz
  160. PLEASE HELP - Fundamental C language question
  161. A Simple C Code to Discuss
  162. Why am I getting floating point exception?
  163. Binary Search
  164. pls expand this macro
  165. Can I compile C/C++ Debug version partially?
  166. how to replace a substring in a string using C?
  167. How to write function with multiple parameters...??
  168. Channel
  169. Calendar Program
  170. Problem for refreshment of outtextxy
  171. Simple question
  172. Pointer problem.
  173. Can you recommend any C programming books?
  174. Why this code is working
  175. need of a sprintf like function...
  176. i feel suffocate!!! plz help, you C guru!!!
  177. c compiler?
  178. Syscall problem ?
  179. How to code such program?
  180. How to read data from several files into a single buffer?
  181. How is a compiler written
  182. Beginner requesting help - Segmentation fault
  183. linux code, about array initialization.
  184. Question about massive arrays and memory
  185. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  186. comp.lang.c FAQ list Table of Contents
  187. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  188. How to manage the code?
  189. What is the problem with Pthread_create
  190. Getting a list of files in a directory using a wildcard
  191. Could you please help me for a simple question?
  192. Portable and ok?
  193. Can I get the info of the who call the callback?
  194. computer programming
  195. a question about a timer
  196. A question about ifndef
  197. Writing a for loop
  198. I need help with a C program.
  199. beginner c questions
  200. non sequential execution...
  201. variable sized unions
  202. scanf to handle double
  203. How to write a plugin ???
  204. Function, Dll, and how to call them from any windows program, help Please.
  205. Strings in C are less optimal than in (say) Pascal - correct?
  206. nanosleep and nanosecond
  207. Substring replacement
  208. Scanning a text document
  209. Scanning a text document
  210. calculate sales tax
  211. Display lines after pressing N and P
  212. Stack overflow and memory problem?
  213. How to read arrow key input in the ANSI way?
  214. A small question about comment style
  215. Is linux/unix case sensitive or not?
  216. embedded systems
  217. About unions
  218. Simple Matrix Rotation
  219. Macro expansion of '#__LINE__'?
  220. Can I use that sentence ? Thanks
  221. c is a low-level language or neither low level nor high level language
  222. beginner IO question
  223. Well-written open source?
  224. stop output from apperaring from stdout and stderr
  225. question about code comment
  226. Why C?
  227. Solving mazes!!!
  228. #ifdef management
  229. Trouble using recursion in functions
  230. Coincidence !
  231. getopt()
  232. Why the setjmp and longjmp I wrote can not work?
  233. printf extensions for output of arrays
  234. finding curve length
  235. Casting Out nines, This one didn't work
  236. Question about fscanf() behavior
  237. Passing Variables between functions
  238. Segmentation Fault in Craps program
  239. [ques]use recursive function to print out n!
  240. Trigraphs
  241. Best way of clearing a compiler warning?
  242. Re: [ques]use recursive function to print out n!
  243. Certifications in C.
  244. HELP ME on Sorting Characters.
  245. malloc
  246. Is C type checking?
  247. malloc
  248. Radix Tree
  249. C: A Reference Manual ...
  250. Combime keys