PDA

Voir la version complète : comp.lang.c


Page : [1] 2 3 4 5 6 7 8

  1. Re: constant string doubt
  2. Re: GCC compiler error
  3. Re: GCC compiler error
  4. Re: Identifying variables: what process do you follow?
  5. Pre-Alpha CLC Standard Container API Proposal...
  6. how to use a variable without reference
  7. list reverse function
  8. Selection sort and bubble sort
  9. Re: Identifying variables: what process do you follow?
  10. Re: Need Some in C
  11. Re: Plauger & Brodie documentation
  12. How to write spyware in C ???
  13. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  14. Algorithm to pixelate photo
  15. Re: pointer offsetting
  16. Re: I am thankful to all
  17. Libreadline + get pt + multiple session over socket
  18. Re: BIG or little endian
  19. What should be the prototype of this function ? (noonie)
  20. Regarding brk and sbrk
  21. AIX C compiler message unexplainable
  22. How can i read the stack frames of running process?
  23. Re: C (functional programming) VS C++ (object oriented programming)
  24. Pointers to structs - !
  25. What should be the prototype of this function ? (noobie)
  26. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  27. Getting sizeof an anonymous struct declared inside a union
  28. simple printf question
  29. Seg Fault - Can not access memory ?
  30. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  31. What's the use of anonymous structs?
  32. Pre-emptive multithread programing....
  33. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  34. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  35. is lcc-win32 using gpl code???
  36. Re: enum range
  37. time complexity
  38. Missing prototype and resulting coredump
  39. Initialize the HashTable
  40. static library and dynamic library
  41. Is realloc good form ?
  42. Re: C both slow and memory-hungry for embedded systems?
  43. sendto(msg) points to uninitialised byte(s)
  44. The sizeof operator : sizeof(++i)
  45. [OT] lcc-win32 and GNU
  46. Re: Question about size and memory layout of a Union.
  47. Finding number of bits of integer
  48. Distance between struct members
  49. printf on alcohol
  50. can't locate my include files
  51. Re: Goto still considered ful
  52. libreadline in multithreaded enviornment
  53. Re: Stats for comp.lang.c (last 7 days)
  54. Re: Dev-C++ compiling problem
  55. Re: Goto still considered ful
  56. Re: Goto still considered ful
  57. Re: Goto still considered ful
  58. make: are command line variables stored in a macro?
  59. Large Database System
  60. Socket Problem............
  61. Shuffling string
  62. PLEASE - odd string sorting related problem
  63. Re: About little big endian in C
  64. Processor Obsolescence Solution.
  65. Inconsistent behaviour for (1 << 32)
  66. Re: About little big endian in C
  67. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  68. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  69. shellspi.h not compiling
  70. Re: Identifying variables: what process do you follow?
  71. Stats for comp.lang.c (last 7 days)
  72. Re: Goto still considered ful
  73. How to exit out of a function ? what is try-catch-throw in terms of Program Counter
  74. example rquired
  75. Selection Sort in descending order !!
  76. Need plz
  77. Re: About C and order of evaluation
  78. comparison
  79. Function call before main.
  80. Variable declaration inside a switch statement.
  81. C Unleashed
  82. Book suggestions
  83. sizeof and passing pointer
  84. Including source
  85. How to send dynamic vector?
  86. C pronunciation question
  87. How to pass multi-dimensional array?
  88. Re: Register variables doubt
  89. sizeof(ptr) = ?
  90. streams - c standard
  91. about gcc 4.2
  92. Looks like the "conspiracy theories" really were true after all...
  93. need some basic progarams in c
  94. Print a short instead of an int... ? What's up with "%hd"?
  95. Linux: Unbuffered reading from stdin
  96. Millionaire Dating Site for Quality Dating.
  97. Force printf format?
  98. dynamic array ?
  99. pointers question
  100. linux coreutils 'basename' program question
  101. Integer promotion of function parameters
  102. Understanding a simple C program
  103. What is the best html to latex program on the market or the internet ?
  104. Raw Ethernet Packet Capture
  105. C
  106. Why connot declare a static member of STRUCT or UNION?
  107. volatile
  108. Has ANSI Approved ISO/IEC 9899:1999?
  109. Definition in Header files
  110. where do the extra bytes go while using Malloc ?
  111. text justification
  112. what does this ":" in the structure ?
  113. How is this trivial strncpy implementation
  114. Implementing polymorphic behaviour
  115. What does ((time_t)-1) mean?
  116. array index type
  117. NULL handling
  118. #define issue
  119. Mobile Startup looking for sharp coders
  120. NULL handling
  121. non ascii chracter problem
  122. problem with dynamic memory allocation
  123. return from main
  124. Macro function with void argument list
  125. defining the size_t type
  126. Re: C needs a BOOST
  127. Weary of using -1 for max unsigned values
  128. TECHFEST 2008 at IIT BOMBAY , INDIA
  129. Floating point subtraction with FLT_MAX error
  130. Question on free() ing a hash table
  131. Reading Binay files in Mac
  132. Program LCD HD44780 with 68HC11 in Handyboard
  133. One last question on hashes
  134. fseek/fsetpos moving stream position incorrectly
  135. typecasting problem
  136. Why write putc(s.i16 & 0xff, fp);
  137. C-derived OO Prog Language, Cross Platform GUI Toolkit, 2D/3D Graphics Engine Project
  138. Writing single bits to a file
  139. On the creation of an API for containers in C
  140. Linked lists
  141. Find the 'more' command source code
  142. error while loading shared libraries
  143. Is `removal of const qualifier from target pointer' a warning or an error?
  144. pll: who uses _Bool
  145. Stats for comp.lang.c (last 7 days)
  146. Writing interrupt driven circular buffer
  147. Building extensibility into an API
  148. Re: Malcolm's new book - Chapter 1 review
  149. Is this an error or undefined behaviour?
  150. Re: aiuto con gli indicatori
  151. LOSERS
  152. A string collection abstract data type
  153. invalid lvalue in assignment
  154. Re: I am thankful to all
  155. pointer concept
  156. about tree
  157. Delete a Non-empty directory Programmatically
  158. undefined behavior?
  159. Code for associative arrays ?
  160. Shortcut for accessing build-in struct
  161. security problems with execv
  162. Structs with functions?
  163. C return a++ - is it safe?
  164. Reclaiming locks
  165. Signals
  166. How to improve my function?
  167. The most important things to write a program
  168. How to we return two values from a function?
  169. file related
  170. extra flags in O3 than O2??
  171. Basic C question
  172. which one requires less memory?
  173. doubt regarding sizeof operator
  174. what is %p format specifier indicates in the printf statement?
  175. Hi, I want to implement a General Tree Data structure (Not Binary Tree ) which have more than 2 sub nodes?
  176. BItwise Operation ...
  177. Can we use break statement in conditional operator?
  178. about FSM (finite state machine)
  179. Xcode 3.0 (somewhat OT)
  180. Re: THEY WANT YOU DEAD. Watch Alex Jones's ENDGAME - The masterplan of the globalist elite is no longer a secret
  181. Hi, I want to implement a General Tree Data structure (Not Binary Tree ) which have more than 2 sub nodes?
  182. getting segmentation fault if I dont pass any command line parameters
  183. make on multiple platforms
  184. Hi, I want to implement a General Tree Data structure (Not Binary Tree ) which have more than 2 sub nodes?
  185. Please me to find the error
  186. Re: A Trend Towards Lower Software Maintenance Budgets?
  187. Re: Void function returns value
  188. Hello, World!
  189. printf("%d",float)
  190. Macro that expand differently depending on the function calling it.
  191. how to optimize a for loop
  192. ***********Super C Language************
  193. nested structures and initialization
  194. One question of C
  195. how can we check to not enter the any string or char?
  196. Block insert into mysql(5.0)
  197. Simple allocation of two buffer on AMD64
  198. A character with a negative value
  199. Bit Reversal using recursion
  200. Re: Designing fgetline - a perspective
  201. mnemonic
  202. Assigning values to char arrays
  203. Signed Bitfields
  204. what is the differrence b/w the usage or return and the exit in the C programming..
  205. Expect your comments
  206. Signal dispositions
  207. in socket programing
  208. connection to server via HTTP
  209. Casting pointers to varargs functions
  210. openmp under cygwin
  211. Real Time programs
  212. Variable Length
  213. C Questions
  214. Debugging core file?
  215. Absense of bool
  216. Mnemonic
  217. Sizeof ponters
  218. cannot read after \n using strtok()
  219. segmentation fault
  220. argument evaluation
  221. Terminal input and pipe - possible to have both?
  222. Question1
  223. Network time to C time
  224. Nullable/Notnull : syntax proposal
  225. What is purpose of #defs inside a strcuture
  226. Advanced Test in C: The 0x10 Best Questions for C Programmers
  227. evalutation order for logical operators
  228. ANSI C grammar dependency graph
  229. Discarding contexts of a text file starting from an offset
  230. return value of successful open call
  231. different way of finding out offsetof a member in structure
  232. need to find a good C tutorial
  233. What is the "point" of using pointers? (tutorial 4 retarded C programmers sufferrers of ADD also ;-) )
  234. to explain sscanf()
  235. "test.c:20: error: expected identifier before ‘(’ token"
  236. Why oh why does this NOT give a compile error?
  237. bitwise operator and endianness
  238. Some suggestion required regarding get line functionality.
  239. Eclipse CDT error parser for external tool
  240. MISRA C latest guidelines--- anybody has?
  241. Bit count of an integer
  242. A better algorithm to calculate a leap year?
  243. Read a line under MS/Unix/Mac
  244. What's the deal with size_t?
  245. Looking for quality source code to read
  246. How to handle invalid argument with C?
  247. An interview question by MS
  248. Generalize function to read different structure from file
  249. invalid operands to binary == or wrong type argument to unary exclamation mark
  250. error:not a class
  251. Interview question
  252. odbc project
  253. difference inbetween macro & function
  254. strtok challenge
  255. Are system calls sometimes costlier than library calls?
  256. Troubling Alignment (I think) issue.
  257. Richard heathfields casting operation
  258. getopt under windows
  259. Re: Bug/Gross InEfficiency in HeathField's fgetline program
  260. const is not const
  261. main without a return statement
  262. asdf
  263. function arguments and pointers revisited
  264. Negative Value
  265. Negative Value
  266. How to create separate character pointers?
  267. sub-int types, casts, MISRA and RH's writings
  268. Add 4 20 digit numbers in C
  269. Richard heathfields C programming article
  270. How to create large files with c?
  271. how to get dollars($) in c
  272. Re: An important message to all jobseekers ,and internet users
  273. Linux, extracing symbol table to read core dump
  274. Negative "not taking"
  275. Which are the best manner to return a pointer to a pointer of two-dim array?
  276. mallinfo for 64bit
  277. About time functions and daylight savings
  278. 0 converted to 0.0 for float variable?
  279. mutex multi process sharing question
  280. linker warnings
  281. O_TEXT, in microsoft environment
  282. Richard Heathfield's personal threads.
  283. Port code from Solaris to Linux
  284. program design, what datastructure to choose question.....
  285. Re: Designing fgetline - a perspective
  286. Time and memory performance of C versus C++
  287. simplebinary tree
  288. decimal constant too large
  289. Defeating Optimisation for memcmp()
  290. Weird sprintf behavior
  291. How to count Number of Instructions executed in One Second
  292. Function pointer dereference security
  293. dumpbin with debug and release version
  294. I cant do change string to int.
  295. Problem when i pass pointers to functions
  296. very much new to c need ur
  297. Typedef question
  298. C code
  299. Keith Thompson's messages dont come through
  300. Question regarding memory alignment