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. about malloc, realloc and free
  2. About C structures for network programming
  3. Returning "stack" variables from a function
  4. Expert advice needed (We were all new once)
  5. how to find a number whether its a power of 2 or not
  6. FR accent characters
  7. Reading a large number of text files into an array
  8. best use of strings
  9. memset
  10. Generic Library for C.
  11. Receving an array as parameter
  12. How to get file size?
  13. The Harm of hard-wrapping Lines
  14. Feel like trying some game programming - looking for volenteers
  15. 3587 monografias 3587
  16. Yet another book recommendation, but for someone who can program and yet does not the terminology well
  17. assigning void * type value
  18. C FAQ 3.1
  19. core dump on writing to pipe
  20. Howo to gmake?
  21. how to use gmake?
  22. sequence point
  23. Returning integer portion of double
  24. C's trig functions
  25. strchr & finding multiple occurances of a char
  26. avoiding warnings for "legitimate" casts
  27. How to remove and substitute characters within a string
  28. Searching for old LLIBCDLL.LIB
  29. what do c developers do without the stl?
  30. Compiling GSL with MinGW - undefined reference
  31. Modern Development Methodology?
  32. modulus operator "%" versus fmod
  33. to print in the reverse order, ("Hello World" -> "World Hello")
  34. How do I check if a file is empty in C??
  35. mutually referential (Pg 140 K&R2)
  36. How is strlen implemented?
  37. change users shell programmatically
  38. Segmentation fault
  39. realloc
  40. problem with the code and dll
  41. Linked list Question
  42. random seed when using GSL
  43. Strings as parameters/arguments to a function
  44. string
  45. Segmentation fault when returning a value on a different PC
  46. How to count CPU time by using C function
  47. News: College For The Baby-On-Board Generation
  48. What all gcc does
  49. Problem with printing input.
  50. problem compiling related to extern
  51. Good book about Data Structures in C?
  52. time returning -1
  53. C99 Restrict
  54. finding size of directory
  55. ULONG_MAX
  56. Comments format: comments extending over multi-line
  57. Counting Tabs, New lines, etc. ~error~
  58. Value of EOF
  59. 1.5.2 Character Counting
  60. Strange thing about malloc()
  61. timeGetTime
  62. Regarding typedef
  63. Add pointer to a double linked-list?
  64. Getting a string date from a number of seconds from01/01/1904
  65. Repost:Handling large C code (code in general)
  66. HELP on "C" DLL internal code for LAN's and WAN's use
  67. About casts (and pointers)
  68. I'm very confused(learning C)
  69. printf statement not executed
  70. problem with nan
  71. Reader writter problem
  72. Reader writter problem
  73. struct type completion
  74. ICS has acquired UIMX
  75. Certification in C/C++
  76. char*
  77. Simple question about pointer types
  78. inline usage in C linux kernel
  79. copy char arrays
  80. (Shareware?) file search for huge file?
  81. Dynamic Array
  82. why this program is crashing
  83. struct interdependencies
  84. casting question in kernel source code
  85. crash when filling a big buffer
  86. [Need Help] to write a function to remove all matching nodes from a linked list...
  87. Make problem
  88. Hi, What is the meaning of #ifndef
  89. const char* const*
  90. question about string
  91. some more questions about argv
  92. Converting string to char*
  93. hey u r doing it wrong
  94. what's differnece between #ifdef symbol and #if defined(symbol)
  95. callback or threading or something else ?
  96. read line
  97. C means C89 or C99?
  98. Print a number of size 19 digit
  99. Convert C code to Delphi -- random function
  100. Typedef and external linkage
  101. shorten string length by 1
  102. Memory Leak where?
  103. What can cause Segmentation Fault on Linux?
  104. Char array
  105. bit operations
  106. Obtaining double precision random number?
  107. multiple definition of `fVar'
  108. Help needed - Software Engineers with DVB or MPEG2 experience
  109. Object files
  110. comparing msb
  111. Initializing an Array of Pointers to Structs
  112. What is the best way to design GUI's in C?
  113. Help understading these proprocessor macros
  114. why printf("%c\n", b) can not get the wanted result?
  115. Any reason for this: !!
  116. How to distribute a C program into many C files ?
  117. how to read it out using c++
  118. dbx/gdb Choosing Which Forked Process To Follow
  119. closing the comm port in c
  120. one question
  121. __ in c
  122. Lexicographic ordering of punctuation marks
  123. ascii binary string into an integer
  124. Differences between pointers
  125. llkjhkh
  126. Passing void pointer to p_thread that is a Char
  127. Linked list stack and queue
  128. Is there any tool to transfer C/C++ source code to a lib file?
  129. pointer to stuct data
  130. naming functions and variables str*
  131. reading from text file to excel file
  132. Need help: Is Quick-Union-Find the right solution to this problem (Now I don't think so and I think that topological sorting should be the way to go...?) ?
  133. Help needed: Is Quick-Union-Find the right solution to this problem ?
  134. Need help: Is Quick-Union-Find the right solution to this problem (Now I don't think so and I think that topological sorting should be the way to go...?) ?
  135. A question about global struct variable as a fuction's parameter
  136. initializing int to a number bigger than INT_MAX
  137. string vs const int memory alloc
  138. exception handling mechanism
  139. Switch-case problem
  140. Hexadecimal index array
  141. Screen Capture Using C
  142. Read input from file
  143. fixed point library
  144. Simple C Linked List
  145. socket programming question (maybe OT)
  146. 'nix equivalent of Dos function kbhit() ?
  147. Remove \0 from a string
  148. What is the *nix equivalent of win32 io.h ?
  149. Question about multiple definition and undefined reference
  150. Critique
  151. Help needed: Is Quick-Union-Find the right solution to this problem ?
  152. Coredump/backtrace
  153. Divide by 7
  154. Setting locale at runtime
  155. soln
  156. hi why can not i us #if in the macro?
  157. quick question: \floor(\log_2(ix))
  158. linked list error
  159. Segment fault with pointer to method
  160. DLL function parameters
  161. STRUCTURES accessing using i
  162. STRUCTURES accessing using i
  163. Median
  164. C data container similar to Perl style key-value array?
  165. parsing string into an array
  166. How will you know about the libraries
  167. How to Link a Miscellaneous File
  168. About libraries and headers
  169. RealTime System + Windows XP + C# or C
  170. bmp
  171. return value of functions
  172. Complicated expression.Pls help
  173. bitwise & operator and counting set bits
  174. compilation option (-g) doubt?
  175. data type conversion
  176. convert int to char
  177. Emacs CC Mode's auto-newline facility: INFORMAL SURVEY
  178. ThreadProc does not run when CreateThread() is called within a DLL.
  179. strtol clarification
  180. modf() question
  181. A question about a subject in the "C Unleashed" book
  182. Suitable searching techniques for my parser...
  183. Subject: searching techniques for a parser.....
  184. Why is warning coming?
  185. Analytical or Intuitive?
  186. Warning missing?
  187. access error?
  188. templates & reporting
  189. Tricky double operations
  190. sleeping during a precise time interval
  191. scanf/getchar sequence problem
  192. problem with pointer and string - function
  193. Char strings, pointers and substrings.
  194. Good Books to learn low-level C
  195. Protecting stdin Within A Library
  196. Getting intermediate results in 64 bits
  197. Compiling a program for windows
  198. linked list
  199. Error help
  200. hm..-_-
  201. File management in C
  202. accessing struct elements of a function return
  203. what's the help of "unnecessary" pointer comparison?
  204. WinA&D 4.1 for UML, DFDs, ERDs and Requirements
  205. "extern" meaning
  206. ntfw (new file tree walk) question
  207. Confused about "void **"
  208. Injecting a value to a byte/word....using bit wise operators...
  209. Common pro*c code for both Oracle and non-Oracle environments
  210. Does the following programming architecture make sense?
  211. junk value in variable
  212. Regarding core dump
  213. varargs's doubt
  214. system with several interactive programs
  215. pass by value question
  216. integer addition taking CARRY into account
  217. Return Value Practice
  218. Combinations problem
  219. one c question
  220. Combinations in C?
  221. Mention the type of applications which can be developed using C language?
  222. Segmentation fault
  223. regarding algorithim
  224. Not a very good Idea!
  225. Integer subtraction problem, help!
  226. Integer subtraction problem, help!
  227. Confirm this is Standard code
  228. Ignore argument to 'printf'?
  229. Multiple writes to client socket
  230. Endangered species list
  231. What does BCPL stand for?
  232. warning: passing arg 1 of `atoi' makes pointer from integer without a cast
  233. How to show Unix time in C?
  234. Shut Down This Obsolete Newsgroup
  235. portable code
  236. Need HELP
  237. microsoft has open sourced windows xp
  238. bitwise decimal operators
  239. Reg : Pointers
  240. the usage of sscanf
  241. unary negation operator question
  242. Higher-Order Programming in C
  243. arrays
  244. store contents of structure into an array
  245. why function return more char in string array?
  246. need help..
  247. What is memory pool
  248. execution time becomes unpredictable?!
  249. matrix equation in C
  250. unknown directive
  251. Good function to test speed of language?
  252. Math programming with C
  253. How to define return string in DLL?
  254. Byte Dataype in C
  255. K&R3?
  256. va_args going unused ok?
  257. Different BOOL definitions problem
  258. enum allocated size
  259. Translate C++ to C
  260. setting initial values in struct template
  261. Variable Argumets
  262. Retrieving a value from a void function.
  263. 6.5.7.4 Bitwise shift operators
  264. reading from a text file
  265. what's the two !! usage?
  266. secondary video output
  267. malloc error on pointer
  268. Problem to read and write on a serial port
  269. Usual Arithmetic Conversions-arithmetic expressions
  270. Use of GString
  271. Base class and OOP in C
  272. malloc problem
  273. Implemenatation of Printf
  274. strcmp/strncmp/strnicmp
  275. type* name vs. type *name
  276. Tell me why the symbol "_" use in the Library?
  277. Unterminated string literal
  278. Should I use "char" or "unsigned char" for strings?
  279. Initializers for arrays of structures
  280. How do I wait for the child process ?
  281. Multiple Makefiles
  282. Can't use pow() and sin()....
  283. gcc tutorial?
  284. Elasped Time - in hr, min and seconds
  285. "man" pages for setjmp.h
  286. pack FF in a unsigned char ?
  287. debug error
  288. string to hex
  289. () obsoleted?!
  290. Why does the answer is 0?
  291. how to use write() to put double
  292. Learning pointers and arrays of pointers With Files
  293. Problems With strtof()
  294. Combinations calculations
  295. A better question about directives
  296. BOOKS ON C
  297. convert hex string to decimal
  298. Interpreting mem_map init code
  299. open,fopen differences
  300. question about directives
  301. socket programming UDP
  302. promotion of integer types
  303. questions about arrays
  304. Great News Blog!
  305. Assignment to structures
  306. use of assertions in practice
  307. Using a function that doesn't exist =\
  308. Casting a pointer to integer
  309. pointer to a function
  310. strlen + terminating null character
  311. strlen function + include the terminating null character ?
  312. What is it that setjmp stores??
  313. nios-convert
  314. detecting very long floats?
  315. realloc(p, 0)
  316. is there problem that "has to" use recursion
  317. Is "volatile sig_atomic_t" redundant?
  318. return a string array
  319. Pointers to fields in a struct
  320. Linguistics and such
  321. Concat string (not ended ...)
  322. const int x=5 ;
  323. strtok problem - strcmp
  324. Different ways to cast?
  325. string compare...
  326. type of array index?
  327. question on function arguments and parameter passing
  328. Can't debug when with longjmp
  329. sprintf syntax for string to hex
  330. regarding using env variable
  331. Random Integers from 0 to 999
  332. using defined characters as strings
  333. using setjmp
  334. Search txt file and put name in a ...
  335. sizeof operator
  336. "patch" like tool
  337. What is diff b/w malloc,calloc,realloc
  338. What is memory leakage
  339. Ignore include header files with Splint
  340. Use of assert.h
  341. Interesting question on const.
  342. dynamic array of struct
  343. Pointers in methods??
  344. Problems with casting pointers
  345. UTF-8 locales
  346. Question on byteorder operations
  347. Translation from recursive to iterative
  348. 64-bit integers support
  349. Macro Expansion
  350. Problem with va_ macros and arrays of arrays
  351. find index, given pointer to member
  352. sorry! i had changed it to c
  353. Determining Processor architecture
  354. strdup()
  355. how to malloc 2G ram? in freebsd, win2k
  356. how can I find out all the unused functions?
  357. compiling error
  358. Where I can find a list of differences between C89 and C99 ?
  359. Definiton of variables within a block?
  360. cdecl test cases
  361. Read Write serial port
  362. Read Write serial port
  363. Checking square root algorithm for portability/correctness
  364. Converting long long to char
  365. searching and comparing in files
  366. parsing strings / within a filename
  367. ANSI to K&R
  368. signal processing help
  369. interview question
  370. Dynamic function generation
  371. strange structure initialization
  372. Is there a difference between a "module" and a "compilation unit" ?
  373. Pointer/typedef struct questions
  374. HELP! Pls tell me if i can access io ports with TC 2.1
  375. problem with compilation
  376. Valid Function Pointer Casting
  377. 1
  378. scanning string for ![0..9]
  379. Access on a dll in the WWW
  380. Shared Data Problem
  381. profiling (gprof) problem
  382. GUI design in C
  383. Shared Memory Problem
  384. scanning string for ![0..9]
  385. "directory order" - K and R 2 exercise 5-16?
  386. *str++ is undefined?
  387. Can't compile this with Cygwin!
  388. How to implement C++ class heritage properties in C using C struct?
  389. The behavior of the operator %
  390. Any build macro to compute the powers of int number?
  391. how is the array offset determined?
  392. 8086 Real Mode Addressing
  393. How does C parse it?
  394. File ownership check
  395. Glib IO channels in Windows
  396. break to witch scope??
  397. Dynamic memory allocation and memory leak...
  398. "Principles Of Compiler Design" answers to questions
  399. parsing a string
  400. sizeof stuff and declarations
  401. Wrong-but-not-incorrect code
  402. init pointer
  403. creating a pthread
  404. high-end generic binary tree
  405. confused with sizeof and pointers
  406. New to C please help nice and easy!!
  407. scope and life of tagged structure
  408. Something like bigint / GMP?
  409. typedef problem
  410. Static Var in Struct....
  411. sprintf
  412. Write a program that administers a quiz
  413. invalid type argument of '->'
  414. Can't print char!
  415. platform independent table access performance
  416. Upgrade to Borland C++ 5.02 from 5.0?
  417. Using ## with variadic macro?
  418. fgets() and embedded null characters
  419. Unused __VA_ARGS__
  420. Linked lists and pointers
  421. Using explicitly sized variables in functions as auto variables or parameters
  422. CPU temperature reading with C
  423. contents of what a pointer points to??
  424. multi-threaded server, pthreads & sleep
  425. Problem with a Pointer
  426. write a single line C program whose output is the program itself
  427. #pragma directive
  428. looking for advice
  429. printf wrapper
  430. a news group service
  431. Do input functions use fgetc inside them or read()
  432. C# - getting window list and changing activ window
  433. set and reset the least significant bit of a address
  434. C Debuggers?
  435. ASM => C
  436. What's the advantage of using function table
  437. How to trigger an event every 5 minutes
  438. C API??
  439. enum as char ?
  440. Malloc returning segmentation fault
  441. printf errrow ! same code differernt result between dev c++ and vc6.0
  442. polynomial extended euclidean algorithm
  443. What am I doing wrong??
  444. Schildt ...
  445. What is the scope of this while loop?
  446. stopping a while loop
  447. Correct behaviour of scanf and sscanf
  448. CreateWindow returns NULL
  449. main return codes
  450. Scanf and number formats
  451. Writing portable software
  452. conversion...
  453. Why char** dynamic_string_array(int ROWS, int SIZE) doesn't work properly?
  454. A value returned to a function without a `return' statement?
  455. A value returned to a function without a `return' statement, why?
  456. Ksiazki dla poczatkujacych
  457. UTF-8 and C string
  458. need help with C project
  459. learn about header files
  460. Source Code Search Engine
  461. New POTM Contest: Deadline May 31, 2005
  462. C programming Newbee
  463. setting execv arguments
  464. Graphic mode under gcc
  465. SQL statements interfacing with C
  466. Networking
  467. No Rest Args in Variadic Macro Ok?
  468. fgets, EOF in middle of line, does not cause error
  469. How to parse a string like C program parse the command line string?
  470. Underscore in fprintf argument
  471. integer sqrt() table implementation
  472. stop application
  473. Bitwise macro help
  474. malloc? I am lost again
  475. Arbitrary Function Arrays
  476. crossreference tool
  477. copy a struct
  478. The use of "free"
  479. Reuse allocated memory
  480. Correct function prototype format for ANSI C
  481. [C#] PtrToStructure problem
  482. Victims?
  483. How to correctly read 6.2.5p26?
  484. Getting the xth bit of an unsigned charcter
  485. will this code work?
  486. static variable in for loop init
  487. C sockets
  488. K&R2 Ex 5-11 : What is it asking for?
  489. Help needed: How to normalize/denormalize XML using C
  490. structure padding
  491. declaring long hex strings?
  492. My K&R Ex 5-10 program, layout looks weird.
  493. fprintf
  494. has incomplete type
  495. some pointer questions
  496. how can i read a jpeg file using c and send back to the browser which is requesting
  497. require this C malloc program analysis
  498. ij = ic: 0;
  499. C FAQ 6.7
  500. can I use __FILE__ ,__LINE__ etc. in a code witout DEBUG defined?
  501. Read from a file
  502. how to get a double from the command line
  503. getc can return EOF, but ungetc can't sent it back... why?
  504. get number at end of string
  505. Returning an array from C dll to VB
  506. whats the significance of void * here
  507. "extern struct foobar" linux compilation warning
  508. C FAQ 2.18
  509. pointer initialization
  510. wotsits
  511. Regular C Programming Contest
  512. CurrentElement->next = CurrentElement->next->next (UNDEFINED?)
  513. The size of a char array
  514. stdio.h ?
  515. "Out of Memory" error during Borland C++ 5.02 compile
  516. Pointers
  517. How to best have c++ class-style structs?
  518. regcmp warning: improper pointer/integer combination: op "="
  519. Is this correct according to C coding standards?
  520. string array
  521. Explain Macro from avr-libc
  522. determing function arguments from data on the stack
  523. Balanced binary tree with fixed leaf nodes
  524. help need for beginner
  525. .defs & .s file extension
  526. Signal 11 error (core)
  527. How to open a word document in C
  528. Simple C containers, std::vector analog
  529. Can anyone give me program to find difference between two dates?
  530. Order of function parameters evaluation
  531. why flags r used
  532. flock() working mechanism..
  533. hi
  534. book on C
  535. Header Files
  536. K&R2 Secition 5.9 - major blunders
  537. process of compiling and linking
  538. [25% OT] C library integral part of OS/kernel???
  539. why the code does not compile?
  540. C/C++ Freelancer
  541. Checking fprintf for errors and testing for existence of a file
  542. un-obsfuscating -> into pascal an IOCCC obsfuscated program
  543. What's wrong of the the code for making a list??
  544. extern inline
  545. Plauger's book on Standard Library = still valid?
  546. printf("%p\n", (void *)0);
  547. can i get a pdf book for c unleashed
  548. Help with C
  549. va_copy
  550. Simple C Statistics