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. Calculating a directories size
  2. undefined reference
  3. Lookup Country and ISP by IP Address
  4. limit on number of parameters to a C function
  5. Position of variable declaration is causing "undeclared identifier" error.
  6. Position of variable declaration is causing "undeclared identifier" error.
  7. Dis assemble C code
  8. Re: Request for review
  9. memory dellocation
  10. memory dellocation
  11. programmatically change directory in UNIX
  12. Re: Bitwise XORing
  13. Re: memcmp versus strstr; reaction to chr(0)
  14. allocating inner struct array
  15. Re: memcmp versus strstr; reaction to chr(0)
  16. Re: memcmp versus strstr; reaction to chr(0)
  17. scanf help again
  18. reading data from stdin to structures
  19. memset() and portability
  20. Re: memcmp versus strstr; reaction to chr(0)
  21. Efficient string tricks: legal and defined?
  22. Writing a value to a specific memory address
  23. pb de pragma
  24. Sequence points
  25. Displaying 64bit Numbers
  26. Please explain why ?
  27. Interpreting some code
  28. Really Weird Conversation
  29. problem to print large double number. Help!
  30. Re: Invalid string offset problem in motif.
  31. Re: Check client socket is alive or not
  32. Passing array of structures to a function
  33. Clipper Head needs help!
  34. function to url decode a string
  35. Plz clarify
  36. Loading a function @ a particular adddress
  37. How to right justify a column
  38. averaging numbers in text file
  39. simple question (itoa, localtime)
  40. STL map impl. in C
  41. String search and length portability questions
  42. I got it to compile but it did somthing strange
  43. Global variable conflict.
  44. example of C code in Unix Enviroment
  45. libclc: thanks
  46. Windows easier to use...
  47. Input/Output and Files
  48. A few simple problems in a simple program.
  49. Re: K&R v2 ,Section A6.2 Integral Conversions
  50. int * vs char *
  51. Re: libclc: rfc1738 encoding and decoding of strings (~180 lines)
  52. Re: integer divide by 7 trick?
  53. programming style for windows apps
  54. Re: Strange Data Type
  55. I/O via serial (COM) ports
  56. Conditional operator problem
  57. Re: libclc: rfc1738 encoding and decoding of strings (~180 lines)
  58. hexdump formats
  59. where can I find the complete BNF grammar for C on the internet? Thanks
  60. how can i revers the bits in a byte in a single statement ?
  61. Binary files, structs and fread
  62. Newbie linking (ld) question (I think)
  63. Re: libclc: rfc1738 encoding and decoding of strings (~180 lines)
  64. Horrible Visual C Bug!
  65. Re: integer divide by 7 trick?
  66. Re: integer divide by 7 trick?
  67. How to distinguish between stdout and stderr
  68. fclose(stdin);
  69. fclose(stdin);
  70. strcmp but with '\n' as the terrminator
  71. [OT]GTK widget animation problem
  72. please help with strcmp()
  73. libclc: A misc module
  74. How reliable preprocessor output is?
  75. Re: Invoking fuction before main
  76. Re: Calling free() from libc library
  77. how to read in large amount of data in C?
  78. How to use printf more efficiently?
  79. Structures
  80. storing a long in a float with same precision on Solaris 64bit OS
  81. Can I catch this event?
  82. endianess
  83. Re: Invoking fuction before main
  84. reading file created with tmpfile?
  85. what about this make error ?
  86. Re: Invoking fuction before main
  87. Hierarchical malloc
  88. Re: What does this mean?
  89. Re: bidimensional array of char (function)
  90. Re: Accessing your own symbol table
  91. On-line C Language book?
  92. Re: Applications of ANSI C
  93. Re: C syntax aware search and replace
  94. Hashing algorithms
  95. Re: [OT] finding client's port
  96. Re: Reading a arbitrary number of values
  97. dlopen - calling functions
  98. Exact difference between 'const char *' and 'char *', also diff between 'const' and 'static'
  99. [OT]GTKmm toolkit inquiry
  100. localeconv()->decimal_point([0]
  101. Re: bidimensional array of char (function)
  102. Re: Pointer to structure Problems
  103. problem using fread, fwrite, and fsetpos
  104. Function Placement
  105. integer expression in a subscript
  106. setuid program
  107. Re: Applications of ANSI C
  108. does it take cpu time to typecast?
  109. Rounding a floating point number declared in "double"
  110. Rounding a floating point number declared in "double"
  111. Re: Applications of ANSI C
  112. Re: Applications of ANSI C
  113. Re: cast: u_int to u_char [4]
  114. Re: cast: u_int to u_char [4]
  115. Re: cast: u_int to u_char [4]
  116. Re: asking help for a peer-to-peer socket programming question
  117. break or continue out of nested loops
  118. C to Java socket input question
  119. Changing the content of void *
  120. A very simple question
  121. [ANNOUNCE] OpenECG programming contest - new data set
  122. How to get label address in asm?
  123. format specifier
  124. Drawing a logarithmic histogram
  125. assert
  126. Floating point error (more info)
  127. Floating point error?
  128. Printf formatting
  129. clc_wprealloc
  130. Checksum: Is this right or wrong ?
  131. Re: libclc: clc_getopt (a bit long, 155 lines)
  132. file system full errors, proper time to check
  133. infinite loops -- waiting for some event
  134. Meaning of MyVar >> 1
  135. offsetof
  136. Re: How to put comments in initialization file read by fscanf()?
  137. multiple realloc w/ malloc blows away data
  138. glibc regular expression
  139. Which is more effecient ?
  140. Help, Needed, Having problems with mergesort for files implementation
  141. Array indexing
  142. Query abt union
  143. Re: memcopy, memmove Implementation
  144. Re: Override malloc,calloc,realloc and free?
  145. Problems with mergesort for files
  146. GMT equivalent of mktime
  147. stdin
  148. Allocated variable returning by a fuction is unallocated automatically ?
  149. wildcards in rename()?
  150. Re: How to put comments in initialization file read by fscanf()?
  151. LP64 FAQ tricks/tips/traps.
  152. QUESTION: Where to find help with linux/library issues
  153. Re: Order Of Evaluation 2 - Mistake
  154. ERROR IN EXPRESSION; -1 - (-1) not 1 - (-1)
  155. which is newest Standard-Version?
  156. which is newest Standard-Version?
  157. How to calculate 2's complement 8 bits checksum ?
  158. order of execution
  159. Can someone explain this
  160. self extracting zip files
  161. fscanf question
  162. integral constant expression
  163. int x[static 10]
  164. Order Of Evaluation Question
  165. reed solomon
  166. Looking for a hash package
  167. [OT] additional parameter before va_alist
  168. [HELP] settaggi amply
  169. access to system variables from C under W2K
  170. Re: Automatic parenthesis for complex calculation
  171. Pointer to an array of structures
  172. Is it ok to define __STDC_VERSION__?
  173. registry
  174. Macro question
  175. Re: Biiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiig numbers/
  176. Re: Automatic parenthesis for complex calculation
  177. printf question
  178. Executing code inside "#if 0"
  179. removing files
  180. Re: fastest i/o
  181. non-blocking connect in C?
  182. statically allocated data structures source?
  183. How to compile 32 bit application on 64 bit machine?
  184. team combinations
  185. Question about incomplete array element types
  186. Re: [cpp] Is this valid?
  187. FUNC LOCL entries in nm
  188. A slightly more complicated function pointer declaration
  189. Why aren't signed/unsigned type clashes checked?
  190. Newbie DLL question
  191. Large Decimal to Hex Conversion in C
  192. Re: File handling?
  193. How to trap signals in a shared library
  194. YACC-LEX parsing overflow
  195. integer division towards -infinity
  196. gcc linker problem
  197. How to use input arguments?
  198. anything like oninit() in 'C'?
  199. Re: Good C book
  200. Embedded product development and C/C++/Java
  201. linked list sorted insert
  202. pow function in math.h
  203. QUERY: field offset rules within structures
  204. Initialize struct fields
  205. Re: the return of the char*
  206. Generating a char* from a linked list of linked lists
  207. Extern variables across different function binaries
  208. I Keep Switching Back...
  209. Stack space, global space, heap space
  210. Printing int without using printf()
  211. Sorting a string aray in order of string length
  212. date and time conversion to EPOCH seconds
  213. Re: size of array??
  214. checksum in the end of the file
  215. int i=5; p=(++i)*(++i)*(++i);should p always be 392?
  216. no recv
  217. Re: bizzare strncpy()
  218. Re: How can I validate and store IP address that user enter from command line?
  219. unsigned long long overflow?
  220. Learning pointers
  221. Potentially OT[?]: Question about gcc ...
  222. Re: High Performance Counter.
  223. D
  224. Constructing Class in C
  225. "compile" problem
  226. VBScript OLE Automation from a C Application
  227. strings as inputs to a function
  228. Assigning unsigned long to unsigned long long
  229. A dilemna with circular reference of headers file
  230. Splitting text files?
  231. Design opinions/urls/snippets requested; parsing simplistic config files
  232. compilation error /usr/include/_G_config.h:29: parse error before "__mbstate_t"
  233. Re: fastest i/o
  234. retrieve all ip addresses in system
  235. Testing if char *string was declared
  236. Header Inclusion style
  237. NULL Pointer Dereference
  238. Re: What does the asteriks mean?
  239. How to protect a global variable in a header file from external access? ("static int i" does not work!)
  240. Send email using system( ) function
  241. About allocating memory to a node in a link list
  242. Re: Pointer Notation
  243. Re: Can we emulate a char buffer to a FILE* ?
  244. Hashing function (possibly OT)
  245. Reading Comma Delimited Files
  246. Re: Help save this family Please
  247. BIOS access
  248. Get path from FILE* of existing file
  249. Re: port I/O in C
  250. Re: Writing macros for Windows?