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. K&R2, 1.5.1 example
  2. Noob File IO question
  3. How to find string contains a numeric value
  4. mbtowc - combining character
  5. Creating a DLL
  6. Memory leak when internal pointer passed out as parameter
  7. Header questions
  8. using autocad using C
  9. what does this double conversion mean (unsigned long)(unsigned int)
  10. portable bit ops
  11. Request for naming help
  12. simple question
  13. Increment
  14. pointers and array of pointers
  15. ot: omnis class
  16. dynamic content of a binary file
  17. Ask an old kerword "entry"
  18. Parameter Passing via a Stack
  19. Difference between for n while
  20. I'm a c programmer. Does anybody work like me?
  21. How to refuse Connections ?
  22. Computer Job Available!
  23. malloc() and alignment
  24. The weird while and If
  25. when can realloc fail?
  26. Multi-word #define
  27. Equivalent malloc with calloc
  28. ANN: Microsoft goes Open Source
  29. An interesting C problem
  30. comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ)
  31. comp.lang.c FAQ list Table of Contents
  32. comp.lang.c Answers to Frequently Asked Questions (FAQ List)
  33. obfuscating C executable
  34. K&R2 Ex1-14
  35. Recursive functions
  36. How to access processor registers
  37. Dynamic lists of strings in C
  38. Dynamic lists of strings in C
  39. Dynamic lists of strings in C
  40. C ethics question
  41. Visual C++ support of C99 by using "C++ mode" (/TP)
  42. C99 library part of C++ TR1
  43. Difference between "library parts" of C99 and "language parts" of C99
  44. Functions in socket
  45. Restrict qualified pointers in C
  46. height of a BST by iteration - kindly review my solution
  47. Etymology of "struct"
  48. C++ The Complete Book List
  49. Sending a struct over TCP
  50. Programming algorithms with strings in C++, and transition from C by example!
  51. Looking for a *FAST* graphics library More options
  52. C++ is complicated and C is bloated.
  53. Use of "." for structure members
  54. C preprocessor
  55. pointer to structure array from main.c?
  56. Bjarne Stroustrup (The Creator of C++): The C++ Programming Language - Third Edition
  57. k&r2 exercise 1-13 review
  58. *p++ = tolower(*p));
  59. Question on macro
  60. Pointer arithmetics in Solaris
  61. About Union's question
  62. Segmentation Fault
  63. pointers.
  64. Sometimes questions arise about C and C++ incompatibilities
  65. cool!!!!!!!!!!
  66. List of differences in headers between C90 and C99?
  67. int main(void) { return main(); }
  68. doubts on scanf("%100[^\n]%*[^\n]", buff);
  69. Reading a key inside a loop
  70. Windows and Linux
  71. Need help with problem
  72. A question about sort stable
  73. function length
  74. File Handling (Newbie)
  75. regarding free
  76. how to quit
  77. A 64-bit binary returning a value to a 32-bit binary?
  78. cool!!!!!!!!!
  79. How to Keep <fscanf()> to not Stop when it Comes to a Blank
  80. Accessing enumeration strings in macros
  81. What's going on with C Compilers and C99??
  82. Read 16-bit block as a 32-bit int
  83. Source navigation
  84. socket programming, multiple connections
  85. Learning C?
  86. Creating sequence points using macros
  87. How to pass a struct to a function
  88. Macro concatenation
  89. Confused Newbie
  90. Type name from Variable
  91. Is it a good thing that program mix C and C++?
  92. how to quit
  93. What is the purpose of the -Wno-deprecate option
  94. problems with dynamic allocation in an ellipses function
  95. c code refactoring or optimizing
  96. Problem in Socket Programming
  97. Memory Question
  98. How to use a const pointer in switch case ?
  99. open a *.dat file
  100. EOF from printf
  101. Some useful link
  102. BUILDER C++ 6
  103. 'typedef' issue
  104. Please help with newbie error
  105. file processing in c
  106. software
  107. [Q]extern in front of function definition?
  108. execve system call
  109. representations
  110. Automatically generate file names
  111. 'Portable' Measurement of Pointer Alignment in C?
  112. About the -rdynamic flag
  113. Is C faster than fortran?
  114. const non-pointer function parameters
  115. performance question related to BST traversal
  116. [Q] Any unix extension to standard C library for providing set collection operations?
  117. sizeof dataTypes at run time
  118. question about k&r2
  119. Huffman Algorithm
  120. CUnit Query
  121. Blocks and Their Use
  122. Copying Structures
  123. How to Return an array of strings in C (char**)
  124. explain the result
  125. Discarding unread data after scanf()
  126. pointer type casting
  127. using strcpy to copy from a char
  128. Problems with basics..
  129. cont char* p , is allowing values to change
  130. how do you pass an array by value
  131. primes with Child's Binomial Theorem
  132. almost understood
  133. Ugly Type Conversion
  134. Validity/Invalidity of the code
  135. Compile Time Error ... arghh
  136. print binary representation
  137. Trap Int21h problem
  138. feof(), fseek(), fread()
  139. reading file
  140. fseek()
  141. Uses of offsetof?
  142. Cross platform lib in 'C'
  143. Casting to unsigned char for isupper() and friends
  144. fseek()
  145. Module loading problem
  146. fseek() clears EOF?
  147. unexpected character displayed infront of the variable
  148. The Old School Meet's The New School.
  149. How to load the whole file?
  150. newbie question: whats wrong with my code?
  151. dependency of sizeof operator
  152. read and write binary file
  153. Memory leak
  154. publically available c-code for determining page breaks in PCL files?
  155. Testing for a type
  156. I need Tripple DES encryption algorithm in C
  157. $1 download the newest pda software
  158. Raw disk access
  159. K&R2, section1.6, exercise 1-14
  160. Debugging core in different environment
  161. fseek() newbie question
  162. PHP Development Resources Directory
  163. printf question
  164. Compilier problem
  165. preprocessor: macros in a string...
  166. State of the Art Software Development Practices
  167. Aliasing in assignment
  168. static
  169. cos function
  170. Error related to Structure or Union
  171. Seeking getoptlong()
  172. Organisation of segments in the C's executable a.out
  173. modified "histogram" exercise from K&R2
  174. developer forum
  175. Poll Loop (Asynchronous IO)
  176. good hard copy c reference
  177. strdup
  178. delirious program, episode II
  179. About Memory Allocation and function calls
  180. email message parser wrote in C available (not in C++)
  181. Sorta-OT: John Backus obit
  182. Trouble with formats in printf
  183. "a book on c" Kelly & Pohl (4e)
  184. Memset is faster than simple loop?
  185. please help me to correct/ build/ complete the program
  186. system() function and current working directory
  187. Logging library
  188. redraw shaking problem !
  189. What is "typedef struct" ?
  190. K&R2, section1.6, exercise 1-13
  191. stdint.h
  192. Is necessary to switch to C++ or some object-oriented language?
  193. Anyone can explain the meaning of following info
  194. Puzzle about multi definitions
  195. Problem by sorting array of structures using qsort
  196. 2 C || ~ 2 C
  197. Debugging from AIX server
  198. C rulez
  199. Job Opportunity
  200. stdarg definitions
  201. K&R2 1.5.4 example programme does not work
  202. Quine
  203. K&R2 - section 1.5.3 , exercise 1-10
  204. K&R2 - section 1.5.3 , exercise 1-9
  205. K&R2 - section 1.5.3 , exercise 1-8
  206. Spot the error...
  207. From vasanth
  208. monitoring function call in debug logs
  209. Number of characters required for FLT_MAX
  210. BUG: memory where pointer pointing to changed accidently
  211. ascii pwned by reckless C
  212. Help me with a class assignment
  213. Problem printing Hexadecimal
  214. Char pointer - How to give value?
  215. little games
  216. How 'main(int argc, char ** argv)' is implemented?
  217. help me to write a base conversion program
  218. multiple function definitions
  219. multiple global variable definitions
  220. POINTER_MAX and POINTER_MIN??
  221. Chemysis
  222. "Fork" in Windows
  223. qsort descending order
  224. Hello
  225. executing shell commands from c?
  226. void * vs char *
  227. source code
  228. char array initialization
  229. Little problem with a delirant program
  230. Infinite loop
  231. ANSI -> K&R ?
  232. functions' pointer
  233. K&R -> ANSI?
  234. How to set a double pointer as input argument
  235. confusion when comparing char * with a string literal
  236. undefined and unspecified behavior
  237. From vasanth
  238. Steve Summit C Notes {Anticipating the next one}
  239. Steve Summit C notes , exercise 5
  240. Steve Summit C notes , exercise 4
  241. Steve Summit C notes , exercise
  242. explicit casts
  243. Convert GMT to Local Time
  244. Symbolic computation with the language c : The Derivative step by step.
  245. Unit Testing With Function Mocking
  246. HELP Please - Convert binary number to string
  247. enums & ints
  248. What is "\r" represent?
  249. how to speed up the matrix multiplication in C
  250. Simple but interesting issue