PDA

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 99 100 101 102 103 104 105 106 107 108 109 110 111 112



  1. Copying structs
  2. friends, namespaces and operators.
  3. LNK 2001 error using the cl compiler??
  4. Is this legal ?
  5. authentication
  6. File locking
  7. K&R 1.5.1 exercise
  8. why this C code did'nt works as expected
  9. Why 'sizof (CBuffer::m_pData)' doesn't work ?
  10. error w/ pointer to structures
  11. Array size using pointer
  12. tree problem
  13. Systemdiag via c.prog
  14. Doubt regarding const......
  15. string copy problem
  16. Unitialized pointers?
  17. Connect two pointers (arrays)
  18. scanf address
  19. flush(stdin)
  20. Linked List problem.
  21. double while loop in linked list
  22. what does "strict alignment" mean?
  23. Global variable declaration in headers
  24. bit masking
  25. In fflush(stdin), what happens to flushed data?
  26. Variable number of parameters in a function call?
  27. having problems with math library
  28. Where can I find the implementation code for a function in C language?
  29. Free C\C++ compiler
  30. Help! Raw Socket CheckSum
  31. lcc-win32
  32. OT: Free IPOD site that actually works
  33. What type is a structure?
  34. Catching a process' own stdout
  35. Array of pointer Vs Pointer to Array
  36. bus error in linked list
  37. byte to LONG
  38. For in Macros??
  39. Recursive Union
  40. What Kind of DataStructures C using? ( Heap or Tree ??)
  41. How to create shared memory ?
  42. Function delcared inline but not defined inline
  43. having problems with pointers (segmentation fault)
  44. scanf() help
  45. stdout not open?
  46. Newbie-Question: Function-Parameters
  47. Some advice about references on memory management in C
  48. Lexical variables - speed penalty?
  49. Is there an open source C compiler to Stack Machine?
  50. Broken pipe
  51. how to get the filename of a FILE pointer
  52. Ambiguity in semantics of assignments?
  53. How to create a bitmap?
  54. Compiler for Windows (Open Source)
  55. Problem with an array of pointers
  56. newbiw question: What is the best way to declare and define global variables?
  57. volatile
  58. oob, raw_sock, PingOfDeath
  59. LINK : warning LNK4078: multiple ".data" sections found with different attributes (60000020)
  60. extern and Static
  61. Script-kiddies use C to write evil programs ! ! !
  62. fgxfg
  63. Why is stdprn not defined under Windows?
  64. fdatasync() does not work
  65. 2 pytania o float'a w C
  66. When fopen() fails
  67. char* gets(char* buffer)
  68. About Hast table
  69. fsync()/fdatasync() issue
  70. Newbie problem with MACROS
  71. libctiny.lib problem
  72. C++ array relative C question
  73. Julian timestamp to readable format
  74. Is there any library to get/fetch a remote URL?
  75. declare vs define of global variables
  76. preincrement puzzle
  77. Size limit of enum type?
  78. newb compile question
  79. goto to switch labels
  80. How to delete a line or a character?
  81. function to perform a * b / c in long int format
  82. strncmp(a,b,0)
  83. How to parse a remote Internet XML document via 'Libxml2'
  84. arrays and K&R 5.10
  85. Storing in array
  86. Design decisions on data structures
  87. Welcome to comp.lang.c!
  88. Dungeon Master - like sources
  89. segmentation fault - code attached
  90. searching data for a large set of substrings
  91. need to be enlightened on pid_t
  92. Questions
  93. Reply
  94. Question about fgets.
  95. Questions about memmove
  96. setjmp.h and other people's implementations
  97. length of array filled with pointers?
  98. What is a type?
  99. Signal Call
  100. Question about concatenating quotation marks
  101. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  102. comp.lang.c FAQ list Table of Contents
  103. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  104. is there any way to check asynchronously whether stdin contain data to read?
  105. is there any way to check asynchronously whether stdin contain data to read?
  106. Compile and link
  107. watching a file
  108. atexit()
  109. Can I write a recursive type definition ?
  110. Function arguments
  111. About union
  112. Using mysqlclient library -- odd crash
  113. Unis signal handling in parent child scenario.
  114. fopen() vs. open()
  115. Could VC6 be integrated with gcc, and if so,how to do it?
  116. Pointer Usage
  117. Compound statements in expressions
  118. SET ADT
  119. OO in C
  120. Endless loop question
  121. Trying to understand pointers for function paramaters
  122. SMBus find devices
  123. problem with implementing pipe
  124. invalid floating point value
  125. how to efficiently find line number k
  126. unsigned long long + int
  127. attempt at qsort implementation
  128. "crunch"--I@can't understant its meaning!
  129. #include optimization
  130. opinions on logical OR variation
  131. SIOCGSTAMP question
  132. while Vs for loop
  133. a history question
  134. Why is this allowed in C?
  135. Obtain sizeof struct element using offsetof()?
  136. elementary construction +2
  137. How do I pass the & instead of a ptr?
  138. # inside a macro body
  139. Is this valid C statement?
  140. how do i link 3rd party lib on windows ?
  141. comp.lang.c.moderated group?
  142. Sizeof(X) on different architectures
  143. sscanf parsing doubt
  144. EFAULT error in accept socket call
  145. syntax for e (natural logs)
  146. Order of structure members in memory
  147. printf conversion problem
  148. sscanf parsing doubt
  149. New Hand of the C Program
  150. align to double or to long double?
  151. OVeR grate
  152. Variable Sized Struct Members?
  153. Isn't C Programming In DOS, A Part Of This Newsgroup?
  154. integer to char table problems
  155. How can I use socket.h?
  156. Rectangle intersection
  157. Clearly, it is too late to fix c99 - C is dead
  158. contiguity of arrays
  159. electronic component connection routing
  160. strstr(char *str1, char *str2)
  161. elementary construction +1
  162. Disadvantage of using 'inline'
  163. 6 byte integer to string
  164. Max Path [Newbie]
  165. Invoking A DOS Program Through A "C" Program
  166. envp[i]!=(char *)0
  167. struct and union alignment
  168. Pointer question [ Newbie ]
  169. need help creating a tree of processes(implemented in C)
  170. mysql problem
  171. C language portability support
  172. ++i vs i++
  173. calling fopen using function
  174. Beta testers needed - C to Java byte-code compiler/IDE
  175. Creating an MD5 hash with crypt.h
  176. Q: volatile struct elements or entire struct?
  177. Managing global vars between files
  178. elementary construction
  179. c-book
  180. Screen Handling
  181. Viewing the *.I file of my C source code in MS Visual C++ 6.0
  182. memory
  183. WinAPI to locate a file in directory
  184. context switching with setjmp
  185. C compling Error on IBM 390
  186. great
  187. malloc and pointer hell
  188. newbie-question: comments
  189. connect to ftp
  190. Error ifndef _REENTRANT?
  191. Bete Test for MPC Compiler/IDE
  192. Problem with DO-WHILE Loop
  193. removing a loop from a linked list?
  194. Dynamically assigning data type
  195. Malloc/Free - freeing memory allocated by malloc
  196. News
  197. Newbie-question: scanf alternatives?
  198. problem adding into a tree
  199. How to determine available system calls on a Unix/Linux system
  200. init of multdim array of structs...
  201. Some Newb Problem with "int", please help.
  202. Doubt-Efficiecy of 3D arrays
  203. Welcome to comp.lang.c!
  204. Unit / Coverage testing
  205. question
  206. C Program Portability
  207. Developing chat application
  208. compilers & stack machines
  209. declaring array of pointers
  210. Comparing Linux C and C++ Compilers: Benchmarks and Analysis
  211. How to find out if an int has no value
  212. Out-of-bounds access and UB
  213. Exception handling
  214. linux speaker beep
  215. declaring a function only if it isn't already declared
  216. Embedded systems and C programming
  217. Daylight saving
  218. Why not 64 bit under 32?
  219. Passing and returning arrays to and from functions
  220. Please help beginner
  221. ping source code
  222. ugu
  223. Accessing members of array as a different type
  224. system() doesnt give me the control back ..
  225. srand() troubles
  226. C Beginner Question
  227. [OT] C function call cost.
  228. variable changed, but i didn't change is.
  229. Loop Optimization, Array Alignment
  230. Q: Type'ing the infamous 'flags' field
  231. about header files
  232. C library VS (Unix) System calls ?
  233. b = 2 / a[2]
  234. array a[(foo)()] (help)
  235. Floating point number to binary
  236. Re: free() dumps core with a segfault.
  237. #ifdef
  238. C external execution - trap stdout + stderr
  239. New Annotations
  240. need help with input and output files ASAP
  241. Warnings when using % operator
  242. "does not give a valid preprocessing token"... Why?
  243. Re: free() dumps core with a segfault.
  244. string & bytes
  245. Re: free() dumps core with a segfault.
  246. Question about declaring Floating Point Variable in a Structure
  247. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  248. Re: free() dumps core with a segfault.
  249. [ANN] StarBurn SDK 4.1.0 released.
  250. Tips on gaining proficiency in C