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. trim function dumping core
  2. float ** and float *p[]
  3. problem in structure
  4. regarding nested enums
  5. alignment question about pointer conversion
  6. Doubt in memcpy() and memset()
  7. malloc
  8. pointer to struct
  9. trouble compiling fibonacci program
  10. increment and loop error!
  11. Adding directories/files to a list - help!
  12. Integers' sizes problem
  13. Random number (1,2,3)
  14. How to implement a firewall for Windows platform that blocks based on Mac addresses instead of IP addresses
  15. round robin scheduler
  16. Can C be used to do OOP?
  17. I have a doubt
  18. Wht you mean this declaration..
  19. Wht you mean by this declaration..
  20. sizeof operator implementation
  21. passing float to function
  22. Correct files for declaration and definition for callback functions
  23. getchar and character arrays
  24. Server with UDP and TCP
  25. Print without using any inbuilt function?
  26. Problem!
  27. Is main a registered word
  28. From file to char* array
  29. what's the line "scanf..." doing?
  30. signal.h
  31. liitle endian
  32. array perversion
  33. Pointer to an address
  34. int a[5] .. difference between a and &a
  35. running an ex on eMac
  36. Pointer to extern char?
  37. Print linked list backwards
  38. sort a number highest to lowest
  39. complexity
  40. endian problem, please help
  41. printf filestream ?
  42. Types
  43. classification
  44. Annoying const problem
  45. Store an array to an integer array??
  46. class
  47. Linked list w/ structure
  48. Classification of arithmetic types
  49. ANN: V2007 of Altova XML tools available
  50. getenv returns same string as putenv?
  51. OUTFILE - like creating a log?
  52. memcpy and volatile
  53. using pointers and handles
  54. FAQ pointer q
  55. malloc
  56. FTP client & server
  57. The Book of books
  58. The Book of books
  59. Expression evaluation: object read rules confusion
  60. Can a static function declaration conflict with a non-static declaration?
  61. Using low-level C libraries in other environments?
  62. generating random numbers with Uniform(a,b)?
  63. xml file parsing in C
  64. Comp. Lang. C
  65. Regarding typedef and macro
  66. Doubt: Regarding pointer addition
  67. char *s = "Google"
  68. referring to struct members by number.
  69. referring to struct members by number.
  70. referring to struct members by number.
  71. Why is this code compiling properly??
  72. memory allocation of local variables
  73. Are enormous malloc()s conforming?
  74. j= ++i + ++i ;
  75. Alignment of struct with flexible array member
  76. porting bison flex code from linux to visual studio
  77. regarding bit fields
  78. Modern Operating System P 105, I can't understand the code
  79. typedef func *func();
  80. Modern Operating System P 105, I can't understand the code
  81. static functions in c program file
  82. Writing to the hard disk, and checking for error to exit(1)?
  83. Compile Error
  84. File Size Limit Exceeded - How to handle work around this?
  85. how to create an array for 15000 integers?
  86. bit shifting
  87. job posting: Sr Systems Programmer needed
  88. Function pointers
  89. function pointers
  90. converting a big endian to little endian
  91. problem in passing a value into a structure
  92. Question about memory allocation??
  93. print an address
  94. How do I call a function taking only "const char *a"
  95. !! EL EXITO LO DECIDES TU !!!
  96. pointers to constant characters and constant pointers to characters
  97. Downloadable standards file?
  98. Simple problem with pointers
  99. clc-wiki.net status?
  100. FTP client C source code
  101. Pascal's Triangle
  102. switch problem - interesting !!
  103. signal handling in C
  104. ANSI C code testing
  105. designing of the compilers
  106. regarding free function in c library
  107. rl_bind_key equvilalent for windows
  108. List of implementation dependent parts of C standard
  109. C garbage collection -crazy idea
  110. C garbage collection -crazy idea
  111. POPL 2007 Call for Participation
  112. How to "continue" in nested do-while-loop?
  113. integer overflow in scanf functions
  114. tricky array problem !
  115. Additional resources to understand C better.
  116. SINGAPORE PRIVATE CONDO / APT FOR SALE / Singapore New Upcoming Residential Projects
  117. problem about sovling definition conflict when porting
  118. C-related Christmas presents
  119. Dynamic C to C Data Transfer
  120. parse two field file
  121. ipv6
  122. gdb output
  123. reference to a pointer
  124. reverse a single linked list
  125. Big (o) notation
  126. How does C handle issues arising out of Endianness?
  127. error free function and how to debug
  128. how to get rid of warning (due to passing multidimensional array)
  129. regarding external function(Ss)
  130. regarding heap memory area of a process memory
  131. regarding pointers to characters
  132. regarding * and ++ operators
  133. does a program work in all cases?
  134. Global variable modifiable by some translation units but not others
  135. memcmp() checker: memory access errors
  136. VLA feature of C99 vs malloc
  137. what malloc(0) should returns?
  138. Why do you not have to free when using strrchr?
  139. Files & dirs: historical reasons?
  140. GDB Doesn't Recognize Core File Format
  141. regarding pointer operation in a printf function call
  142. standard library functions
  143. about the print command in gdb.
  144. size of pointers
  145. size of a typedef with arrays of unsigned char
  146. an interesting problem in c
  147. problem while detecting floating point operations
  148. better way to pass arguements to a function
  149. converting float to double
  150. inline vs macro
  151. selecting and working with appropriate data type
  152. on returning a ptr in a local stack
  153. Re: How does the compiler do with this code?
  154. i++, ++i, i+=1 and i = i+1;
  155. The lack of a boolean data type in C
  156. Good C programming projects ?
  157. Malloc Doubt
  158. Delete every mth element in a linked list ??
  159. Beginer's question about array pointer, why doesn't my programme work?
  160. "Partially elided initialisation" on initialising 2-D array
  161. Related to memory management.
  162. realloc return value
  163. about processes in linux/unix
  164. enum { int_size_checked = 1/(sizeof(int)==4) };
  165. Array problem
  166. bitwise complement
  167. Call function based on path
  168. Checking for valid number syntax
  169. problem with multiple ++, --
  170. System call to return hostname in Visual C
  171. Passing a variable argument list
  172. need a macro
  173. Output
  174. C-FAQ 19.7
  175. C programmer Perm Job opening in south Brunswick, NJ
  176. Two-dimensional array to array of arrays
  177. Huge file access in C
  178. Thanks
  179. if string is a number (beginner)
  180. division problem
  181. Gii problem
  182. Is it possible to read numbers and strings of same line with..
  183. Detecting overflows while computing off_t
  184. without loop printing 1 to n
  185. Re: "The Elements of Programming Style"
  186. How to read null characters in a file
  187. How to read null characters in a file
  188. 64 bit porting - size_t vs unsigned int
  189. malloc for strings(beginner)
  190. help with opening image file
  191. Intializing Pointer Array
  192. importing excel worksheet
  193. prefix to infix conversion
  194. i am confused about programming?
  195. what is an "update stream"?
  196. what is the least amount of typing to assign the same value to multiple variables
  197. stack
  198. Client/Server app under unix
  199. Testing math.h
  200. help me design a messenger like meebo.com
  201. error(logic or run time error) in my program plz help!
  202. Need an explanation
  203. Question: How to printf the semicolon ";"?
  204. portable typeof macro
  205. 2D arrays and addresses
  206. need help with designing yahoo messenger , like meebo .com
  207. test
  208. test
  209. test
  210. who has the ebook of <<Compiler Construction:Principles and Practice>>
  211. c / c++ : is it end of era ?
  212. Alternative for gotoxy in gcc..
  213. Convert Binary String to Hexadecimal
  214. switch statement - ANSI-C
  215. Suggestions for my mallocator
  216. A simple bit operation query
  217. Padding bits and struct assignment
  218. Semi OT: Binary representation of floating point numbers
  219. Universal way to find end of file
  220. Segment
  221. Best Way to Compile Large Project
  222. Different data types when working with JPEG image buffers (beginner)
  223. Need to find size of destination buffer for strncpy
  224. "table of powers" problem
  225. Declare Cursor error while implementing SCROLL CURSOR
  226. A malloc question
  227. hex and unsigned and signed decimal
  228. hash DB libraries and tutorials
  229. New IRC Channel: #moderncalcs
  230. does the file extension matter how it's compiled?
  231. one's complement of unsigned char
  232. Does casting lvalue lead to Undefined Behaviour ?
  233. plz help its urgent
  234. Scope resolution in C
  235. Scope resolution in C
  236. list of certications in C language
  237. Kurukshetra Online Programming Contest
  238. Re: can somone learn programming on color forth? or should this be my 2nd lang
  239. const variables
  240. MNC Hyderabad is Looking for C++ Developer...
  241. good algorithms come with practice and reading good code/books?
  242. comparing doubles for equality
  243. Good ways to analyze a running c-program?
  244. Pass an EOF before pressing enter
  245. Pass an EOF instead of pressing enter
  246. C99 Grammar Definition
  247. size_t or int for malloc-type functions?
  248. Declaration
  249. Create readonly array of data?
  250. Happy new year all, from the UK