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


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

  1. Validating a string with sscanf
  2. #define vs typedef
  3. with pointers and absolute memory addresses
  4. Is this correct..??
  5. Re: converting int values to other formats
  6. time()
  7. // comments
  8. Problem setting signal handler
  9. Collatz Conjecture
  10. fclose(0)
  11. Question on Wording
  12. Insert a string into a string
  13. Another dynamic memory doubt
  14. cast multi-dimension array to pointer: T[][] to T*
  15. lcc-win32 conformance question
  16. renew() an array?
  17. Is malloc() function provided in <stdlib.h> thread-safe?
  18. free() unreliable?
  19. C aptitude
  20. Question on quicksort and mergesort calculations
  21. Problem with the incrementation of pointer
  22. translation from matlab to C object containing matrices undefinedlength of object
  23. Garbage collection
  24. How to replace /(division) operator
  25. x % y = ( x -(x/y) * y)
  26. scanf("%d. %d. %d",&d,&m,&y);
  27. printf("%d",*(&ptr2 + 2))
  28. Can not `setlocale(3)' more than once in Linux
  29. udp multicast server and client
  30. Need Hashmap in C AND C++
  31. best way to suppress "unused" warning?
  32. Newbie. Microsoft Visual Express 2008. Problem with Assignment
  33. __stdcall alternative
  34. What the fastest algorithm for find max/min in an array of integers?
  35. ubuntu and its C compiler
  36. Are there statistics packages in ANSI C and/or ANSI C++?
  37. error and warning
  38. ansi c & SSL
  39. atoi
  40. Random IO Read
  41. "libdb-4.2.la" not found
  42. C programming question
  43. A question of Precedence: Two functions from a C stack.
  44. dragging a file to a textbox, and a filename appearing
  45. dealing with huge data
  46. Timer in C (like in Java)
  47. casting question - i64 = *((__int64*)&d);
  48. srinivas
  49. How to know linked Files
  50. Re:
  51. Sliding window and wrap-around
  52. answer this question
  53. Using C for game development
  54. optimizers are overrated
  55. 'half' floating point type
  56. signals blocking
  57. avl tree
  58. a fanny question
  59. sorting the input
  60. Test C Skill [Online Exam)
  61. concatenating strings
  62. While and fgets
  63. Efficient strcat implementation.
  64. character conversion
  65. Implementing DataBase concepts using C
  66. Getting path components
  67. C FAQs section 20.27
  68. Single RJ-45 with two NICs?
  69. implementation of drand48() as given in steve summit's book
  70. constant multidimensional array in a function argument
  71. K&R2 , exercise 7.6
  72. GDBM prototype magic.
  73. getline() problem
  74. Unsigned datatype
  75. relative ordering of static libraries
  76. Time delay loop less than 1ms
  77. Multiple inheritance doubt
  78. Floating-Point Constant with Payload
  79. diff o/p
  80. Should embedded systems compilers be trusted
  81. HI.........
  82. K&R Ex 1-3
  83. A trick question
  84. memset o/p not correct
  85. looking for implementation of strtok
  86. Char buffer error in a Structure
  87. What are the minimum numbers of bits required to represent C stdfloat and double components?
  88. Pointer subtraction problem, source boost pic
  89. Can a double be 32 bits?
  90. compile errors. pls
  91. sizeof in old C compilers
  92. Identifiers starting with __
  93. Realloc and pointer arithmetics
  94. how to specify power of number
  95. Problem in writing structure to Binary file in C lang
  96. pointer to string
  97. pointer to string
  98. Token Pasting
  99. Size of array too large
  100. Unpacking 12bits integer type into 16bits
  101. Function pointer cast
  102. Subtracting strings
  103. ioctl serial port and SIOCGSTAMP
  104. C++, C#, C Excellent site!!!
  105. tools to analyze the code at compile time
  106. UDP source port
  107. Bitmask vs bitfields
  108. Re: Puzzle Book & Answer Book
  109. Trigger function on shared module init
  110. Moronic reference site
  111. function prototype in code block
  112. Free online Test of C/C++
  113. writing a makefile
  114. why this does n't works
  115. un named bit fields
  116. hi, is there any C runtime library in coff .obj format?
  117. Working with Cash and uses of Typedef
  118. pointer normalization
  119. Question about a struct declaration
  120. binary tree node deletion
  121. vague lvalue vs rvalue question
  122. Sockets
  123. Error with fgets
  124. Error with cc sunstudio compiler
  125. atoi and INFINITY
  126. printf("....%d",sizeof((int)(double)(char) i))
  127. problem with rand()
  128. y >> (8 * (sizeof(int) -1))
  129. string combination
  130. malloc() and implicit cast
  131. Dynamically loop through array of structures
  132. understanding getopt_long()'s hasarg setting
  133. Vectors vs arrays
  134. without main()
  135. Re: Ambiguous errata solutions for K&R2
  136. Organization of Structs
  137. Use preprocessor in header
  138. why cant functions return arrays
  139. #redefine preprocessor macro statement.
  140. problem with double data in exponential form
  141. How to determine curreent date and time/
  142. Static checking of C programs with LCLint
  143. const problem
  144. GetCommState failed with error 87.
  145. linked list
  146. Link through Header Files
  147. struct/union pointer/address stuff.
  148. Struct/Union pointer stuff
  149. Replacing fgets Problem solved.
  150. Write two separated objects?
  151. How to design a program in C?
  152. Question on the FAQ
  153. #define for very small numbers ?
  154. How do I create a function in my library for passing user callback function
  155. Problem with atoi and strlod
  156. An array of function pointers - generated parametrically
  157. Recursion Basics
  158. `if (!p ? i++ : 0) break;' == `if (!p){ i++; break;}' ?
  159. Library Function for converrting double to string
  160. K&R2 Exercise 4-12
  161. Strange I/O error
  162. Re: how to do an infinite loop
  163. Sliding window
  164. success! I think
  165. "row major" - technically no such thing in C?
  166. ow to prevent macro expansion in C/C++?
  167. local variables in a recursive program
  168. C Books and algorithm books
  169. Variable declaration followed by colon?
  170. Test the validity of each argument in a function
  171. Function return value doubt
  172. case label does not reduce to an integer constant
  173. How much fast is C++ than Java?
  174. writing structure to a file
  175. When to use macros.
  176. Regarding extern
  177. working of drand48()
  178. How to eliminate this global variable, silent?
  179. How to return two values in a function?
  180. How to test the correctness of a function?
  181. 'static' to make object accessible by file
  182. What is the use of qualifier const
  183. is this portable?
  184. C source code line count function
  185. programming disucssion group
  186. Why do people say 'extern' is error prone ?
  187. lint still useful?
  188. Network modules
  189. Dealing with illegal instruction
  190. Storing integer values in a void*
  191. extern pointers.
  192. the static identifier in the global scope
  193. callback functions
  194. What is wrong in this program ?
  195. What is wrong in this program ?
  196. How to generate random numbers in C
  197. Why C dont allow the name of a variable start with a digit?
  198. How to get more precision in C ?
  199. heathfield vs navia
  200. How to be a better C programmer?
  201. How to be a better C programmer?
  202. [OpenCV] Extract en recognize barcode from image file.
  203. lost.
  204. Linking with a particular shared library by full path overridingLD_LIBRARY_PATH
  205. Parentheses and compiler optimzation
  206. Problem with hdparam
  207. scanf
  208. #define a macro that #includes
  209. Re: Keil c51 interprets &Array as Array. Is that normal?
  210. "ab" mode in fopen
  211. algorithms, tips or info on dfa correction
  212. does C allow this ?
  213. K&R2, exercise 5.5
  214. function pointer and pointer to function
  215. what is NULL pointer dereferencing
  216. volatile const
  217. Re: '__setvideomode': unresolved external
  218. it is not printing the right values
  219. K&R2, page 106 <strcmp>
  220. producing the memory layout you really want is non-portable anddeprecated
  221. extra character when writing file
  222. x&(x-1) ... why only 2's complement system?
  223. print output
  224. How to optimize?
  225. needed with if- else cases
  226. #ifdef __cplusplus
  227. int main(int argc, const char * argv[]) ??
  228. spin_lock
  229. recursion.
  230. K&R2, exercise 5.4
  231. Kernel modules syntaxes
  232. Reading words from a text file
  233. C FAQs 6.12
  234. function pointer
  235. Arrays & Pointers
  236. detect non reentrant function
  237. Questions about mmap()
  238. How to use qsort function of C library ?
  239. inline
  240. Information hiding
  241. Using GCC as a Front-End
  242. problem with multiple source file
  243. sizeof()'s strange behviour
  244. K&R2, exercise 5.3
  245. K&R2 , section 5.4
  246. What are the differences in EOF & FEOF in the
  247. Any idea why this program is not generating an output ?
  248. Why would someone use c++ compiler on a C code?
  249. Prog question
  250. tools for C and C++
  251. Sharing a variable across multiple files
  252. How to make it faster?
  253. Problem with dlopen
  254. long double
  255. Re: assigment statement can use an expression when declaring a variable?
  256. Ambiguous/debatable errata
  257. storing 1,000,000 records
  258. Portability
  259. C90 long long
  260. C++ more efficient than C?
  261. WTC Towers: The Case For Controlled Demolition
  262. [Q]const char *const * ??
  263. qsort problem
  264. out
  265. hand made art carft, el sanatlari
  266. Can 'gprof' show profile info on lib routines such as 'malloc'?
  267. using the shm_open() function for shared memory access in linux --regarding
  268. How to show accuracy differences?
  269. strings
  270. enum
  271. padding and enums
  272. A* algorithm
  273. how this works ?
  274. Not a number problem
  275. Which function header do you prefer?
  276. preprocessor question
  277. -atof- function , example from section 4.2 K&R2
  278. Multithreading Books
  279. Reading BSD system code
  280. Macro constants
  281. Not quite standard... but socially acceptable
  282. Is it possible to have two main functions in a c program?
  283. Software tools in Pascal: did I make a mistake?
  284. Debug statements
  285. would C be easier to read if...
  286. K&R2, exercise 4-2
  287. point classes, design of class relation
  288. K&R2 section 4.1 example
  289. Optimization
  290. TCP File Transfer behind NAT
  291. C compiler version check
  292. const confusion
  293. A conundrum in C: found this fragment in Steve McConnell's CODECOMPLETE
  294. Recursive function won't compile
  295. C elements of style
  296. Accent problem
  297. C programmers have a phobia of Java/C++ programmers
  298. extern declaration
  299. my doubts in C