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


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

  1. Error with fgets
  2. Error with cc sunstudio compiler
  3. atoi and INFINITY
  4. printf("....%d",sizeof((int)(double)(char) i))
  5. problem with rand()
  6. y >> (8 * (sizeof(int) -1))
  7. string combination
  8. malloc() and implicit cast
  9. Dynamically loop through array of structures
  10. understanding getopt_long()'s hasarg setting
  11. Vectors vs arrays
  12. without main()
  13. Re: Ambiguous errata solutions for K&R2
  14. Organization of Structs
  15. Use preprocessor in header
  16. why cant functions return arrays
  17. #redefine preprocessor macro statement.
  18. problem with double data in exponential form
  19. How to determine curreent date and time/
  20. Static checking of C programs with LCLint
  21. const problem
  22. GetCommState failed with error 87.
  23. linked list
  24. Link through Header Files
  25. struct/union pointer/address stuff.
  26. Struct/Union pointer stuff
  27. Replacing fgets Problem solved.
  28. Write two separated objects?
  29. How to design a program in C?
  30. Question on the FAQ
  31. #define for very small numbers ?
  32. How do I create a function in my library for passing user callback function
  33. Problem with atoi and strlod
  34. An array of function pointers - generated parametrically
  35. Recursion Basics
  36. `if (!p ? i++ : 0) break;' == `if (!p){ i++; break;}' ?
  37. Library Function for converrting double to string
  38. K&R2 Exercise 4-12
  39. Strange I/O error
  40. Re: how to do an infinite loop
  41. Sliding window
  42. success! I think
  43. "row major" - technically no such thing in C?
  44. ow to prevent macro expansion in C/C++?
  45. local variables in a recursive program
  46. C Books and algorithm books
  47. Variable declaration followed by colon?
  48. Test the validity of each argument in a function
  49. Function return value doubt
  50. case label does not reduce to an integer constant
  51. How much fast is C++ than Java?
  52. writing structure to a file
  53. When to use macros.
  54. Regarding extern
  55. working of drand48()
  56. How to eliminate this global variable, silent?
  57. How to return two values in a function?
  58. How to test the correctness of a function?
  59. 'static' to make object accessible by file
  60. What is the use of qualifier const
  61. is this portable?
  62. C source code line count function
  63. programming disucssion group
  64. Why do people say 'extern' is error prone ?
  65. lint still useful?
  66. Network modules
  67. Dealing with illegal instruction
  68. Storing integer values in a void*
  69. extern pointers.
  70. the static identifier in the global scope
  71. callback functions
  72. What is wrong in this program ?
  73. What is wrong in this program ?
  74. How to generate random numbers in C
  75. Why C dont allow the name of a variable start with a digit?
  76. How to get more precision in C ?
  77. heathfield vs navia
  78. How to be a better C programmer?
  79. How to be a better C programmer?
  80. [OpenCV] Extract en recognize barcode from image file.
  81. lost.
  82. Linking with a particular shared library by full path overridingLD_LIBRARY_PATH
  83. Parentheses and compiler optimzation
  84. Problem with hdparam
  85. scanf
  86. #define a macro that #includes
  87. Re: Keil c51 interprets &Array as Array. Is that normal?
  88. "ab" mode in fopen
  89. algorithms, tips or info on dfa correction
  90. does C allow this ?
  91. K&R2, exercise 5.5
  92. function pointer and pointer to function
  93. what is NULL pointer dereferencing
  94. volatile const
  95. Re: '__setvideomode': unresolved external
  96. it is not printing the right values
  97. K&R2, page 106 <strcmp>
  98. producing the memory layout you really want is non-portable anddeprecated
  99. extra character when writing file
  100. Re: C++ more efficient than C?
  101. x&(x-1) ... why only 2's complement system?
  102. print output
  103. How to optimize?
  104. needed with if- else cases
  105. #ifdef __cplusplus
  106. Find job details in C/C++ programming languages
  107. int main(int argc, const char * argv[]) ??
  108. spin_lock
  109. recursion.
  110. K&R2, exercise 5.4
  111. Kernel modules syntaxes
  112. Reading words from a text file
  113. C FAQs 6.12
  114. function pointer
  115. Arrays & Pointers
  116. detect non reentrant function
  117. Questions about mmap()
  118. How to use qsort function of C library ?
  119. inline
  120. Information hiding
  121. Using GCC as a Front-End
  122. problem with multiple source file
  123. sizeof()'s strange behviour
  124. K&R2, exercise 5.3
  125. K&R2 , section 5.4
  126. What are the differences in EOF & FEOF in the
  127. Any idea why this program is not generating an output ?
  128. Why would someone use c++ compiler on a C code?
  129. Prog question
  130. tools for C and C++
  131. Sharing a variable across multiple files
  132. How to make it faster?
  133. Problem with dlopen
  134. long double
  135. Re: assigment statement can use an expression when declaring a variable?
  136. Ambiguous/debatable errata
  137. storing 1,000,000 records
  138. Portability
  139. C90 long long
  140. C++ more efficient than C?
  141. WTC Towers: The Case For Controlled Demolition
  142. [Q]const char *const * ??
  143. qsort problem
  144. out
  145. hand made art carft, el sanatlari
  146. Can 'gprof' show profile info on lib routines such as 'malloc'?
  147. using the shm_open() function for shared memory access in linux --regarding
  148. How to show accuracy differences?
  149. strings
  150. enum
  151. padding and enums
  152. A* algorithm
  153. how this works ?
  154. Not a number problem
  155. Which function header do you prefer?
  156. preprocessor question
  157. -atof- function , example from section 4.2 K&R2
  158. Multithreading Books
  159. Reading BSD system code
  160. Macro constants
  161. Not quite standard... but socially acceptable
  162. Is it possible to have two main functions in a c program?
  163. Software tools in Pascal: did I make a mistake?
  164. Debug statements
  165. would C be easier to read if...
  166. K&R2, exercise 4-2
  167. point classes, design of class relation
  168. K&R2 section 4.1 example
  169. Optimization
  170. TCP File Transfer behind NAT
  171. C compiler version check
  172. const confusion
  173. A conundrum in C: found this fragment in Steve McConnell's CODECOMPLETE
  174. Recursive function won't compile
  175. C elements of style
  176. Accent problem
  177. C programmers have a phobia of Java/C++ programmers
  178. extern declaration
  179. my doubts in C
  180. dont read heathfield book
  181. opinion poll: who is better programmer navia or heathfield ?
  182. How to become a good programmer like jacob navia ?
  183. Printing simple shapes on screen
  184. Strange sintax
  185. free squirt
  186. Question about function "settimeofday"
  187. Regular expressions (multiple match problem)
  188. ftp connection through C.
  189. Can we do regular expression processing in C ?
  190. calling createwindow function the program exit
  191. Makes it sense to get a copy of the ANSI standard documents?
  192. fgets() and fopen() with "w"
  193. Variable arguments of enum type
  194. Undefined behaviour in expressions
  195. child super models, illegal porn, kids nude, preteen girls, preteennudist
  196. More bit shifting issues
  197. Re: MISRA-C:2010 (version 3)
  198. µ÷ÓÃcreatewindowº¯Êý³ÌÐò×Ô¶¯Í˳ö£¨calling createwindow function the system exit£©
  199. warning: use of C99 long long integer constant
  200. Re: any error in the code
  201. Re: strange calling convention?
  202. Re: any error in the code
  203. Re: [Makefile]How can I deal with multi-dirs?
  204. Naming question
  205. srand with big numbers
  206. why do the following crash
  207. how is the do loop in the switch code
  208. Fedup with SPAM
  209. Word alignment - Why doesn't this crash?
  210. we need some data on line
  211. User defined stack for threads in Linux 2.6.11 + glibc 2.3.5
  212. strcat strncat and strlen
  213. sizeof(x)
  214. Strange bit shifting result with gcc - am I missing somethingobvious?
  215. Reentrant functions and memory allocation
  216. ?: as an lvalue
  217. creating a testfile for catv
  218. parsing tree
  219. I very happy!
  220. Hii.. Friends
  221. A Problem with Batch Compiling using Makefile
  222. restrict keyword questions
  223. Macro to indicate directories in filenames
  224. Public Access Compilers
  225. Backtrace function
  226. Strings and arrays
  227. Re: Implementation-defined behaviour
  228. Re: Union trouble
  229. best way to manage the headers..
  230. Padding bits and char, unsigned char, signed char
  231. error handlling in C
  232. Re: Implementation-defined behaviour
  233. Re: Implementation-defined behaviour
  234. Re: Implementation-defined behaviour
  235. Convert native character string to ASCII array of integers
  236. Re: Union trouble
  237. why i am getting error ??
  238. underage lolitas, sun bbs, preteen models, preteen art, preteen girl
  239. lolita models, nude preteen, kids naked, preteen nudists, nudist kids
  240. preteen panties, hussyfan, underage sex, lolita porn, naked kids
  241. preteen boys, nude lolitas, loli, young preteens, illegal
  242. lolita bbs, pre teen model, preteen naked, nude kids, preteens
  243. nude preteen models, preteen porn, nude preteen girls, nude preteens,underage girls
  244. preteen lolita, child sex, preteen model, ls magazine, naked preteens
  245. lolita, nude lolita, preteen model galleries, pre teen underwearmodel, preteen bbs
  246. pre teen models, pre teen model websites, russian lolita, lolita sex,underage lolita
  247. bb king, lolita nude, nude children, child super models, loli bbs
  248. little lolitas, bbs, pthc, lolita art, lolita pics
  249. compiling multiple source files
  250. Re: || putchar(ch == '\177' ? '?' : ch | 0100) == EOF)
  251. Enum type check in function call
  252. Re: What's the server address of the comp.lang.c newsgroup?
  253. Re: Implementation-defined behaviour
  254. case labels
  255. How to group objects from static library in a section?
  256. Inline initialization of a struct containing a string array
  257. void * vs. T *
  258. interesting examples to learn C.
  259. A plea for sanity!
  260. simple file compression program
  261. Doubts about pointers
  262. Memory adress of screen
  263. bitwise operators
  264. bus error
  265. How a linker works (continued)
  266. Making a C Refactoring Program
  267. {} in assignment
  268. files in c++
  269. printf and cout
  270. Simple doubt about blocks
  271. Online C tests
  272. question on structures.
  273. what this program do
  274. writing to pipe
  275. function declaration overloading in C
  276. How do I use bsearch() ?
  277. Comments 'ok'?
  278. size limits for string literals
  279. Re: cherfils
  280. Career in C
  281. ext4 file structure
  282. order of array subscripts
  283. whats happening here
  284. what to do when malloc returns NULL?
  285. how to explain this
  286. How to eliminate multiple declaration error for a symbol present inboth libs( without modifying libs)
  287. porting app from HP-UX to Linux
  288. strtod( )
  289. Clearing Padding in Structure
  290. Function pointer tables
  291. learning from an existing project's code
  292. SHA1 algorithm -- fully portable
  293. half edge data structure
  294. What's the deal with C99?
  295. Strange problem with linked list code on windows OS
  296. Query about " warning parameter names (without types) in functiondeclaration"
  297. How do linkers work?
  298. polymorphic structs with "methods"
  299. The problems in comp.lang.c