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. Puzzle about multi definitions
  2. Anyone can explain the meaning of following info
  3. Is necessary to switch to C++ or some object-oriented language?
  4. stdint.h
  5. K&R2, section1.6, exercise 1-13
  6. What is "typedef struct" ?
  7. redraw shaking problem !
  8. Logging library
  9. system() function and current working directory
  10. please help me to correct/ build/ complete the program
  11. see the most hot new site of 2007
  12. Memset is faster than simple loop?
  13. "a book on c" Kelly & Pohl (4e)
  14. Trouble with formats in printf
  15. Sorta-OT: John Backus obit
  16. email message parser wrote in C available (not in C++)
  17. About Memory Allocation and function calls
  18. delirious program, episode II
  19. this is perfect !
  20. strdup
  21. good hard copy c reference
  22. Poll Loop (Asynchronous IO)
  23. developer forum
  24. modified "histogram" exercise from K&R2
  25. Organisation of segments in the C's executable a.out
  26. Seeking getoptlong()
  27. Error related to Structure or Union
  28. cos function
  29. static
  30. Aliasing in assignment
  31. State of the Art Software Development Practices
  32. preprocessor: macros in a string...
  33. Compilier problem
  34. printf question
  35. PHP Development Resources Directory
  36. fseek() newbie question
  37. Debugging core in different environment
  38. K&R2, section1.6, exercise 1-14
  39. Raw disk access
  40. $1 download the newest pda software
  41. I need Tripple DES encryption algorithm in C
  42. Testing for a type
  43. publically available c-code for determining page breaks in PCL files?
  44. Memory leak
  45. read and write binary file
  46. dependency of sizeof operator
  47. newbie question: whats wrong with my code?
  48. How to load the whole file?
  49. The Old School Meet's The New School.
  50. unexpected character displayed infront of the variable
  51. fseek() clears EOF?
  52. Module loading problem
  53. fseek()
  54. Casting to unsigned char for isupper() and friends
  55. Cross platform lib in 'C'
  56. Uses of offsetof?
  57. fseek()
  58. reading file
  59. feof(), fseek(), fread()
  60. Trap Int21h problem
  61. print binary representation
  62. Compile Time Error ... arghh
  63. Validity/Invalidity of the code
  64. Ugly Type Conversion
  65. almost understood
  66. primes with Child's Binomial Theorem
  67. how do you pass an array by value
  68. cont char* p , is allowing values to change
  69. Problems with basics..
  70. using strcpy to copy from a char
  71. pointer type casting
  72. Discarding unread data after scanf()
  73. cool!!!!!!!!!!!!!!
  74. cool!!!!!!!!!!!!!
  75. explain the result
  76. How to Return an array of strings in C (char**)
  77. Copying Structures
  78. Blocks and Their Use
  79. CUnit Query
  80. Huffman Algorithm
  81. question about k&r2
  82. sizeof dataTypes at run time
  83. [Q] Any unix extension to standard C library for providing set collection operations?
  84. performance question related to BST traversal
  85. const non-pointer function parameters
  86. Is C faster than fortran?
  87. About the -rdynamic flag
  88. 'Portable' Measurement of Pointer Alignment in C?
  89. Automatically generate file names
  90. representations
  91. execve system call
  92. [Q]extern in front of function definition?
  93. software
  94. file processing in c
  95. Please help with newbie error
  96. 'typedef' issue
  97. BUILDER C++ 6
  98. Some useful link
  99. EOF from printf
  100. open a *.dat file
  101. How to use a const pointer in switch case ?
  102. Memory Question
  103. Problem in Socket Programming
  104. c code refactoring or optimizing
  105. problems with dynamic allocation in an ellipses function
  106. What is the purpose of the -Wno-deprecate option
  107. how to quit
  108. Is it a good thing that program mix C and C++?
  109. Type name from Variable
  110. cool
  111. cool!!!!!!!!!!!!!
  112. COOOOllllllllllllll
  113. cool
  114. cool
  115. cool
  116. cool!!!!!!!!!!!!!!!!!!!!
  117. Confused Newbie
  118. Macro concatenation
  119. How to pass a struct to a function
  120. Creating sequence points using macros
  121. socket programming, multiple connections
  122. Learning C?
  123. Source navigation
  124. Read 16-bit block as a 32-bit int
  125. What's going on with C Compilers and C99??
  126. Accessing enumeration strings in macros
  127. How to Keep <fscanf()> to not Stop when it Comes to a Blank
  128. cool!!!!!!!!!
  129. cooll!!!!!!!!!!!!!!!!!!!!!
  130. A 64-bit binary returning a value to a 32-bit binary?
  131. how to quit
  132. regarding free
  133. File Handling (Newbie)
  134. cool!!!!!!!!!!!!!!!
  135. function length
  136. A question about sort stable
  137. cool!!!!!!!!!!!!!!!!!!!!!!!!!!!1
  138. cool!!!!!!!!!!!!!!!!!!!!!!
  139. Need help with problem
  140. Windows and Linux
  141. Reading a key inside a loop
  142. doubts on scanf("%100[^\n]%*[^\n]", buff);
  143. int main(void) { return main(); }
  144. List of differences in headers between C90 and C99?
  145. cool!!!!!!!!!!
  146. Sometimes questions arise about C and C++ incompatibilities
  147. pointers.
  148. Segmentation Fault
  149. About Union's question
  150. Pointer arithmetics in Solaris
  151. Question on macro
  152. *p++ = tolower(*p));
  153. help
  154. help
  155. k&r2 exercise 1-13 review
  156. Bjarne Stroustrup (The Creator of C++): The C++ Programming Language - Third Edition
  157. pointer to structure array from main.c?
  158. C preprocessor
  159. Use of "." for structure members
  160. C++ is complicated and C is bloated.
  161. Looking for a *FAST* graphics library More options
  162. Programming algorithms with strings in C++, and transition from C by example!
  163. Sending a struct over TCP
  164. C++ The Complete Book List
  165. Etymology of "struct"
  166. height of a BST by iteration - kindly review my solution
  167. Restrict qualified pointers in C
  168. Functions in socket
  169. Difference between "library parts" of C99 and "language parts" of C99
  170. C99 library part of C++ TR1
  171. Visual C++ support of C99 by using "C++ mode" (/TP)
  172. C ethics question
  173. Dynamic lists of strings in C
  174. Dynamic lists of strings in C
  175. Dynamic lists of strings in C
  176. Domain
  177. Computer Training Videos "now online"
  178. How to access processor registers
  179. Recursive functions
  180. K&R2 Ex1-14
  181. obfuscating C executable
  182. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  183. comp.lang.c FAQ list Table of Contents
  184. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  185. An interesting C problem
  186. ANN: Microsoft goes Open Source
  187. Equivalent malloc with calloc
  188. Multi-word #define
  189. when can realloc fail?
  190. The weird while and If
  191. malloc() and alignment
  192. Computer Job Available!
  193. How to refuse Connections ?
  194. I'm a c programmer. Does anybody work like me?
  195. Difference between for n while
  196. Parameter Passing via a Stack
  197. Ask an old kerword "entry"
  198. dynamic content of a binary file
  199. ot: omnis class
  200. pointers and array of pointers
  201. Increment
  202. simple question
  203. Request for naming help
  204. portable bit ops
  205. what does this double conversion mean (unsigned long)(unsigned int)
  206. using autocad using C
  207. Header questions
  208. Memory leak when internal pointer passed out as parameter
  209. Creating a DLL
  210. mbtowc - combining character
  211. How to find string contains a numeric value
  212. Noob File IO question
  213. K&R2, 1.5.1 example
  214. K&R2, 1.5.3, exercise 1-9
  215. bit shift and data type of a constant value
  216. end hae ju sae yo
  217. hey man~
  218. bang ga bang ga
  219. K&R2, 1.5.3, exercise 1-10
  220. end in a loop
  221. Can you do this? (bit ops)
  222. brain teasers
  223. read one line of input from file and then destroying it!
  224. read one line of input from file and then destroying it!
  225. read one line of input from file and then destroying it!
  226. Help with writing codes for routing algorithm
  227. Is cast between structs safe?
  228. K&R2 1.6 Arrays, exercise 1-13
  229. C or Algorithm's
  230. wctomb function for AVR
  231. K&R2 1.6 Arrays, exercise 1-13 (vertical histogram)
  232. Question about read data from a text file.
  233. Allowed to undef EOF?
  234. Passing by Value
  235. printf on doubles
  236. anyone have MetaWare High-C compiler 3.01 ?
  237. read a file's line into an array, error: makes pointer from integer without a cast
  238. c doubt
  239. writing to database
  240. cant reove the shift reduce conflict..
  241. Make a FREE Call Any Where Any Time
  242. Want to ask OCCI
  243. expression evaluation doubt!
  244. How many algo possible???
  245. B
  246. magic square~ what should i do
  247. Converting to ASCII code
  248. LINK
  249. Please explain this code to me
  250. Undefined reference