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. download web page from c
  2. Basic Pointer Question...
  3. possible memory leak?
  4. Token pasting (## operator) - Add whitespace to a token
  5. SIze of file
  6. #if typedef()
  7. How to get the total row number of a text file
  8. Controlling hardware with VB; driving Automotive Injectors
  9. Jargons of Info Tech industry
  10. "visit calculations" program
  11. Safe version of gets
  12. Help !I want to write a program to count the running time of another program
  13. compiler nightmares
  14. Path of file
  15. Making sure an enum fits into an unsigned char
  16. PC-Lint
  17. Pointer Increment
  18. Redirect of stdout to pipe 'hangs'
  19. cannot convert parameter 2 from 'const char *' to 'char *'
  20. want to know hoe the following works .
  21. How this one liner works ?
  22. about signed chars
  23. Faster matrix permutation algorithm?
  24. Udpater function
  25. signed integer overflow
  26. Quirky issue
  27. BiskyMisky
  28. whether is the standard input stream full buffered or line buffered after calling function setbuf()?
  29. Library collision
  30. compiling a hope interpreter
  31. [ot] allocation
  32. Wo ist der Fehler
  33. Wo ist der Fehler
  34. if (x && !(x & (x-1)) == 0)
  35. word count
  36. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  37. Byte alignment?
  38. GET RICH QUICK! Guaranteed!
  39. GET RICH QUICK! Guaranteed!
  40. AND and OR and parentheses
  41. _dos_findclose
  42. is all the .obj or .o file compatible?
  43. __ptr64 in GCC
  44. Advanced architecture of c++
  45. Working with files in C
  46. Dynamic objects from files
  47. copy long strings in C
  48. Is the `export` keyword of C++ template ready?
  49. Coding the DJB way?
  50. compare a large number of variables
  51. GUI for gcov on windows
  52. fopen ("file on shared drive","w+") doesn't work on 2nd call using Windows LabView DDL
  53. How to protect/license a static library? Multiple instances?
  54. what do most languages call a name-value pairing?
  55. Why can't I initialize a global variable to NULL?
  56. using '__' in names
  57. setbuf(stdin,NULL) can't work, why?
  58. Error in Linked List
  59. MACRO problem
  60. A problem with structures and pointers ...
  61. pointer arithmetic and user-defined types
  62. Need programmer for develop software (p2p remote administrator).
  63. Need programmer for develop software (p2p remote administrator).
  64. C IRC channels ...
  65. RPG fight engine.
  66. resolving a list of numbers to a range
  67. Oko IDDE and DB-manager now shareware
  68. Interface between a C library and board support package
  69. get current user name?
  70. getting variable length strings from stdin
  71. toupper and locale
  72. Does pthread emit a sigchld signal on successful exit?
  73. Do I really need to zero arrays?
  74. hexadecimal to float conversion
  75. Memory Leak / Corruption
  76. what's wrong with my dummy code?
  77. duff's device / loop unriolling
  78. Array in struct
  79. scanf
  80. reading an excel file in C?
  81. reading an excel file in C?
  82. R: reading an excel file in C?
  83. Virtual Key Codes, Scan Codes and ASCII Codes in C
  84. Compile errors: Curses.c...Perl5.8...AIX
  85. GET RICH QUICK! GUARANTEED!
  86. movie
  87. Linking Libraries
  88. splitting a file
  89. Re: HELP NEEDED!!!
  90. How to link C++ to VB.NET or JAVA?
  91. HELP!!!
  92. multiple file programs in c
  93. const char ** argument
  94. Re: hexadecimal to float conversion
  95. file I/O question
  96. c interview questions wiki
  97. const variable reassignment
  98. stack addressing & type nomenclature
  99. Linking problem
  100. music player
  101. Blocks, or not?
  102. wchar_t problem
  103. Re: Linking problem
  104. Control CPU usage of a program?
  105. taming the cursor
  106. printf parameter type wrangling
  107. Multi-dimension array assignments
  108. how can i Know whether atoi function call succeed?
  109. What does this warning mean
  110. const int value changing....
  111. LOGO Linked List Sort using pointer
  112. Non-recursive algorithm to find the height of a BInary Tree
  113. thread safety
  114. (guaranteed?) default value of an unresolved external
  115. right truncate of float variable
  116. Select element from Set randomly?
  117. system call and library call
  118. C FAQ wiki
  119. Changing the functionality of rm command
  120. how will u call this fn
  121. tmpnam
  122. resolving a linked-list of numbers to a range
  123. Finding a substring in a binary string
  124. Error of List Sorting
  125. type casting
  126. #include errors
  127. Replacing a word into other word
  128. kernel timer
  129. Problem in Strdup()
  130. Parse tokens from a string
  131. print "foo" without using ;
  132. malloc inside function (I know... I *did* search google first ;)
  133. function (const char *) vs. function (char *)
  134. Compound literals and VLA's
  135. tokenising a string using another string
  136. _beginthread -- how to terminate a thread from out side of it.
  137. Why can't the parameter be const in this program?
  138. im facing problem with fread()??
  139. C wiki - struct tm
  140. if (expression) check
  141. Re: Declaration, Definition & Reference listers for C
  142. What is the best SOAP service to use?
  143. How to change the starting address of a structure element?
  144. current date
  145. How to inline non-exported functions in library?
  146. Return type
  147. Return type
  148. Where the code trouble is?
  149. Why doesn't strrstr() exist?
  150. Greater sensitivity to off-topic than in other comp.lang
  151. freeing structure
  152. Function Pointers in a Structure?
  153. Baffled by this ... (casting of function pointers)
  154. access() doesn't work when a file is open
  155. How to choose between malloc() and calloc()
  156. two's complement done before storage or on the fly while computing
  157. two's complement done before storage or on the fly while computing
  158. Can i know who has issued a comand?
  159. Is char*[] convertible to const char*[]?
  160. Detect if stdin is via keyboard or via < file?
  161. How do you read two values returned by a function?
  162. bit fields ordering
  163. posting 20050827
  164. Outputing ASCII PPM files
  165. MACRO exclusion
  166. trouble with double free
  167. fscanf problem
  168. pointers
  169. Parity check of a word
  170. while (1) vs. for ( ;; )
  171. where the Turboc C c function?
  172. How to eliminate the bitmap difference in big endian and little endian?
  173. Roots of a polynomial
  174. UnSigned Long
  175. How to free dynamically allocated array?
  176. object code from which compiler
  177. Software Engineers required for USA
  178. Function pointer prototype interpretation
  179. low-level question
  180. understanding format specifiers
  181. Re: understanding format specifiers
  182. Why C/C++ errors are SO obscure/devious??
  183. confused abt file operations
  184. Re: low-level question
  185. More questions about casting function pointers ..
  186. Code consolidation
  187. memset doubt
  188. malloc and pointer casting
  189. LinkedList Pointer
  190. Data abstraction in C
  191. how to write these info to file?
  192. Prime numbers
  193. The importance of prototypes
  194. Conflicting typedef with winnt.h, windef.h and winbase.h
  195. LinkedList Pointer (REPOST - diff version)
  196. LinkedList Pointer (REPOST - diff version)
  197. N/W programming question
  198. Console Screen update - Iteration Count
  199. Console Screen update - Iteration Count
  200. Object orientation.....
  201. Multiply/Divide a float with a power of two
  202. what's the prob with goto
  203. what's the prob with goto
  204. Using Unicode in C programs
  205. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  206. comp.lang.c FAQ list Table of Contents
  207. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  208. How to import a function from a library?
  209. Re: OpenSource documentation problems
  210. Why does it run so long?
  211. Why does it run so long?
  212. Detecting freed memory
  213. register allocation
  214. Alignment in structure
  215. Or And Confusion
  216. Specifying global array size with const int
  217. Utility to read a hexadecimal number as string
  218. question abt fscanf
  219. scanf reads getch
  220. Re: Casting an array to integer type
  221. offsetof(struct foo, bar.mem)?
  222. Background color
  223. Complex statement
  224. Doubly Link List
  225. is there a way to do this...
  226. C parser document
  227. Timer 9600/s
  228. Object-Oriented Programming (run-time polymorphism) with C99
  229. clearing low order bits / making a multiple of power of 2
  230. callback functions
  231. Simple question on static variables
  232. Newby question about arrays
  233. Dynamic Arrays
  234. How to read unicode file line by line on Linux platform
  235. List of Function in C object file.
  236. Call once,return twice
  237. FOPEN_MAX minimum value
  238. OpenGL Problem with code
  239. What is C99
  240. size of a function
  241. C/Cpp/Java HQ
  242. no runtime library with turbo C
  243. an activex control within a straight c program
  244. Interrupt of CD-Rom
  245. help me with the program
  246. help me with the program
  247. help me with the program
  248. Structure initialization problem
  249. Unnamed compound object as "buffer" arguments
  250. function pointer question