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. Elementary questions from a beginner
  2. Wierd output instead of 0s and 1s
  3. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  4. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  5. Char const for backslash
  6. How to make "fork/wait" to WAIT longer?
  7. C floating point
  8. Question about #define
  9. Fast sincos routine
  10. scan codes
  11. Re: multi-lines deprecated
  12. Re: multi-lines deprecated
  13. Copy-on-write tree data structure
  14. reversing a string - newbie question
  15. Casting (time_t)(-1)
  16. Dynamic string allocation
  17. Pixel data type
  18. error LNK2001: unresolved external symbol _errno
  19. LASER Summer School on Software Engineering - call for participation
  20. Plain Char
  21. Please tell me if I've written this correctly
  22. Is there a difference?
  23. Array typedef vs. structure
  24. Serial port line termination
  25. Struct of pointer-to-function
  26. finding the name of the function
  27. Passing commas into macros
  28. character/byte equality, again
  29. read() error - Bad Address
  30. FILE Access
  31. Vigenere Cipher II - how to use files
  32. memory accesses
  33. grabbing file size
  34. going crazy, invalid conversion from `char*' to `char' help needed
  35. float (*Data)[4] vs float *Data[4]
  36. How to "sleep" or "delay"?
  37. Yet another pointer related problem
  38. Freestanding Environment
  39. OFF-TOPIC:: Why Lisp is not my favorite programming language
  40. Arithmetic and C
  41. const char problem
  42. int/unsigned long * idiocy
  43. int pointing to char
  44. MIDI project
  45. cast odd boundary?
  46. Why isn't srand working?
  47. Array of Pointers to Structs
  48. bit field initialization
  49. Increasing efficiency in C
  50. Pointer-to-function with variable argument number
  51. string-search-and-replace function wanted
  52. Passing va_list two times?
  53. Optimizing a switch statement
  54. readdir() and S_ISDIR(stat.st_mode) question (OT ?)
  55. alligned memory allocation
  56. poss soln
  57. error message
  58. extern local variables
  59. letting free() know how much to free...?
  60. mod_jk2 compilation issues on tru64 with gcc
  61. typedef and multiple file projects
  62. small bit shifting q
  63. Difference between strcpy() and strcat()?
  64. Code/Object analyzer for fixing
  65. string question
  66. FSM in C?
  67. Dynamically malloc'd array of structs
  68. interpreting a null pointer as an empty (null string)
  69. pgcc vs. gcc question - using <complex.h>
  70. Reset a string?
  71. reset a string. empty it totally.
  72. How to retain function test code?
  73. How to retain function test code?
  74. allowing user to enter paragraphs
  75. Porting to Linux.
  76. How to get the limit on it's range of the double type?
  77. warning: excess elements in scalar initializer
  78. weird behaviour by gcc
  79. is this correct
  80. Help wanted (cgi script)
  81. header files
  82. Saving registers in C functions
  83. [C] copy string question
  84. [C] double/float to string
  85. Conversion to and from based real numbers
  86. hacking /dev/audio
  87. pattern matching code - little help needed
  88. how to "wait for any key"
  89. strlen() argument warning
  90. Pointer and BitWise Operator.
  91. coding a simple calculator
  92. What is the equivalent of DLL in a Unix environment??
  93. Welcome to comp.lang.c!
  94. inline function question
  95. Alternative rand()-algorithm?
  96. Re: [OT] Quick question
  97. Re: [OT] "thx"
  98. Difference between DEBUG and NDEBUG?
  99. Re: [OT] "thx" (was: [C] whats the difference between "char" and "Char" ?)
  100. Re: Challenging macro with default value
  101. Re: [OT] Quick question
  102. Re: Accessing memory
  103. int array to string?
  104. Help with scanf
  105. Re: What does the standard say?
  106. What is the value of relational expression
  107. Help with scanf
  108. Re: Nested sorting problem with linked list
  109. Re: Reading program output from stdin
  110. Re: Hash table question, code posted (~40ines)
  111. pointers going wild?
  112. Re: Delimiting problems
  113. Re: Newb- Global Array
  114. Re: Counting total space,tab,new line in a string.
  115. Base64
  116. Re: Type casting- a larger type to a smaller type
  117. strtod - Dynamic Memory?
  118. Re: array with pointers.....
  119. How many CPU cycles does an instruction take ?
  120. Re: How many CPU cycles does an instruction take ?
  121. Re: Challenging macro with default value
  122. Re: Newb- Global Array
  123. Acovea 4.0: Analyzing GCC for AMD64 and ia32, through Evolution
  124. Re: Reading program output from stdin
  125. Re: [OT] Quick question
  126. Re: Challenging macro with default value
  127. Re: Type casting- a larger type to a smaller type
  128. function sprintf
  129. Strange output problem
  130. Re: What does the standard say?
  131. Does ANSI C have something like PATHMAX or MAX_PATH?
  132. French characters not recognised in C?
  133. File IO in C
  134. printf / sscanf unsigned long long int variables
  135. Re: What does the standard say?
  136. Re: Strings, memory and files... Oh my
  137. Re: long integer
  138. binary threaded trees
  139. Re: What does the standard say?
  140. creatingg a database application
  141. External object definition and linkage
  142. Character Points/Structs/Input
  143. fgets and variants
  144. sizeof(str) or sizeof(str) - 1 ?
  145. Pointer confusion with passing string array -- Segmentation fault
  146. Re: What does the standard say?
  147. Re: Date validation function issue
  148. Media For Sale
  149. What type of questions can be asked in an technical interview of C
  150. Short circuiting..
  151. Segmentation Fault
  152. static function?
  153. pointer-to-pointer (invalid lvalue in unary `&)
  154. C code to BCB
  155. How can I improve these functions?
  156. structs help
  157. Re: BRILLLLIANT ARTICLE BY DR THOMAS FRIEDMAN OF NYTIMES
  158. Problem with malloc
  159. how to create a dropdownlist in C using C graphics
  160. malloc + 4??
  161. what is call by name & how it is done
  162. how can i write C code that generate random number without using built in code
  163. how to write a macro that calculate sizeof data types
  164. How can I write my question in the message itself and not its title?
  165. macros question
  166. Function definition nesting
  167. Welcome to comp.lang.c!
  168. pointers to function problem
  169. structs with fields that are structs
  170. VCL TMemo find
  171. what's the difference between the next 2 declarations?
  172. Re: 'END OF THE AMERICAN CENTURY' by Rajeev Srinivasan
  173. calloc problem
  174. Initialize char **
  175. Review of my answer
  176. justification check
  177. Re: free() is not releasing memory, help
  178. Child process does not exit after receiving SIGTERM
  179. Multidimensional array problems
  180. Re: BRILLLLIANT ARTICLE BY DR THOMAS FRIEDMAN OF NYTIMES
  181. How can we use functions setwindow,scrollwindowup and scrollwindown
  182. sigaction : using "void (*sa_sigaction)(int, siginfo_t *, void *);"
  183. Tracking the "memory growth" of a process
  184. newbie question seg fault printf
  185. Question about a pointer to an array of structs
  186. Writing a structure
  187. Return with no expression
  188. odd/even bitwise and
  189. K&R
  190. ftruncate() on MVS datasets.
  191. Permutations of a String
  192. Re: A quick if question
  193. trace of memory access
  194. macro for sizeof
  195. main function address
  196. alternative to rand()
  197. pointer equality
  198. Got: IP/HostName - Need: user login (BCB)
  199. Re: A CHALLENGING problem
  200. help signed and unsigned in 64bits
  201. pointer-in-array test
  202. OOP using C
  203. Re: A quick if question
  204. Re: A quick if question
  205. Global pointer pointing to locally defined type
  206. Outputting text to a file
  207. copy a string into a 2d array of chars
  208. BooK "Obfsucated C and other mysteries"
  209. utility to intentionally mangle function names?
  210. Time to standardize the XML library for C/C++
  211. Text location
  212. Pointer Indirection Syntax
  213. use delete to destroy primitive/object types but memory is not freed
  214. Test a bit
  215. Newbie: Searching for a Projekt to practice C programming
  216. how to remove a character from a string
  217. Re: assembler in c ?
  218. Re: assembler in c ?
  219. Defined bahavior or otherwise?
  220. Using C for string search etc
  221. using Dev-C++ to compile ONLY C code ?
  222. Conflicting Libraries
  223. strncpy() and null terminated strings
  224. Special ascii values
  225. double money
  226. macros question #2
  227. standard reference manual
  228. Job Opportunity in CT (contract, 18 months long)
  229. newbie question: how to compare char?
  230. nesting coments
  231. rvalue
  232. netlib - Mar '04
  233. about ## in ANSI C
  234. about c
  235. how to allow only one instance?
  236. link c code with c++ code using g++
  237. how to determine a file is ASCII or binary?
  238. size_t range
  239. Re: [OT] "thx" (was: [C] whats the difference between "char" and "Char"?)
  240. Time
  241. C with database
  242. linking executables
  243. File name macro
  244. fixed-point
  245. $$ CONGRATS KILLED 450 IRAQS FOR 4 $$
  246. structure containing incomplete array type
  247. simple problem
  248. Avoiding redundant functions
  249. Restricted pointer parameters in printf()
  250. where standard library functions?