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

  1. Tagged unions
  2. Function Pointer
  3. realloc() hang
  4. calling "java from C dll" (system command??)
  5. 'int *i ' or 'int* i'
  6. Add two numbers using a Single Variable!
  7. Array initialization
  8. Object Initialization
  9. Sizeof int
  10. very simple array question
  11. Using cpp, the C Preprocessor Guide
  12. fread/fwrite Portability Issues
  13. Segmentation fault
  14. memmove: works on C's abstraction layer? or no?
  15. Re: Prime program plz helllllp!
  16. Partial string loss with sprintf/strcat
  17. conversions from float to int?
  18. rl_readline_name ???
  19. rl_readline_name ??
  20. The C language in the planet Mars
  21. sprintf >> atof question
  22. option in gcc that lets us produce object code for 16-bit processor
  23. "#if" with no condition
  24. const integers
  25. Machine intelligence- can this program be written ??
  26. A question
  27. Casting a byte array to allow assignment
  28. back up data in C how & when in sudden poweroff?????????
  29. How to use # & ## operator in C??
  30. How do mbtowc() and wctomb() work?
  31. Difference between int i, j; and int i; int j;
  32. Intializing struct containing an union
  33. Suggestion to a good commercial C IDE?
  34. Book review
  35. Nested ifs and speed.
  36. #define a char pointer
  37. Newbie help request - C++ Compiler for Macintosh
  38. To Lew or any of the other regulars. I hope this isn't an off topic troll thread -(
  39. Regarding a query related to References
  40. initialising 2-dim character array
  41. Double increment question.
  42. Array of Bytes to Unicode chars (ISO-8859-1)
  43. Centre for Excellence in Embedded Training
  44. Format of browse information
  45. Cannot believe that this program actually works!!!!!!!!!!
  46. error: incompatible types in assignment
  47. Mystery String
  48. UB? Avoiding ``object'' before array's start
  49. Help Needed
  50. library and #includes in code
  51. Rotate a matrix of any size
  52. Need help for the Tlink.
  53. deleting structures
  54. how to remove warning: initialization from incompatible pointer type?
  55. how to remove warning: initialization from incompatible pointer type?
  56. how to remove warning: initialization from incompatible pointer type?
  57. Numerical Recipes Rational Approximation Algorithm
  58. Pointer Analogies
  59. ECC- Algorithm
  60. ECC- Algorithm
  61. Safer C Library
  62. A question on linking
  63. generic programming is very powerful. c should support it
  64. truncate/decrease file
  65. RTTI in C
  66. macro explanation
  67. Getting started with C on my Linux machine.
  68. i++ and ++i
  69. Is this a good habit?
  70. easy pointers to functions problem
  71. Looking for Embedded Software Engineers with good C programming skills
  72. Typdef pointers to structs or not?
  73. __FUNCTION__ in another macro
  74. strnlen() warning
  75. inline power function replacement
  76. Threads
  77. Append to File
  78. A couple questions
  79. wondering
  80. HERE I BUILT A QUICK MATRIX TOOOK 5 MINS
  81. static array
  82. doubt about doubt
  83. Streams/Movies of ACCU Conference Presentations
  84. comp.lang.c
  85. 1 client and multiple server
  86. test
  87. Question about a solution to excercise 4-13 in K & R
  88. 14 byte array (MAC address) to 48 bits (6 bytes)...
  89. use of %
  90. complier problem
  91. what is wchar_t
  92. Perpherial Brains
  93. Standard for parsing
  94. The Wikipedia article on C and C++ operators
  95. precompiler: pasting and underscore
  96. Decoding Base64
  97. Pattern creation
  98. Re: STOP what you’re doing - It doesn’t work! 934U
  99. Wierd problem with command line args
  100. C program to communicate over ethernet
  101. Socket Programming Question
  102. Confused to printf %f
  103. structure malloc help
  104. A concern about mixing C and C++
  105. Size of a structure is not the same as presumed!!!
  106. i want help on FILE IO
  107. long double in gcc implementations
  108. Must evaluate assertion?
  109. Initializing an Array of Pointers to Char
  110. Help with sscanf() needed desperately
  111. Newbie question on loading data from config file
  112. Only a Few Months Away – An Event That Will Change Your life…
  113. Help with malloc()
  114. Judge Files Exist
  115. Judge Files Exist
  116. Judge Files Exist
  117. Question about a splint diagnostic
  118. evaluation of for loop
  119. Pointer to pointer with lots of examples
  120. Correspondence between headers and macros
  121. Array definition and extern declaration with different size.
  122. String constants
  123. ANN: Call for papers
  124. Register Dump
  125. Send a series of bit zeros through serial port
  126. Simple Serial Port Program
  127. Volatile
  128. \x used with no following hex digits
  129. Implicit declaration
  130. GCC-Bug ? (Unintended "overloading")
  131. Operation undefined
  132. tutorials about C strucutres
  133. Day of the week algorithm
  134. String problem, I guess?
  135. Boyer - Moore Algorithm
  136. Pointer question?
  137. Variable declaration - Is this valid in standard C?
  138. detecting EOF using cin with file redirection
  139. Returning char** from a function.
  140. not able to free up a string...
  141. initialize an array of elements that contain another array
  142. Global Sharing Project
  143. Checking return values for errors, a matter of style?
  144. The illusion of "portability"
  145. pointer to *this
  146. code portability
  147. 1's complement and 2's complement
  148. Hex digits to special chars
  149. aio_read Help
  150. c interview
  151. max strlen at compile time?
  152. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  153. comp.lang.c FAQ list Table of Contents
  154. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  155. Floating Point Formats are not linked
  156. Regarding EAGAIN error in read()
  157. extern char *calargv[] not having values populated earlier.
  158. Need help with C Language
  159. data structure & alignment accessing speed on 32 bits system
  160. PLEASE HELP - Producer consumer implementation in C
  161. My hash table is in need of peer review
  162. print to file question
  163. Looking for standard C data structure implementations...
  164. Declare an array with a size based on a variable...
  165. Casting a generic or void pointer to point to a struct...
  166. Writing to an existing file.
  167. Reading binary file with C
  168. Question on automatic variables and array arguments
  169. Email NOW $$ HIGH $$ C Programmer WANTED NOW!!
  170. return value of main
  171. anyone interested in decompilation
  172. Can a function returns a matrix?
  173. font engine
  174. Changing the base of a pointer
  175. Library source code ?
  176. type casting
  177. about ctype[]
  178. about ctype[]
  179. The Holy Shroud
  180. debugging child threads
  181. multi-dimensional array and pointers??
  182. Getting intermediate results in 64 bits
  183. Can it be done at compile time?
  184. writing to a text file line by line
  185. Looking for malloc() help
  186. How to invoke member functions of an object in set
  187. gets() function generates strong warning message with gcc compiler
  188. Strange function use
  189. Some problem with C Code
  190. Heap Vs/And Data Segment
  191. cyclic references of types
  192. gcc 4.1.1 and 16-bit code generation
  193. manipulating linked list
  194. small query on bitwise shift right operator
  195. Read string for arithmetic operation
  196. Question about integer promotions
  197. Question about cast
  198. reading data from a file
  199. something fishy here with stripnl()
  200. How to use sqrt() function with gcc?
  201. conversion of types.
  202. Why not compile?
  203. granularity of size of operator
  204. Using different font form CHR
  205. value returned from a function
  206. Question about sequence points
  207. Question about sequence points 2
  208. difference between these two struct definitions
  209. what is a callout structure ?
  210. what is the reason ?
  211. FAQ incorrect?
  212. include dependecies--best practice?
  213. Question about function decay
  214. Values
  215. int a[2][3]; What does "a" actually contain?
  216. Tryiing just to read/understand this code
  217. Function Pointers as Arguments (ansi question)
  218. Validating Data in C programming
  219. how to detect the compile is 32 bits or 64 bits?
  220. indentify if argument is char or float
  221. C99 stdint.h
  222. Impact on C???
  223. Determining Variable type
  224. ULONG_LONG_MAX and gcc 3.4.1
  225. Question on main
  226. string copy. this one works, but why that one doesn't?
  227. [AD]Incredible! $26.00 == The C++ Programming Language (Special 3rd Edition); $35.00 == Thinking in C++ (Vol. 1 & 2)
  228. naming convetions
  229. book
  230. using nonconstant expressions in an initializer list
  231. Pointer to Pointer Paramters (aka void **)
  232. infinite loop detection
  233. Simple array question...
  234. intptr_t standard?
  235. How to read a Hexadecimal file ?
  236. Macro help
  237. Confused by a c-faq example
  238. Ternary operator and memory access
  239. I need Good credit card
  240. calloc()
  241. long double versions of functions in gcc under Cygwin
  242. Randomly permute a list of integers
  243. Is it possible to finding all return values of a C/C++ function?
  244. Typecasting Pointers on a 64 bit System
  245. segmentation fault writing to array elements in structure
  246. 1 client and multiple server
  247. printf and size_t
  248. scanf %[] information
  249. format specifier
  250. i=infinity;0= i*sin k*pi, 1=cos k*pi, k=m/n, n=4,m=0-00; c*G=20=const, 1/sgrt2>G>0.5, 6<N = NA ^2surf/NAvol<7 ; h/N =11=const, e+i*pi; D universe =f(h)*1/ (a))^4, T=f( m, S, D)