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. the usage of void argument
  2. Question
  3. How to calculate the inverse of normal distribution using "C" ?
  4. Endianness
  5. Return type of main()
  6. Writable strings
  7. malloc_consolidate
  8. Does wrong format specifier leads to memory corruption?
  9. smallest positive double number
  10. Regardng algo book
  11. A World Beyond Capitalism 2005, An Annual International Multiracial Alliance Building Peace Conference Is Accepting Proposals...
  12. string comparison
  13. C code for converting IBM/370 floating point to IEEE 754?
  14. seeking in binary files
  15. program artichecture extractor tool
  16. passing pointers
  17. Enlarge the stack size in gcc ?
  18. C calling conventions
  19. Portability
  20. Getting path of a shared object from inside it
  21. formatting output in the form of table
  22. Char difference between C90 and C99
  23. How does malloc align pointer
  24. How to parse ?
  25. Printing offset of a member of structure
  26. Enumatrators And Macros
  27. Problem while transferring mail ids from MS-outlook to the application
  28. Socket programming problem: can't generate output in server socket
  29. How to convert from Ticks to date&time?
  30. large program data structure
  31. reading Java floats from C
  32. Issue related to system() call and file handles.
  33. How to convert from Ticks to date&time?
  34. Undefined behaviour when modifying the result of an assignment operator
  35. malloc(0)
  36. Why it is not an lvalue ?
  37. uchar -> void* -> uchar
  38. references/addrresses in imperative languages
  39. hi
  40. Removing dead code and unused functions
  41. simple question regarding 5.5 of Ritchie & Kernighan
  42. Hundreds of cases in a switch, optimization?
  43. void *malloc(size_t num_bytes);
  44. perror question
  45. Proper use of scanf
  46. Multiple declarations in differents files
  47. problem with macro
  48. Doubt In Bytes Allocated
  49. Missing file
  50. Heap maintenance and wordsize
  51. quick way to determine the array is irdered?
  52. How to copy a chuck of memory?
  53. typedef help
  54. array questions
  55. conversion of signed integer to unsigned integer
  56. How to deal with time in C ?
  57. Array of bitfields
  58. variables scope
  59. weird function output value problem
  60. Open a file at runtime
  61. Question converting unsigned char [] to int
  62. Implement set for generate data type?
  63. multiple definitions....
  64. Is this possible?
  65. Cycle with C
  66. cast to volatile
  67. link list question
  68. advantage of C proramming under C
  69. Questions about qsort( ) to sort pointer to struct.
  70. server client question
  71. creating an image file from an ASCII text
  72. Methods to handle filename extensions?
  73. Interpreting CDROM_GET_CAPABILITIES ioctl
  74. Help on warning: non-static const member in class without a constructor
  75. Arithmetic shift operation in C
  76. Converting Little Endian to big endian for a union
  77. Difficulty in understanding the MACRO.
  78. Parse HTML to store it in ROM
  79. padding mechanism in structures
  80. pow(2, 1/2) != pow(2, 0.5) problem
  81. simple tree data struct implementation (beginner)
  82. Function pointer
  83. Printing a NULL pointer
  84. Address on x- byte boundary
  85. C/C++ linkage issues
  86. reg va_next
  87. allocation of local variables on stack
  88. OS/2 Vio* calls in Windows
  89. strsep() function problem, please help
  90. Find C support for NNTP
  91. illegal character
  92. Info about Errors ,warnings..!
  93. Information on Double pointers
  94. how to reset all structure fields to 0 or NULL
  95. Where does fatal() come from?
  96. variable arguments, odd results
  97. Is Both Statement Are Same
  98. libnet
  99. memory allocation and freeing memory
  100. Doubts on C
  101. warning: no newline at end of file
  102. how to define the array of strings
  103. Why does this not work?
  104. 2 dimensional array algorithm question
  105. Unsigned and signed char types
  106. Passing more than value using pointer
  107. struct struct
  108. Plotting the Results
  109. Having problem on printing a string using printf?
  110. Portable way to printf() a size_t instance
  111. database connectivity through C program
  112. sorting 2d arrays using qsort
  113. Why Segmentation fault in malloc( ) after calling several realloc( )?
  114. The 1st Annual Underhanded C Contest
  115. Need recommendation of C library reference book .
  116. difftime problem
  117. Difficulties with passing multi-dimensional arrays
  118. Bloodshed C or Miracle C?
  119. what's the different
  120. Is this valid?
  121. diffrence ??
  122. struct and typedef problems
  123. question related to sizeof operator
  124. convert dec number to HEX and oct and bin without c library function
  125. Union Issue
  126. Memories
  127. puzzle
  128. fgets() question
  129. XML creation in C
  130. sizeof() style question
  131. adding in ascending order in double linked list
  132. The status of C
  133. define a string
  134. sscanf() question?
  135. efficeincy ( Am I correct ?)
  136. reading first line of a txt file with c
  137. macros
  138. overloaded functions in C
  139. HELP! - time function problem??
  140. printf justification of printed values
  141. What Happened to bioskey?
  142. C style casting
  143. Is there a better way for scanf?
  144. a value change, why
  145. Array problem
  146. [Mysql Api] Problem with tables listing
  147. transfer from ASCII to int
  148. Pointer
  149. trouble in freeing memory using realloc
  150. What's the best algorithm for it in C
  151. Global Variables in DLLs
  152. double linked list delete problem
  153. nebie : what is the problem with this one?
  154. C program to automatically press F6 every few seconds
  155. Comma operator
  156. table of function calls: need sample code
  157. The strange speed of a program!
  158. Book about data structures in C
  159. read writte to file
  160. Automatic generation of function's uses and dependences (graph representation)
  161. Easier way to determine if a string is an alphanumeric number?
  162. bsearch/qsort problem for effective_dated search non-exact
  163. Hi.. Need immediate help
  164. ANCI C? What is that - a NASA invention?
  165. pure functions
  166. pure functions
  167. help me in port programming
  168. WIRELESS C programming in LINUX question
  169. How to read a part of a string
  170. a make file question
  171. Computation slow with float than double.
  172. Copy by value symantics
  173. Checking endianess in compile time
  174. How to parse the line
  175. How to read data from an excel file by C?
  176. Is it that bad to initialize global variables at outside?
  177. Dynamic char* allocation, malloc and free.
  178. i want to learn c language
  179. Links of C code puzzles
  180. is variant-length array declaration standard compatible?
  181. what's this mean .count = ATOMIC_INIT(n), ?
  182. Calling function name
  183. pointer conversion
  184. how can i get the address of buf which defined as char buf[] = "abcde";
  185. SIZE_MAX under c89
  186. Underflow and floating-point math
  187. Pass pointer to double array as func. parameter
  188. Round Number
  189. String concatenation function, request for comments.
  190. What declarations of main exist in the c standard?
  191. Bcc & C
  192. Any quick reference for the difference between C and C++
  193. selecting the next language
  194. Typedef'ing a function
  195. Typedef'ing a function
  196. Typedef'ing a function
  197. How to test whether strstr() returns a null pointer or not?
  198. Robustify code dealing with input
  199. Function arguments and their size
  200. Why compiler not generating any warning ?
  201. How to store a variable value for more than one executions
  202. why debug step by step, it s ok
  203. New to C
  204. Returning pointer to array problem II
  205. question for char point.
  206. HELP PLEASE - How to convert string to byte array
  207. Why can't you add pointers in c?
  208. What can't you add pointers in c?
  209. I think the question I just posted got lost.
  210. C99 to C89 translator
  211. typedef a matrix
  212. Use disks as large read-write buffer?
  213. overriding functions
  214. enum members namespace clash
  215. C to NASM - lnkflat problem
  216. Problems parsing a flat text file with pointers.. sort of named.conf layout..
  217. Returning pointer to array problem
  218. problem with sscanf.
  219. rand() related ??
  220. pointer arithmatic
  221. How to define a common interface between C and JAVA modules
  222. double pointers
  223. When I call malloc() to get some space, I get Segmentation fault
  224. sscanf not working , why?
  225. count of file descriptors
  226. how to make linux makefile work in visual c++?
  227. Help! function declare.
  228. Dynamic library and passing relative pathnames
  229. * * * Please Read And/Or Print This! * * * Press [Ctrl][P] Keys On Your Keyboard To Print >> June 1, 2004 8:23:43 pm >> http://115639.aceboard.net/forum2.php?rub=158&cat=61&login=115639&page=0#id96 << * * * * * * * * *
  230. question
  231. One SQL and C question
  232. C string functions
  233. Test
  234. Open source embedded C ; appropiate group?
  235. "comma delimited" numeric output from printf()???
  236. Bit twiddling
  237. merging list problem
  238. addr2line help required
  239. How to realloc( ) for M[m][n]
  240. File Read help reqd
  241. masks
  242. Criticise my code please.
  243. What's the meaning of this variable definition?
  244. pointers and integers
  245. what's meaning of "warning: initializer element is not computable at load time"
  246. when fflush call is needed?
  247. how to write a makefile?
  248. Swig errors and warnings
  249. Why do I have a core dump ?
  250. mySQL and C question
  251. undefined reference uuid_parse
  252. POPL 2006 Call for Papers
  253. max size for printf() format conversion?
  254. message buffering for logs, sprintf, etc...
  255. Help needed in dereferencing a union
  256. How to interact with Oracle, MS-SQL and Sybase databases using C Language
  257. Some pointer quiestions again
  258. compiling a simple program
  259. multidimensional arrays and pointers
  260. Clear doubts regarding the C++ Runtime
  261. hashtable...squid
  262. typeless data [structures]
  263. Is there a way to write append rewrite a XML Multilingual file
  264. a question about ftell function
  265. read multiple lines of a file
  266. Memory management strategy
  267. Function calls using variables
  268. structure
  269. size of pointer variables
  270. sizeof...
  271. why?
  272. sprintf on MVS
  273. clustering in C
  274. Difference between '\0' and 0
  275. move bits stream through an array
  276. Formatted IO; %d or %i?
  277. generate a 'call tree'
  278. plz help to solve some problem
  279. plz help to solve some problem
  280. Turbo C(/C++) runtime library source code
  281. How to check file exists.
  282. how to define a function pointer variable witout typdef?
  283. creating child process
  284. Undefined reference to '...' error under gcc
  285. abt variable storage like global static,auto ....
  286. libs and constants
  287. How to pass a pointer to an unknown-size array?
  288. Pointer Question
  289. Getting Excel worksheet names with ODBC
  290. sscanf and int64 in Win32 and Unix - different results?
  291. please check macro
  292. Help for creating a mini OS
  293. string function
  294. How to read .xls sheet from C program?
  295. (void) printf vs printf
  296. using "purify" to check memory leaks
  297. Pointer memory allocation
  298. mixing types promotion etc..
  299. 1st World Congress on the Power of Language:
  300. Port code from C++ to C?
  301. Querry (Newbe)
  302. String comparison in preprocessor commands
  303. Doubt in Socket Program
  304. howto init 2d structure to zero ?
  305. Function-like macro
  306. how to use scanf()?
  307. fgetc dropping chars
  308. standard operations about string operation
  309. Why wouldn't this line of give give the address of the pointer?
  310. How to determine the local port?
  311. C Developer
  312. negative array index
  313. Read pixels from a PGM/PPM Image
  314. Using clock() to measure run time
  315. I've forgotten my C: passing 2-D matrices
  316. Get integer bytes order in a compile time
  317. What are OOP's Jargons and Complexities?
  318. Return array of ponters?
  319. Fork question.
  320. Does sizeof(char) always equal to 1?
  321. string generation
  322. Problems with sprintf, need help on this one
  323. getting BCC55 to run
  324. Getting Started in Programming & Scripting
  325. what dose "const char const* var" mean?
  326. question about 'static' definitions
  327. Can't match char 0x10.
  328. Is this a guaranteed signed/unsigned conversion?
  329. find name problem
  330. use of select()
  331. fprintf formatting question???
  332. realloc() implicit free() ?
  333. WAV file question
  334. structure padding
  335. How to know the number of elements in an static array.
  336. Double precision numbers.
  337. inline functions
  338. union field length mismatch
  339. Telnet client in C
  340. How two check struct size at compile time
  341. DJB hash function
  342. useful tips on how to write your C codes more efficiently
  343. snippet review please
  344. Good C Compiler for Windows..
  345. Help with strings
  346. Does UNALIGNED attribute exist in GNU C?
  347. maximum file size of FOPEN
  348. Shift sequence
  349. max of min
  350. fclose... what is better
  351. Setting "all ones"
  352. create function at runtime
  353. message passing question
  354. How to get number of digits in int variable?
  355. How to convert from a string to an expression?
  356. Floating point calculation
  357. cant figure the output..
  358. The world is really unstable these days......
  359. * * * Important Please Read * * * May 18, 2005 2:52:19 pm * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  360. NAN option for gcc?
  361. Weird arithmetic
  362. Boot records Intel Architecture
  363. layout of arrays
  364. ++ / -- operators with floats and doubles
  365. macro for compile time allocation
  366. pass a 2-dimension array to function
  367. lookup tables
  368. Bulbmebee parser generator ?
  369. graph/chart library?
  370. runtime error
  371. how to creat a web browser
  372. Help using sprintf, wanting to make 2 byte lengths and 4 byte lengths to hex string?
  373. Help on File Reading in C programming.
  374. a probelm about switch
  375. Bug in gcc4 initialisers suspected
  376. Loop Problem
  377. Strange behaviour of printf. See the code below and please tell why it behaves in this way.
  378. use fprintf to write to the console
  379. realloc
  380. Multiple return statements Vs goto's
  381. padding between variables in a structure
  382. wrinting an optimised code
  383. fopen functioin
  384. Semaphore Error - Storage size of arg
  385. void pointers & void function pointers
  386. Nested linklist
  387. PLEASE..
  388. DAMAGE: after Normal block (#45)
  389. register variables
  390. doubt related to string pointers.
  391. which is faster ?
  392. which is better "switch" or "if-else"
  393. Client/Server Multicast API
  394. Don't understand syntax error
  395. Serial ID of Hard Disc
  396. linux has typeof, how can i get the same function for windows?
  397. Convert date & time to time_t
  398. change values in a file
  399. scanf not getting entire long value
  400. how to store strings of any length into an array of type char*?
  401. How to input strings of any lengths into arrays of type: char *array[SIZE] ?
  402. Maximum Nr. of bitflags ... ?
  403. difference between *ptr++ and ++*ptr ?
  404. help...info how to write very small basic interpreter in c
  405. Help, getting compiler error warning on returning a temporary character string
  406. Don't get your balls in an uproar...........
  407. Subject: C to JVM compiler (AMPC)
  408. General process questions
  409. C book recommendations
  410. Why does BSD Unix kernel functions have uppercase Static qualifiers?
  411. How To Write A Program To Convert Structure Member Offsets?
  412. measure time eclapsed for a simple program
  413. function called through a non-compatible type
  414. printf and stat problem
  415. Fork + Waitpid
  416. Array of strings
  417. writing IRC plugins with C
  418. Handling interrupt
  419. Is it required to comply byte alignment within a function?
  420. Any easy to printf an interger in 9,999, 99 format?
  421. ERROR: storage size of 'tzp' isn't known
  422. 1812 monografia monografias teses dissertaçõestrabalhos escolares 1812
  423. printf formats for size_t?
  424. ANSI C (C99) testsuit compliancy
  425. Test for contiguous alphabet in character set
  426. popen: how to test for end of program
  427. Clearing an array
  428. lexx/yacc usefull ? when why ?
  429. How to Convert 8-bit data to 10-bit data?
  430. Need softcopy of book ..
  431. manipulation and memory allocation
  432. Need to View the contents of an EXE file
  433. Macro Definition ---- read_XDATA(address)---
  434. Scanset
  435. My MSVC 6 DLL now has HEAP corruption problems
  436. child thread question
  437. God is not a man
  438. xdr library
  439. lex and yacc
  440. pointer usage in c
  441. variable definiton / variable declaration
  442. #define ARR_SIZE sizeof(arr)/sizeof(arr[0])
  443. Why would malloc() modify the behavior of this output?
  444. Returning results through the function parameter list?
  445. constants not constant?
  446. constants not constant?
  447. lifetime of compound literal
  448. how #include directives are handled
  449. checking for > INT_MAX
  450. Assorted questions from a C++ programmer
  451. Help with function parameters...
  452. stripping non-numeric data from a string
  453. obtaining the time offset from UTC
  454. initializing variables
  455. macros: not a valid preprocessing token
  456. need addititional arg in given callback
  457. initializing variables
  458. multiple named initialization of same member
  459. Complicated macro...
  460. How to access hardware ports using C ?
  461. What's the difference of return 0; exit(0);exit(1)
  462. Calculator
  463. Why not auto?
  464. Fibonacci series 2005 (once more just for fun :) )
  465. substracting a lot of numbers optimisation
  466. __VA_ARGS__
  467. Eclipse IDE for ARM is based on what OS?.
  468. void*, char*, unsigned char*, signed char*
  469. Threads communcation in network programming
  470. gcc4
  471. only a test message
  472. char *(*pargv)[]
  473. Computing Industry shams
  474. One struct pointer question
  475. How to read the element when I receive a packet
  476. Looking for the "best in class" C/C++ open source software
  477. Which operation is more expensive?(a <= b and a != 0)
  478. Showing an picture in a dialog box (WinAPI)
  479. problem with value of the pointer...
  480. speeding up C code
  481. How to use *.* parameter in the exec family functions?
  482. abt nested loops
  483. Stop for a moment
  484. Problem with following function
  485. Help
  486. void pointer cast segfaults
  487. struct alignment
  488. hey abt the one and only printf!!
  489. where can i get ctrace C program debugger for linux?
  490. Reading EXIF info from JPEG
  491. tool to measure performance of written function
  492. cheksum function
  493. Inline assembly statement
  494. how i can print the values of argv[] under unix environment.Plz help me
  495. OOP: legal cast?
  496. Dynamic allocation of memory
  497. Make stronger protection for your software products
  498. make compilation fail
  499. Lapack/ CLapack
  500. Problem with a linked list
  501. fopen() question.
  502. float variables in loops
  503. how to get structure elements?
  504. Difference between C89 and C99?
  505. What does this function do?
  506. return const value to be thread save?
  507. array of pointers
  508. Is there a standard way to write an 8 bit byte?
  509. dynamic char - realloc use
  510. unsigned wierdness
  511. function pointers as function parameters
  512. Checking if socket is still open?
  513. gcc and Static Variables
  514. scanf(), Parameter Passing, and Character Arrays
  515. wanted help with hex game
  516. Case insensitive search of substring in wide char
  517. whats wrong with this pointer?
  518. Differences between one-dimensional arrays in Java and C
  519. What is the alternative to switch statement
  520. sizeof operator implementation
  521. Help With Arrays
  522. typedef struct
  523. a few doubts!
  524. Using define with variable values
  525. return a string
  526. main(int argc, char *argv[])
  527. struct and function-pointer casting
  528. two dimensional arrays:
  529. Caaling assembly routine in c
  530. how to use static function defined in one file in another file is that impposiible in 'c '
  531. Count maximum contiguous set bits in an integer .
  532. generate random points on a line
  533. How to use dlopen()???
  534. Changing Turbo C 2.01 Key Bindings
  535. How to store the contents of a file into a variable
  536. Converting large strings to numbers
  537. Avoid blocking
  538. Siemens MC35i Cellular Engine
  539. When using select call on many sockets, how to check if one of them is closed
  540. converting binary data
  541. Binary Arithmetics
  542. about malloc, realloc and free
  543. About C structures for network programming
  544. Returning "stack" variables from a function
  545. Expert advice needed (We were all new once)
  546. how to find a number whether its a power of 2 or not
  547. FR accent characters
  548. Reading a large number of text files into an array
  549. best use of strings
  550. memset