View Full Version : answers


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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136

  1. __ptr64 in GCC
  2. is all the .obj or .o file compatible?
  3. _dos_findclose
  4. AND and OR and parentheses
  5. Byte alignment?
  6. word count
  7. if (x && !(x & (x-1)) == 0)
  8. Wo ist der Fehler
  9. Wo ist der Fehler
  10. compiling a hope interpreter
  11. Library collision
  12. whether is the standard input stream full buffered or line buffered after calling function setbuf()?
  13. BiskyMisky
  14. Quirky issue
  15. signed integer overflow
  16. Udpater function
  17. Faster matrix permutation algorithm?
  18. about signed chars
  19. How this one liner works ?
  20. want to know hoe the following works .
  21. cannot convert parameter 2 from 'const char *' to 'char *'
  22. Redirect of stdout to pipe 'hangs'
  23. Pointer Increment
  24. PC-Lint
  25. Making sure an enum fits into an unsigned char
  26. Path of file
  27. compiler nightmares
  28. Help !I want to write a program to count the running time of another program
  29. Safe version of gets
  30. "visit calculations" program
  31. Jargons of Info Tech industry
  32. Controlling hardware with VB; driving Automotive Injectors
  33. #if typedef()
  34. How to get the total row number of a text file
  35. SIze of file
  36. Token pasting (## operator) - Add whitespace to a token
  37. possible memory leak?
  38. Basic Pointer Question...
  39. download web page from c
  40. Knowing your sequence points
  41. C and strings
  42. Strange do loop behavior
  43. operation on `x' may be undefined?
  44. Interpreting a macro
  45. Compile on Windows for Solaris and Linux
  46. killing thread
  47. Unix C programming
  48. Issue with msgsnd
  49. How to write object oriented program in c
  50. Symbolic Polynomial Interpolator in C
  51. Storing info for cards
  52. my_itoa, any comments?
  53. difference in header files
  54. Macro for counting the bits in odd positions
  55. Daylight Savings Time & the new Energy bill
  56. is typecasting return from malloc required?
  57. Defining errors and success in functions
  58. Why the compiler gives warning ?
  59. Output
  60. Form feed character in header files
  61. intialise array size using global variable
  62. string comparison
  63. A question on string literals
  64. Extra Comma in enum is Valid?
  65. How to fill an area bounded with a color
  66. how can i store huge values?
  67. strange problem with send() and recv()
  68. unsigned to signed integer convesion
  69. What is the difference between the sun and the moon?
  70. Is the following code OK?
  71. Is the following code OK?
  72. why macro not expanded ?
  73. Mlutiple Linked list Array
  74. Data Structure problem
  75. Common header files between C compiler and C library
  76. clarification on character handling
  77. Negative values for shift operators.
  78. Using C30 and dsPIC Microchip controllers
  79. New C/C++ Source Code Search Engine
  80. Multiple Array Linked List
  81. Hashtable or array of structs?
  82. The New C Standard
  83. Which compiler to use? (TO Martin Ambuhl for his suggestions)
  84. Which C compiler is best to use?(TO Martin Ambuhl for his suggestions)
  85. The D Programming Language
  86. extracting identifiers
  87. Learning C?
  88. Object Oriented C
  89. recursive main
  90. sizeof integer array
  91. what is difference between sizeof and strlen
  92. Why is a character constant more than size of charcter variable?
  93. File Merge
  94. Array assignment via struct
  95. Comparison between C89 and C99
  96. Determining Syllables
  97. How do I find out if drive (possibly WITHOUT file system) exists?
  98. Skybuck's universal code
  99. Why Precedence is not followed?
  100. find value
  101. find value
  102. Information on Bit Arrays in C
  103. Sizeof operator
  104. Input Verification
  105. Multiple looping
  106. Where to find a complete and authorative list ANSI/ISO C functions?
  107. file permissions on windows?
  108. Connection to the database
  109. Program Crash
  110. creating a parser for HTML also want to support ASP script
  111. Standard C library functions
  112. memory allocated to a pointer
  113. dmalloc debugger tool
  114. remove double entries from a sorted array
  115. deprecation of older C routines
  116. function without arithematic operator
  117. Legality of pointer arithmetic
  118. Bit operations query on changing case
  119. atrcmp and ==
  120. How I know the net card is link off?
  121. VC++ thread 0xC0C has exited with code 99 (0x63).
  122. size of integer
  123. can i run linux code on windows
  124. 'const' keyword problem
  125. how a pointer to null works .
  126. reflecting bit field
  127. Can I use unsigned char as int?
  128. Procedure for eliminating static variables?
  129. sabarish
  130. I/O ofa large number of files
  131. find out the problem
  132. Converting
  133. give me the value
  134. const keyword problem.
  135. something to do with void *
  136. Image file in C
  137. c decompiler
  138. Pointer conversions and Data types conversions
  139. where to go after k&r
  140. Macro to Optimize Space for Embedded Array
  141. What is printed?
  142. running dos commands using c
  143. cross platform directory scanning
  144. memcpy broken?
  145. ...Then what can I USE
  146. scanf problem with intaking a string *PLS. HELP*
  147. Any good codes for this algorithm?
  148. The variable bit cpu
  149. pointer value
  150. stepping inside a DLL
  151. calling function with 2-dim arrays
  152. Can __LINE__ be stringified?
  153. Rotate
  154. operator precedence with && and comma
  155. Which of switch statement and if-else statement takes less time to execute?
  156. printf
  157. far pointer
  158. validating problem
  159. apparent 4 GB memory limit for brk() in solaris 8 on some hardware...?
  160. Macro calling kernel function
  161. Flexible size array
  162. padding a file
  163. system() and no console ?
  164. Design question dealing with char* function
  165. malloc modifying a passed string
  166. Use of 'extern' keyword
  167. question regarding precedence and associativity of ++ and *
  168. Paasing global variables to functions
  169. Big Endian
  170. Copying a struct to a larger struct?
  171. Question on arrays within a struct and sprintf
  172. strange pointer behavior
  173. Using fgets() within a function returning an error.
  174. fexception handling in C
  175. czy to jest polska grupa dyskusyjna ?
  176. select and send
  177. casting function pointers ?
  178. entering more characters
  179. Hints on how to migrate from C++ to C
  180. order of execution
  181. difficult to code
  182. Differance between Intrrupt and function
  183. limiting access to a variable...
  184. #define
  185. gethostbyaddr/nslookup failed
  186. Ordered output without "sorting" array
  187. Data structures question
  188. Coding embedded systems with C
  189. crazy problem with strtok puttings ptrs in **argv
  190. detecting underflow exception on Linux.
  191. strcpy and strcat's return type
  192. gcc 4 signed vs unsigned char
  193. C with Assembly
  194. Why??
  195. limited no'of times execution
  196. to write a project in c
  197. Connecting to the DATA BASE(ORACLE)
  198. Twain development
  199. non-void function
  200. how to insert a assembler-sequence for itanium2
  201. Where to get a compatibility list of C and C++?
  202. question about random generator
  203. Two question about signal handlers
  204. C book
  205. ANSI C grammar
  206. Searching files in folder
  207. code reading
  208. Array of pointers to arrays of Fixed Size
  209. Array of pointers to arrays of Fixed Size
  210. printing all variables in union
  211. help really confused with for construct execution
  212. pointer assignments
  213. Running time
  214. Running time of a code
  215. How to write code which minimizes page faults?
  216. pointer truncation from 'void *' to 'int'
  217. Difference between return and exit
  218. Search for the nearest item by bsearch?
  219. What is wrong?
  220. swap addresses ?
  221. Is "const" more than syntactic sugar?
  222. How to deal with Tree with several branchs?
  223. Token Parser
  224. function pointers
  225. Calling getopt with new arguments
  226. is it safe to zero float array with memset?
  227. Compare data in two groups
  228. what is the difference, void func(void) and void fucn()
  229. Help on an "if" statement on a numerical value
  230. setting macro
  231. Value of k??
  232. Yes/No
  233. C Programming: A Modern Approach - Chapter 15 Exercise 5
  234. Standalone sscanf() implementation?
  235. how to create huge two-dementional array
  236. multiple versions of "Extended ASCII characters"(No. 128 to 255)
  237. invoking php?
  238. Switch() parsing insanity
  239. array of structures
  240. storage for temporaries
  241. How to put non-ascii characters into C string?
  242. How to put non-ascii characters into C string?
  243. How to generate a md5 hash?
  244. List of all functions in a C files
  245. How to write a driver for unsupported USB joystick?
  246. Transactions with files?
  247. Optimasation and seg faults
  248. Program2
  249. Program output
  250. E-Book Please
  251. tricky problem
  252. The object status of function call returns
  253. ANNC: Reliable Software releases their own C++ Windows Library
  254. Strip everything out of a string expect numbers.
  255. char** function parameters
  256. C itself and what can be done with/in it
  257. Requesting Example code: Threads and Messaging
  258. pointer array problem
  259. prototypes
  260. extern
  261. Socket Programming
  262. Loop termination question. I hope this is the right forum
  263. fork problem
  264. why is it so ?
  265. queries about sprintf
  266. is *ptr++ equivalent to *(ptr++)
  267. What is the point of signed char?
  268. World Smallest Program
  269. Should function argument be changed in function body?
  270. Xah's edu corner: on Microsoft hatred
  271. how do I know how long my function call took?
  272. preprocessor q: impossible macro?
  273. sprintf leading up to bus error (signal 10)
  274. Memory allocation problem!
  275. apply parameters to another function - in a generic way
  276. Creative input on indexing from 0 to 99 or 1 to 100
  277. Certification in C
  278. Link list problem
  279. Threads
  280. Anyone who knows how to uses openssl libraries?
  281. assembly language program
  282. How well did I do??? Quiz 3
  283. How well did I do??? Quiz 2
  284. Seg Fault within function (New to C)
  285. database of C standard library functions?
  286. how to get the data type of a veriable
  287. sizeof
  288. const-incorrect practice
  289. Any solution to this puzzle !
  290. Is there any ANSI method to extract/tokenize argv[ ]
  291. fenv.h standard header
  292. C
  293. C + download
  294. for loops with dual conditions
  295. C89 standard rationale or draft, where to download?
  296. fwrite
  297. FILE Writing Error
  298. What would cause this problem? CPU usage 100%
  299. Type-casting void pointers?
  300. c program without main( ) ?
  301. pointer and memory question
  302. how to do ?
  303. what I miss?
  304. memory watch and monitoring
  305. What is the Correction Required?
  306. How to interpret this declaration
  307. meaning of the error ?
  308. How to delete the node at the end (tail) of the Linked List ?
  309. Portable way to use 64-bit values
  310. Typecasting function pointers to void *
  311. Passing INT Array by reference
  312. Modifying an arg of va_list
  313. while loop and printf
  314. Why does post or pre incremenent or decrement does not work inside a sizeof operator?
  315. How to set memory properties
  316. Profiling c progrma line by line
  317. String Manipulation error
  318. Byte Array in C
  319. fractions and floating point
  320. size of multi-dimensional array and qsort
  321. qsort on multi-dimensional array
  322. how to make this code error free
  323. Printing hexadecimal format
  324. usage of ## for macro string catenation
  325. manipulating void* in array
  326. const qualifier usage
  327. help to run this code...
  328. NT Service tutorial?
  329. help to run this code...
  330. Trying to understand MRTG
  331. C program to create myi, myd files
  332. why this code has errors?
  333. What IS THIS
  334. OS Programming
  335. complier design
  336. Pointers
  337. file to linked list
  338. Testing
  339. data structure
  340. TSR Programming
  341. Assembly language
  342. System Programmin
  343. good algorthm
  344. Correct Typedef
  345. good algorthm
  346. string finding
  347. typeDef
  348. typeDef
  349. write a multidimensional array in a file
  350. Convert Static Array to Dynamic Array ?
  351. Standard C and math library
  352. Singly link list
  353. SUSv3 reference headers
  354. automatic C indenting
  355. byte to integer
  356. switching on strings in standard C
  357. struct pointer to a 2D array
  358. what is regular expression
  359. problem z prostym prgramikiem ;p
  360. Eigenvector routine....
  361. lint
  362. Earthquake Forecasting Program July 11, 2005
  363. Playing Music
  364. x rated news room
  365. memory alignment
  366. LFS for Windows apps
  367. Coping with underscore decoration conventions
  368. gcc: pointer to array
  369. mutable data structures
  370. What is Expresiveness in a Computer Language?
  371. C, C++ and C# Forums
  372. Error handling - How would you write it?
  373. First statement always evaluated first?
  374. Is an address change possible by "deconstify/const_cast"?
  375. malloc and memory leaks
  376. Is this the correct?!
  377. a question about multilist in c
  378. HTTP header parsing library
  379. Linking a C++ library to a C program.
  380. Two's complement integer divided by Powers of 2 question
  381. Bizarre experience at the abortion clinic.
  382. Memory Allocating problem
  383. Need some explanation
  384. Checking pointers
  385. UCN and Unicode
  386. How does strtok works?
  387. representation of an escape sequence
  388. qualified and unqualified types
  389. Trigraph sequences
  390. storage for argv
  391. why function like macro doesn't work here?
  392. why function like macro doesn't work here?
  393. Problem with character string loop and strlen()
  394. Clarify atol statment
  395. Are foo[bar] = "" (at declaration) and memset (foo, '\0', bar) the same?
  396. mmap parsing...
  397. Is it the same?
  398. Software Patents
  399. SGI: Need Something like 1 Mutual Exclusion Semaphore for Multible Programs
  400. ISO C jpeg/png/etc lib
  401. Optimized code for finding string length
  402. advanced c programming
  403. Running time calculation
  404. multilist data stracture sample code
  405. Give some ideas for c Optimzation
  406. overloading in c
  407. Time command
  408. Certificate for C Programmer
  409. Using a union to get different representation
  410. Implicit addition of const qualifiers
  411. In a timeline pinch (Suspense: 25Jul05) pleading for assistance - Q1
  412. How to check file exist using c language
  413. Hardware Programming
  414. Historical variable place
  415. how to compare
  416. abt time functions
  417. about char pointer
  418. Need help with SHA1
  419. Palm programming in C using GCC
  420. Help w/ "incomplete type" error
  421. Running time of program
  422. Interacting to Internal Modem
  423. How to set a ms access password?
  424. char * and int *
  425. Byte Alignment of Character to 2 byte
  426. Can anyone tell me where to find OCR?
  427. Implementing Unicode
  428. Funny old trick
  429. strto[u]l and ERANGE
  430. setting MAX characters emitted in printf() functions?
  431. accuracy of mathematical functions
  432. Read n bytes from file
  433. float algorithm is slow
  434. evaluate this
  435. How to verify username and password in Visual C
  436. Initializing enum with strings
  437. Modify it !
  438. Server listening on 2 differents ports
  439. programming style: while(TRUE), for(;;), ...?
  440. sizes of bit fields
  441. Multi says "incomplete type is not allowed"
  442. ON Linux Platform: How can we build binaries for another architecture from 0x86 architecture
  443. If forget to fclose() after fopen(), is there any testing tool who can detect it automatically?
  444. simple c/c++ programming question about encryption
  445. C Primitive Data Type Sizes
  446. Help needed in solving this problem
  447. Preprocessor Directives
  448. will the memory allocated by malloc get released when program exits?
  449. EOF in C
  450. C/C++ DataType for DB2 DECIMAL(18,3)
  451. Makefile question
  452. multi-type
  453. System/ Compiler specific macros
  454. Linked list
  455. Linked list
  456. Access to data into an array causes seg-fault
  457. Code Effect
  458. anybody have star wars: revenge of the sith of War of the Worlds
  459. testing whether a double is a whole number
  460. case label does not reduce to an integer constant
  461. Permutations on binary strings
  462. again some incr/decrement question
  463. some very simple increment/decremant operator question
  464. C Program [ Turbo-C ] , to extract only-Printable-characters from a file ( any type of file) and display them ( i.e equivalent to "strings" command in UNIX)
  465. C Program [ Turbo-C ] , to extract only-Printable-characters from a file ( any type of file) and display them ( i.e equivalent to "strings" command in UNIX)
  466. pointer to pointer question
  467. Hiding that string in the compiled code
  468. [Help] Program crashes/seg-faults on strcpy().
  469. Multiline strings
  470. coloured text...
  471. pix
  472. Why C++ Questions on a C List
  473. Inverse Functions in Math
  474. == operator on struct
  475. String appending
  476. Linked list in C
  477. Reading from file into struct array / memory layout
  478. How to check for already running program?
  479. printf("%#04x\n", 0); print 0000 not 0x00
  480. Need to write putchar for embedded system
  481. How To Make Your Own Variable Type?
  482. How to make binary data portable?
  483. why use -> (not .) with pointers?
  484. #defines and strings
  485. reading a line through scanf
  486. Object persistence in C
  487. casting to unsigned char for is*() and to*() functions
  488. Programming Contest: Fit pictures on a page
  489. Reading Lines with Fgets and a bit of C++ {Novice Programmer}
  490. C directives
  491. Floatin point issues
  492. conditional statements
  493. what's wrong with atof() and casting?
  494. lint
  495. Aliasing/Torek's strtod() experience
  496. Aliasing/Torek's strtod() experience
  497. fast multiple file access
  498. openssl and DES
  499. bizarre malloc problem
  500. Array subscripting overflow behaviour
  501. Libraries, function names and link
  502. gcc iso90 and long long
  503. Array name and address of the first element
  504. graphics in Linux...
  505. Is an empty translation unit valid?
  506. ANSI C Compilation linking problem
  507. reading from a file, some times values in file may not be filled
  508. memory delete problem
  509. test
  510. sharing data from DLL
  511. bits comparison
  512. Interface
  513. parameters or stdin
  514. C and Tk
  515. why do I have "file size exceed" problem?
  516. fscanf problem
  517. Tool to trace function calls
  518. Differences between Functio & Macro in C
  519. About c++
  520. "basic" pointer question
  521. XML serialization of structures
  522. Standard way of dealing with directories
  523. hiding structure members
  524. endof
  525. padding granularity
  526. Finding Repeated and Missing Numbers
  527. Internal representation of char == unsigned small int?
  528. Default arguments
  529. Functions with variable arguments
  530. read 32 bit value into 64 bit variable?
  531. Microsoft Visual C++ 6.0
  532. New File
  533. how to ask gcc to link with older library ?
  534. constructing own error functions vs something like fprinf()
  535. What about a C compiler with structured data management INSIDE ?
  536. Implementing my own memcpy
  537. Data Structure
  538. nested while - how to go to the beginning of the first while?
  539. A biiiig break ?
  540. realloc, copy and VM
  541. printf() with too many args -- legal?
  542. compiler unable to find defn. of sin()
  543. static function declaration in header file
  544. Convert hex string to struct
  545. URL+JPEG+MPEG+P2P blocking
  546. Memset Optimizing
  547. C preprocessor
  548. Using macros as function_names (for compiling different function_names with one C-Code via a compile flag)
  549. Hmmm, It's Curious
  550. The C execution character set