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. Recursing code problem
  2. question on FE_TOWARDZERO
  3. Initialize a two-dimensional array
  4. IEEE floating point conversion to decimal and back for a C program
  5. Newbie Multi-Dimensional Array Prob
  6. Re: Problem in Netifdev.h
  7. Re: scanf dilemma for beginner
  8. graphics functions under unix...
  9. Re: Question about fopen, fput, fclose?
  10. shell programming problem
  11. Re: implementation defined representation
  12. Multidimensional Arrays
  13. Using a math function in C.
  14. Newbie: creating a folder/directory
  15. Newbie: iterating through folder contents
  16. Re: newbie: why does this work
  17. Re: newbie: why does this work
  18. errors ???
  19. Coding problem
  20. Re: simple malloc() question..
  21. Re: simple malloc() question..
  22. Re: Adding characters in front of a string
  23. Re: simple malloc() question..
  24. Re: malloc & incompatible types in assignment
  25. Re: C99 compiler
  26. Pointer-to-array - screwed up my mind ...
  27. Zero elements of structure...
  28. Re: pipe redirection
  29. Re: pipe redirection
  30. Question about malloc, alignment, ...
  31. Re: getc hanging
  32. Re: getc hanging
  33. Re: simple malloc() question..
  34. char **argv vs. char* argv[]
  35. responsible license
  36. Declarations of structs, and arrays seem to be overlapping in memory..?!
  37. using char as boolean data type
  38. memory mgmt problem
  39. Re: getc hanging
  40. Program for monitoring the serial port
  41. How to avoid deadlock?
  42. Single dim array as a multidim array?
  43. Linux / how to check if subprocess is still alive
  44. looking for intro C text for experienced programmer
  45. scanf experiments
  46. Recursion elimination
  47. Bit manipulation
  48. types, constants and casting
  49. C preprocessor function macros with empty aguments
  50. Prototypes
  51. Allocation of memory to a pointer that points an array
  52. Knowing size of a data type
  53. Multiple files
  54. i need some C/C++ test intervie questions
  55. simple command line parser
  56. Problems with Netifdev.h
  57. Port data transfer
  58. Array Initialization
  59. Extendible Hashing implementation
  60. split number problem
  61. Array: Pass by value... Possible?
  62. assigning expession to variable
  63. replace function
  64. How to free ALL heap memory?
  65. Is there a way to know the memory usage of a function's body?
  66. malloc experiments
  67. complexity of Traveling Salesman Problem?
  68. Converting from char to integer value
  69. copy to pointer memory ?
  70. want a "here doc" equivalent in "c"
  71. difference(s) between char** argv and char* argv[]
  72. function addresses at build time...?
  73. Is it all trivial?
  74. Significance of 0;
  75. Re: want a "here doc" equivalent in "c"
  76. Variable argument number in functions
  77. what is the significance of this
  78. what is the significance
  79. strings.h
  80. scanf/cin problem
  81. Thank you to clc
  82. decimal to BCD for long int
  83. treat array as a file
  84. ? about reading a comma delimited file
  85. Re: Anyone want to look over my C code for me? I can't figure it out...
  86. SOLVED - Re: Declarations of structs, and arrays seem to be overlapping in memory..?!
  87. newbie question
  88. need ring buffer source code
  89. Flush stdin?
  90. Constant macro parameters
  91. how to cantenate strings in C
  92. Code Review: Averaging program
  93. searching in a huge data pool?
  94. strtok trouble
  95. Re: syntax for calling functions by pointers
  96. warning C4047:
  97. Greater than operator Vs Equal to operator : Which one is efficient?
  98. Re: syntax for calling functions by pointers
  99. How can I use malloc-ed memory inside a local function
  100. Re: syntax for calling functions by pointers
  101. Re: syntax for calling functions by pointers
  102. Re: syntax for calling functions by pointers
  103. newb: inputting int-s
  104. zeroing an array
  105. Re: syntax for calling functions by pointers
  106. Re: Anyone want to look over my C code for me? I can't figure it out...
  107. Function as macro parameter
  108. creating a variable from constant
  109. Audio Recording and transfer using TCP/IP
  110. malloc experiments
  111. why doesn't this work?
  112. free(); after return();?
  113. Fixed BCD code.
  114. Array initialisation
  115. [OT] Application design
  116. clc style
  117. "As-if" rule question
  118. [OT?] Pronunciation of "strcpy"
  119. structured lang?
  120. New OOP Framework using C
  121. malloc and calloc in Linux
  122. Copy Files to a network drive in Win2000
  123. Structure and ASCII "Database"
  124. is it possible to find out the caller of a method programmatically
  125. question about gprof
  126. question about gprof
  127. question about gprof
  128. very strange gcc output
  129. [OT] Variations of "foo", "bar", etc.
  130. Used of using const char*
  131. How to create a directory?
  132. bitwise absolute value
  133. derivate
  134. Re: Adding characters in front of a string
  135. Grade Program Question
  136. How can I know it is a macro or actually is a function?
  137. GNU standard library sources
  138. derived
  139. Linker problem?
  140. Help needed to count lines between preprocessor directives
  141. Linker
  142. sizeof(struct dirent.d_ino)
  143. req: DES source code
  144. Precision Issue with STRTOF
  145. question about database
  146. Re: Really-bignum arithmetic
  147. How to compare one character of a string to a char?
  148. Keyboard Buffer
  149. Comparing char* with integers and characters
  150. tcp and fork
  151. select and timing
  152. use select to detect input andtimeout
  153. Any preprocessing tool with {} insertion option?
  154. array of void*
  155. file locking
  156. Sending a file to the printer, how?
  157. Human-readable storage for types (with no pointers)?
  158. Queues in C
  159. need an advise: Graphic & Sound Programming
  160. type casting question
  161. Using strcat
  162. int *a, indicator fault
  163. Compile error: wrong machine type
  164. Looping logic
  165. TAking the minimum of three values
  166. C- Advice
  167. unwanted implicit casts
  168. Better Rand() Algorithim
  169. Char to char*?
  170. basic #define usage
  171. Many Happy Returns
  172. Parse timestamp string
  173. Why doesn't this function call save these registers?
  174. Question about disasembled function call on linux and
  175. newbie: char* int and char *int
  176. Declaration Problem.
  177. Basic Use of Malloc
  178. Re: bitwise absolute value
  179. how to implement a menu ?
  180. Indian C programmers [OT]
  181. What is the difference between MACRO and FUNCTION?
  182. initializing arrays of arrays
  183. Problems with ASM/C
  184. replacing a string in a char pointer
  185. Technical Instruction Position
  186. When (32-bit) double precision isn't precise enough
  187. How to test for -0.0?
  188. malloc a 2D array
  189. Order of parameter evaulation
  190. How to change an icon in C?
  191. Anybody know how I would code an error statement when a user inputs an invalid input.
  192. an introduction, 'ey?
  193. Largest possible value of Integer Constants
  194. bits
  195. regarding sites about C test questions
  196. About initializaion list
  197. free global char pointers
  198. Please help! char* problems!
  199. multidimensional arrays as function parameter
  200. calloc
  201. Newbie prgramm and question
  202. meaning of "1u"
  203. About sizeof
  204. basic c i/o and EOF
  205. basic c i/o and EOF
  206. Is this well-defined?
  207. array of strings?
  208. Maximum value for typedef'd type
  209. Converting Vbasic code to C code
  210. trap representation
  211. Dynamic string arrays?
  212. why does this segfault??
  213. Compiler bug - Postincrement & Preincrement operators
  214. C flowcharting program
  215. Associating strings with an enum (can I use a macro?)
  216. 8 Bit CRC
  217. "The C Standard" in book form is here!
  218. How to display the last n lines from a text file
  219. Having problems returning a char* from a function..need help...
  220. C Code Editor Formatting Unix-Windows
  221. escape sequence
  222. Has anybody used Doxygen on aolserver source?
  223. reading in command line argument
  224. Re: About initializaion list
  225. Preprocessor's question
  226. alleged mis-form with strcat
  227. Need Help with C program
  228. strcat problem
  229. Are there any pre-defined variables in C?
  230. x^y function?
  231. Trigraphs
  232. Textbook
  233. Roman numerals to ints
  234. Rollover Issue
  235. style question
  236. Checking whether '\0' exists in the string
  237. void arg to function
  238. Re: About initializaion list
  239. Syntax
  240. Initialization without loop
  241. Representation of integers
  242. Re: weird command line args problem with C
  243. inputting strings.
  244. Pseudocode For Statement
  245. I need help with C for Linux
  246. problem with generating random numbers !
  247. Strange command line args problem
  248. Is it OK to modify argv ???
  249. Why segmentation fault
  250. Newbie question: comparison between pointer and integer