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

  1. question
  2. format of double and __int64
  3. Random vs. Sequential
  4. Newbie-question: include headers for different plattforms
  5. multiple storage classes: error
  6. What is the sentence mean?Thanks
  7. OT: To all United Trolls of C.L.C (UTC)
  8. List of reentrant C library functions
  9. function returning array of strings
  10. Qualifier "volatile" - probably OT.
  11. can not figure out the problem
  12. realloc question
  13. Why different from expectation
  14. direct string manuplation not working
  15. C function for returning number of digits?
  16. How to redefine arithmetic operators.
  17. Help Needed!!
  18. sizeof a union
  19. strtok() and EOL
  20. More questions on realloc
  21. More questions on realloc - Thanks
  22. Array size depending on symbol address
  23. C Interpreter and sizeof operator
  24. Help wanted on some source codes
  25. Reg. code conversion
  26. how to use sscanf?
  27. Help for my code
  28. Neater method of creating a linked list
  29. Creating a text editor in C
  30. Type punning
  31. Code understanding problem
  32. question posted on another forum (ptrdiff_t)
  33. c pointers (ptrdiff_t)
  34. Determining size of file
  35. small c program
  36. Is my code good?
  37. How to realize the function ?
  38. Hashing to Disk
  39. Size of Stucture without sizeof()
  40. Program Crashing when freeing memory
  41. gcc options
  42. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  43. comp.lang.c FAQ list Table of Contents
  44. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  45. Standard Defines
  46. newbie-A line from K&R that puzzles me
  47. Efficiently compiled code
  48. Announcement: Release of (X)Emacs CC Mode 5.31
  49. Solaris, Xdesigner, C......
  50. how to sort the data present in file in ascending or descending order
  51. c pointers (ptrdiff_t)
  52. ptrdiff_t (pointer arithmetic)
  53. time coversions and effect of time drift.
  54. c library conformance testing
  55. What other newsgroups...
  56. Fibonacci
  57. Simple C question. Please Help
  58. pointers
  59. Access screen memory or entering graphic mode
  60. syntax errror
  61. Is this valid in C?
  62. please tell what is error on my coding?
  63. stringizing a hex value in the preprocessor
  64. printf: Centre justify data
  65. newbie-trying to understand qsort
  66. error in c
  67. Structure member offset.
  68. Initialisation
  69. how to get statistics about memory usage ?
  70. Please Help! Strings are confusing!
  71. Type of result of pointer arithmetic
  72. I have to delete the whole line in the file (first word matches), how can I ?
  73. Edit registry using Visual C
  74. Regarding Q. 14-5
  75. Where is the mistake?
  76. int main() or int main(void)?
  77. Segmentation Fault in my program
  78. Does the following program architecture make sense?
  79. Strange behavior on an if statement.
  80. newbie: binary represantation
  81. String of function names
  82. sizeof and incomplete types
  83. Is memset used only for strings?
  84. Calling free() on an uninitialised pointer?
  85. A simple program with Monte Carlo
  86. fread returns more than i want
  87. C - Const Struct Members
  88. undefined reference help
  89. Passing structs by value
  90. detecting integer overflow
  91. Data Structure Using C
  92. C function for snmp
  93. trap representation
  94. question
  95. GLib problems
  96. what is it for?
  97. #if command at header file
  98. code optimization- Removing if .. else conditions in for loops
  99. my question about read file !
  100. Link List
  101. Requesting tips on Video Conferencing.
  102. Parsing Microsoft Debug Symbol Tables...
  103. fgets() and extra characters...
  104. list of strings
  105. malloc vs link-list
  106. Truly random?
  107. #include "*.c" ??
  108. Replacing a word in a string
  109. Switch based on a character in pointer
  110. Does the statement make sense?
  111. Does the statement make sense?
  112. Appending rows to 2-dim arrays
  113. cygwin make does not execute command under XP
  114. Yacc non terminal Symbol
  115. a printf implementation
  116. FILE HANDLING
  117. How to convert integer to string array without specify array size?
  118. How to read an integer one by one?
  119. Question about bitwise operators
  120. Reason for ISO ; warning
  121. Reason for ISO ; warning
  122. Explain why this prints the same
  123. Evaluate string expression in if statement?
  124. [OT]How to get my homework done
  125. STRING SIZE PROBLEM
  126. why it is not work?
  127. split string into chunks
  128. a question on array
  129. Tool for detecting Array overflow
  130. structure and pointer problems?
  131. structure and pointer problems?
  132. Soliciting for C programs or snippets to test alias analysis
  133. how to check no. of spaces were skipped?
  134. For a copy of The Embedded Newsletter
  135. error in yacc
  136. functions
  137. printf() in a loop without \n won't display anything till the end
  138. sleep( ) misbehaving
  139. declaration Q
  140. Strings in C
  141. Fibonnaci
  142. Help with type returned
  143. C memory properties
  144. Pointer problem
  145. C, really portable?
  146. typedef void foo_t()
  147. newbie question - clearing the scr :S
  148. Proper way to input a dynamically-allocated string
  149. OS dependent
  150. Speed of finding a size of an array.
  151. Fixed number of digits printing of integers (ex: 0001 to 0100)
  152. what is wrong with the function?
  153. force jump table with switch statement (visual c)
  154. Complicated linking problem
  155. newbie: format for unsigned long long (c99)
  156. How to initialize and array in a structure?
  157. Invalid read of size 1
  158. Help : Merging Binary Search Trees
  159. why is this assignment correct ?
  160. Newbie: math.h
  161. string to int
  162. scan float pointers
  163. statistic of integer values
  164. Linux programme - different results each run
  165. Escaping backslashes issue with printf/grep/popen!
  166. Linux program use times() to Windows
  167. character pointer length
  168. C module stub generator?
  169. FIbonacci
  170. Problem with "system" and the linux "su" command
  171. Weird lcc-win32 behaviour
  172. Beginner question about sqrt()
  173. New debugging method(OT?)
  174. Newbie Q: Interactive program eats up CPU
  175. Print a function pointer always results in a warning
  176. Invalid read of size 1 [valgrind warning]
  177. help please
  178. Hello
  179. Implementation of conditional operator
  180. Certificaiton in C
  181. which code runs faster?
  182. getbuf()
  183. Re: getbuf()
  184. Re: getbuf()
  185. programming a "terminal"?
  186. Re: programming a "terminal"?
  187. Linux named pipes programming problem
  188. Re: programming a "terminal"?
  189. Re: Linux named pipes programming problem
  190. Re: programming a "terminal"?
  191. Re: programming a "terminal"?
  192. Amazing: nested function definition in C
  193. Re: The Helsinki Code
  194. how to make link betwenn flaoting point to printf statement?
  195. frns i need a code for
  196. I don't get how the computer arrives at 2^31
  197. initializing array using pointer
  198. integers to binary
  199. module stub generator for testing?
  200. How to compile using library
  201. Are they equivalent ?
  202. Need a programme for Paint by SHIKHAR
  203. Preprocessor possibilities
  204. support of C99 VLA in compilers
  205. How to make a library
  206. 2000 Web Templates (Including Customizable Flash Templates)
  207. no-op function pointer
  208. Dynamic mem allocation for pointers
  209. What does free return?
  210. signed and unsigned char
  211. in C how to store a value on a given memory address
  212. free memory
  213. Editor and Debugger in C
  214. Polimorphe Vector
  215. newbie: linked list
  216. C code is not generating required results.
  217. trimming leading zeros
  218. Querry Regarding Define
  219. is a good C?
  220. Error message : "function returns address of local variable"
  221. Preprocessor errors?
  222. A style question
  223. JAVA
  224. A problem related with multiprocessor
  225. Is argv array modifiable ?
  226. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  227. Pro C--Openings in Polaris Software Labs Chennai
  228. Pro C--Openings in Polaris Software Labs Chennai
  229. To enter and access database of MS access or any DBMS usibg C.
  230. Scratchy question....
  231. question
  232. undefined behaviour?
  233. how to see the list of the function names?
  234. array of functions
  235. Insecure Programming by example
  236. Operational and functional differences - #define vs typedef ?
  237. Internationalization - Unicode - Format used for command line arguments?
  238. return value of fgets()
  239. system call in VC
  240. Dumb Question.
  241. A simple question about a function
  242. detecting incompatible locale modes for encoding
  243. what is the difference between string.h and cstring?
  244. using fis.c in a c++ project
  245. Measuring time differences
  246. Re: programming a "terminal"?
  247. using realloc multiple times question...
  248. array of struct init list
  249. Enabling and disabling a macro
  250. suggestion for writing a program to concatanate two strings