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 113 114 115 116 117

  1. Fork + Waitpid
  2. Array of strings
  3. writing IRC plugins with C
  4. Is it required to comply byte alignment within a function?
  5. Any easy to printf an interger in 9,999, 99 format?
  6. ERROR: storage size of 'tzp' isn't known
  7. printf formats for size_t?
  8. ANSI C (C99) testsuit compliancy
  9. Test for contiguous alphabet in character set
  10. Clearing an array
  11. lexx/yacc usefull ? when why ?
  12. How to Convert 8-bit data to 10-bit data?
  13. Need softcopy of book ..
  14. manipulation and memory allocation
  15. Need to View the contents of an EXE file
  16. Macro Definition ---- read_XDATA(address)---
  17. Scanset
  18. My MSVC 6 DLL now has HEAP corruption problems
  19. Quicksort
  20. Newbie struggling with function pointers
  21. child thread question
  22. God is not a man
  23. xdr library
  24. lex and yacc
  25. pointer usage in c
  26. variable definiton / variable declaration
  27. #define ARR_SIZE sizeof(arr)/sizeof(arr[0])
  28. Handling interrupt
  29. Why would malloc() modify the behavior of this output?
  30. Returning results through the function parameter list?
  31. Newbie: Array of pointers to strings questions.
  32. constants not constant?
  33. constants not constant?
  34. lifetime of compound literal
  35. how #include directives are handled
  36. checking for > INT_MAX
  37. Assorted questions from a C++ programmer
  38. Help with function parameters...
  39. stripping non-numeric data from a string
  40. obtaining the time offset from UTC
  41. initializing variables
  42. macros: not a valid preprocessing token
  43. need addititional arg in given callback
  44. initializing variables
  45. multiple named initialization of same member
  46. Complicated macro...
  47. How to access hardware ports using C ?
  48. What's the difference of return 0; exit(0);exit(1)
  49. Calculator
  50. Why not auto?
  51. substracting a lot of numbers optimisation
  52. __VA_ARGS__
  53. Fibonacci series 2005 (once more just for fun :) )
  54. Eclipse IDE for ARM is based on what OS?.
  55. void*, char*, unsigned char*, signed char*
  56. Threads communcation in network programming
  57. gcc4
  58. char *(*pargv)[]
  59. Computing Industry shams
  60. One struct pointer question
  61. How to read the element when I receive a packet
  62. Looking for the "best in class" C/C++ open source software
  63. Which operation is more expensive?(a <= b and a != 0)
  64. Newbie Q: Fraction to double
  65. Showing an picture in a dialog box (WinAPI)
  66. problem with value of the pointer...
  67. speeding up C code
  68. How to use *.* parameter in the exec family functions?
  69. abt nested loops
  70. Stop for a moment
  71. Problem with following function
  72. Help
  73. void pointer cast segfaults
  74. struct alignment
  75. Re: "<>", a relational operator?
  76. Upcoming RFD: comp.compilers.unmoderated
  77. hey abt the one and only printf!!
  78. where can i get ctrace C program debugger for linux?
  79. Reading EXIF info from JPEG
  80. tool to measure performance of written function
  81. cheksum function
  82. Inline assembly statement
  83. how i can print the values of argv[] under unix environment.Plz help me
  84. OOP: legal cast?
  85. Dynamic allocation of memory
  86. Make stronger protection for your software products
  87. make compilation fail
  88. Lapack/ CLapack
  89. Problem with a linked list
  90. fopen() question.
  91. float variables in loops
  92. how to get structure elements?
  93. Difference between C89 and C99?
  94. What does this function do?
  95. return const value to be thread save?
  96. array of pointers
  97. Is there a standard way to write an 8 bit byte?
  98. dynamic char - realloc use
  99. unsigned wierdness
  100. function pointers as function parameters
  101. Checking if socket is still open?
  102. gcc and Static Variables
  103. scanf(), Parameter Passing, and Character Arrays
  104. wanted help with hex game
  105. Case insensitive search of substring in wide char
  106. whats wrong with this pointer?
  107. Differences between one-dimensional arrays in Java and C
  108. New website you may like
  109. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  110. comp.lang.c FAQ list Table of Contents
  111. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  112. What is the alternative to switch statement
  113. sizeof operator implementation
  114. Help With Arrays
  115. typedef struct
  116. a few doubts!
  117. Using define with variable values
  118. return a string
  119. main(int argc, char *argv[])
  120. struct and function-pointer casting
  121. two dimensional arrays:
  122. Caaling assembly routine in c
  123. how to use static function defined in one file in another file is that impposiible in 'c '
  124. Count maximum contiguous set bits in an integer .
  125. generate random points on a line
  126. How to use dlopen()???
  127. Changing Turbo C 2.01 Key Bindings
  128. How to store the contents of a file into a variable
  129. Converting large strings to numbers
  130. Avoid blocking
  131. Siemens MC35i Cellular Engine
  132. When using select call on many sockets, how to check if one of them is closed
  133. converting binary data
  134. Binary Arithmetics
  135. about malloc, realloc and free
  136. About C structures for network programming
  137. Returning "stack" variables from a function
  138. Expert advice needed (We were all new once)
  139. how to find a number whether its a power of 2 or not
  140. FR accent characters
  141. Reading a large number of text files into an array
  142. best use of strings
  143. memset
  144. Generic Library for C.
  145. Receving an array as parameter
  146. How to get file size?
  147. The Harm of hard-wrapping Lines
  148. Feel like trying some game programming - looking for volenteers
  149. Yet another book recommendation, but for someone who can program and yet does not the terminology well
  150. 3587 monografias 3587
  151. assigning void * type value
  152. C FAQ 3.1
  153. core dump on writing to pipe
  154. how to use gmake?
  155. sequence point
  156. Returning integer portion of double
  157. C's trig functions
  158. strchr & finding multiple occurances of a char
  159. avoiding warnings for "legitimate" casts
  160. How to remove and substitute characters within a string
  161. Searching for old LLIBCDLL.LIB
  162. what do c developers do without the stl?
  163. Compiling GSL with MinGW - undefined reference
  164. Modern Development Methodology?
  165. modulus operator "%" versus fmod
  166. to print in the reverse order, ("Hello World" -> "World Hello")
  167. How do I check if a file is empty in C??
  168. How to convert char []/int into void *? newbie question
  169. mutually referential (Pg 140 K&R2)
  170. How is strlen implemented?
  171. change users shell programmatically
  172. Query re: C and a define that has me confused
  173. typical newbie ?
  174. Segmentation fault
  175. realloc
  176. problem with the code and dll
  177. Linked list Question
  178. random seed when using GSL
  179. Strings as parameters/arguments to a function
  180. string
  181. Segmentation fault when returning a value on a different PC
  182. How to count CPU time by using C function
  183. News: College For The Baby-On-Board Generation
  184. What all gcc does
  185. Problem with printing input.
  186. problem compiling related to extern
  187. Good book about Data Structures in C?
  188. time returning -1
  189. newbie having trouble with conversion program
  190. C99 Restrict
  191. finding size of directory
  192. ULONG_MAX
  193. Comments format: comments extending over multi-line
  194. Counting Tabs, New lines, etc. ~error~
  195. Value of EOF
  196. 1.5.2 Character Counting
  197. Strange thing about malloc()
  198. timeGetTime
  199. Regarding typedef
  200. Add pointer to a double linked-list?
  201. Getting a string date from a number of seconds from01/01/1904
  202. Repost:Handling large C code (code in general)
  203. HELP on "C" DLL internal code for LAN's and WAN's use
  204. About casts (and pointers)
  205. I'm very confused(learning C)
  206. printf statement not executed
  207. problem with nan
  208. Reader writter problem
  209. Reader writter problem
  210. struct type completion
  211. ICS has acquired UIMX
  212. Certification in C/C++
  213. char*
  214. Simple question about pointer types
  215. bit-fields and permitted types (and [OT] gcc)
  216. inline usage in C linux kernel
  217. copy char arrays
  218. (Shareware?) file search for huge file?
  219. OT: radixsort
  220. Dynamic Array
  221. why this program is crashing
  222. struct interdependencies
  223. casting question in kernel source code
  224. crash when filling a big buffer
  225. [Need Help] to write a function to remove all matching nodes from a linked list...
  226. Make problem
  227. Hi, What is the meaning of #ifndef
  228. const char* const*
  229. some more questions about argv
  230. OT: Not c related
  231. change array size at runtime
  232. A question about pointer
  233. Convert float to string without trailing 0s
  234. char to vector problem
  235. Complex-type parameters and functions
  236. some more questions about argv
  237. Guide to Software development in C
  238. Guide to Software development in C
  239. confused in sizeof structures
  240. question about string
  241. structres and unions problem
  242. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  243. Converting string to char*
  244. hey u r doing it wrong
  245. what's differnece between #ifdef symbol and #if defined(symbol)
  246. callback or threading or something else ?
  247. read line
  248. OT: Transposition keyboard
  249. C means C89 or C99?
  250. Print a number of size 19 digit