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. g++ does not complain when not returning form non-void
  2. How is this trivial strncpy implementation
  3. what does this ":" in the structure ?
  4. 1-way hash
  5. Code migration question
  6. text justification
  7. Transferring several files through sockets
  8. leap year
  9. Reg memory error
  10. how to write plug-ins for safari
  11. Date Compression
  12. return a char array from a function
  13. Bit Vector
  14. is there any way to use macro to specialization a template class...
  15. type of variable in header and .cc file
  16. size of a class containg both data and function
  17. Divide Error
  18. Use C++ to print directly to printer
  19. Postgresql database connection error...
  20. Download Graphing Tool (Complimentry Copy)
  21. random number generation
  22. Questions about chapter 11 (Operator Overloading) of TC++PL.
  23. Finding minimum and mean temps from file.
  24. Virtual Function Mechanism
  25. Checking for excessive input when using fgets()
  26. where do the extra bytes go while using Malloc ?
  27. triangle help
  28. Performance Issue between c#.net and vc++
  29. Function to determine non-negative int
  30. Linker error:-Undefined Symbol _insert_point
  31. Convert to double value
  32. In what order are object Destructors evaluated?
  33. Definition in Header files
  34. Definition in Header files
  35. void function that read a file into a 2-dimensinal array
  36. Has ANSI Approved ISO/IEC 9899:1999?
  37. Fetch Japanese multibyte char with C and SQL Server
  38. Bits
  39. Code For seekg and seekp
  40. For Loop
  41. problem using strtok_s
  42. volatile
  43. Opening With Default Program
  44. Why connot declare a static member of STRUCT or UNION?
  45. C
  46. Program to open large text document and find a city name.
  47. To execute C++ pgm in MATLAB
  48. opening mouse dev's with multiple threads
  49. Raw Ethernet Packet Capture
  50. What is the best html to latex program on the market or the internet ?
  51. Thread safety and static member functions
  52. Function bodies in headers
  53. Static Method in base class accessing protected constructor of derived clas
  54. how to use an array of struct in java using SWIG
  55. Using Deque :: Iterator?
  56. Integer promotion of function parameters
  57. Rethrowing an Exception -- Core Dump
  58. In c++
  59. rename function
  60. How do you flush a socket in C?
  61. returning a string from an ostringstream
  62. Smartpointers and throwing an exception from the constructor
  63. learning policy classes
  64. What is the Caret Qualifier??
  65. linux coreutils 'basename' program question
  66. Can anybody explain this snippet for me?
  67. pointers question
  68. problem overloading the ++ operator of an iterator
  69. Iteration Problem
  70. Searching in a string for ints?
  71. a little programm
  72. dynamic array ?
  73. Passing a struct between managed and unmanged code
  74. The only way to acquire wealth!
  75. Memory Allocation
  76. Converting floating point to IEEE format
  77. Issues with adding/deleting modules and ticker in C
  78. how seekg and seekp is implemented
  79. C - Segfault when compiling wth -O2
  80. Linux: Unbuffered reading from stdin
  81. use of pure virtual functions in C++
  82. Print a short instead of an int... ? What's up with "%hd"?
  83. need some basic progarams in c
  84. Looks like the "conspiracy theories" really were true after all...
  85. about gcc 4.2
  86. streams - c standard
  87. Using enum in class
  88. change code to c++
  89. How dynamic_cast works internally?
  90. operator=() in base and derived class
  91. sizeof(ptr) = ?
  92. Fat Loss 4 Idiots
  93. Fat Loss 4 Idiots
  94. Need help finishing this C code for a currency conversion!
  95. Using rand() with matrix
  96. Subscript operator overloading and lvalue vs rvalue
  97. printf works without including stdio.h ?
  98. ->text to long
  99. C++ code for password entry
  100. Is there a Windows or C++ library function to break down a Filepath?
  101. About enumeration
  102. C++ Time Acquisition Problem
  103. Some help with Pointers please
  104. Multipath Macros
  105. Need help with this error
  106. loosing the data saved into an object
  107. How to design multiple timeout in Socket Programming(Linux C)
  108. How to pass multi-dimensional array?
  109. Finding min & max numbers
  110. What is your favorite profiling tool
  111. Program to calculate prime and perfect numbers
  112. C pronunciation question
  113. Please critique this function
  114. conversion
  115. Sine Code Problem
  116. Good links for handling with pointers?
  117. How to send dynamic vector?
  118. Including source
  119. Confusion overloading '=' operator
  120. sizeof and passing pointer
  121. Multiple Template-Parameter Friends
  122. Book suggestions
  123. C Unleashed
  124. Adding 2 user specified numbers.
  125. A few questions
  126. Multimap & iterator.
  127. c++ code to convert from infix to post fix
  128. Please correct my c++ Code
  129. Inserting into map while using iterator?
  130. help in c - getting the list of files/file names in a directory
  131. Variable declaration inside a switch statement.
  132. Function call before main.
  133. Is there anythng called 'zeroes' and 'infinity' in C++?
  134. comparison
  135. Indentation style: public/private/protected/case
  136. AF_INET PF_INET difference - socket programming
  137. Unable to iterate over all instances of a class
  138. Need help plz
  139. Why isn't this working! (palFind)
  140. where I can find errata for Stan Lippman's C++ Primer 3rd Edition ?
  141. Sending Classes via TCP/IP
  142. example rquired
  143. Why there is an error?
  144. Help with exponents loop, not allowed to use pow() library
  145. E2459 VCL style classes must be constructed using operator
  146. C++ Array Help
  147. can't figure out how to finish
  148. How to convert a String ^ to char [] array?
  149. New Programmer looking for Ideas
  150. String performance
  151. How to exit out of a function ? what is try-catch-throw in terms of Program Counter
  152. How to exit out of a function ? what is try-catch-throw in terms of Program Counter
  153. STL Template question
  154. Problem with STL sort.
  155. Issue with storing Parent/Child class in map
  156. Printing pointer to pointer to a string
  157. map<int ,std::string>
  158. shellspi.h not compiling
  159. double array code fails
  160. Bitmaping from files
  161. QT4 + Code::Blocks + Windows
  162. Inconsistent behaviour for (1 << 32)
  163. HI ALL...here is a problem.please help me.
  164. Temperature Sorting program issues
  165. removing brackets from input
  166. Validating Birth date and calculating it into a single digit
  167. Outlook fails to connect to Exchange Server profile
  168. "cin" Problem
  169. Segmentation fault.
  170. Looks like the "conspiracy theories" really were true after all...
  171. C pi calculation and the best datatype to use
  172. efficiency of vector of pointers.
  173. PLEASE HELP - odd string sorting related problem
  174. Shuffling string
  175. Using C signal handler in my class
  176. Help with solving seemingly mutually exclusive problems please
  177. virtual obliterates nested inline?
  178. const what () const throw
  179. Socket Problem............
  180. Reading file
  181. Reading/Writing Vector of Structs to/from Tab Delimited File
  182. Set and Get value
  183. 2 Questions about my array.
  184. C Compiler on a Production Server
  185. Large Database System
  186. How to tackle this nasty map
  187. Are there any long C string across multiple lines
  188. C++ Primer (5th ed) - Exercise 14.5
  189. Hitting a wall: What should I learn next?
  190. mandatory destructor when doing explicit type conversion.
  191. Problem opening a remote file on a DOS machine from a Vista client
  192. the use of loops
  193. how to read file from server to client using C++
  194. STLFilt now runs within Visual Studio 2005+
  195. make: are command line variables stored in a macro?
  196. How to correct this C decleration for gcc 4.1.0 ?
  197. vi shortcut
  198. need to send unsigned char on serial port
  199. Producer consumer architecture
  200. embedded c programming
  201. having main in shared library
  202. (text)Fileblocks for data
  203. problem compilng c++ code with a template child class by gcc
  204. undefined reference to constructors and destructors
  205. list box prob
  206. Can't cout vector<string>
  207. Reading and Writing float value of infinity to file.
  208. C++ Primer ex 9.34, using a Stack
  209. Using fgets
  210. c++ storing and retrieving names and addresses
  211. TServerClientThread problem
  212. can't locate my include files
  213. How to define an global object like cout?
  214. What does 'c' in 'cout' mean?
  215. Checking Strings
  216. Borland Builder C++ Help Needed - DLL Import problems
  217. Problems with FILE pointers
  218. printf on alcohol
  219. Using HANDLE in different class & thread
  220. Parashift Down
  221. printing 02
  222. Opening a tape device in Linux?
  223. Priority queue help
  224. iomanip - alignment
  225. c getchar help
  226. Dynamically declared vector
  227. 1 year free
  228. Sharing a generic sollution (lots of boost)
  229. I'm looking for a game framework for a beginner
  230. Distance between struct members
  231. std::max(short,long) doesn't work
  232. Allocationg memory: contigously ?
  233. Output of code snippet
  234. Function call - results not consistent
  235. Taking values from Queue
  236. Copy constructors
  237. The best software to run C++ programs
  238. Is a bug with Comeau or I miss something as Comeau says?
  239. Finding number of bits of integer
  240. The sizeof operator : sizeof(++i)
  241. sendto(msg) points to uninitialised byte(s)
  242. Need Help i need a programmer
  243. static library and dynamic library
  244. Is realloc good form ?
  245. assign a char value to label->text;
  246. rand() and threads
  247. pointers
  248. How to use the iterator from base class in a derived class?
  249. Initialize the HashTable
  250. to search a string in the list
  251. Question about singleton
  252. Template Based B+ Tree Implementation
  253. Missing prototype and resulting coredump
  254. Searchexpo-hongkong
  255. time complexity
  256. Searchexpo-hongkong
  257. How outlook is able to display as HTML??
  258. Overloaded assignment operator
  259. get file size problem
  260. Few Queries Please do answer
  261. TV for PC with live concerts!
  262. Error in displaying or adding to a binary file
  263. How to create virtual drive to any folder or any file or any drive in C/C++?
  264. random matrix
  265. Error displaying minimum input
  266. C++ Combining Projects
  267. Truncating spaces off of the end of C++ style strings
  268. This program wont Compile and run. can someone check it out 4 me.
  269. Extracting template types from a typedef'd template declaration
  270. Max and mean function in c++
  271. Creating an array using class in C++
  272. does anybody know
  273. Question regarding fopen( ) function
  274. changing the working directory
  275. C++: Exception in construction: Out-Of-Order execution question
  276. Pre-emptive multithread programing....
  277. Spell Checker
  278. Help counting individual inputs in an array.
  279. Failed to create TWinSocketStream object
  280. seperating definition and declaration files
  281. Seg Fault - Can not access memory ?
  282. Seg Fault - Can not access memory ?
  283. Seg Fault - Can not access memory ?
  284. Pattern Matching in C
  285. Help counting with an array.
  286. Pimpl idiom without dynamic memory allocation
  287. Method In Templated Super/Parent Called From Templated Derived/Child
  288. simple printf question
  289. Problem / Query regarding STL maps
  290. fread problem
  291. Matching parameter types in overloaded methods
  292. Rounding a Float in C++
  293. Grab the url address of the Mozilla Firefox window
  294. Processing PNG files... again..
  295. chopping strings
  296. Getting sizeof an anonymous struct declared inside a union
  297. chopping strings
  298. C++ Code for Singular Value Decompositon of string arrays.
  299. overflowing bitfields
  300. What should be the prototype of this function ? (noobie)
  301. need help with casting
  302. Partially Sort Struct Vector
  303. Pointers to structs - help!
  304. FILE concepts in C
  305. template+inheritance and old code
  306. How can i read the stack frames of running process?
  307. AIX C compiler message unexplainable
  308. cin src
  309. circular includes/in file problems
  310. fehler in compiler
  311. Regarding brk and sbrk
  312. Valid C++?
  313. Throwing a reference to a temporary object
  314. Displaying Katakana font in C++
  315. Problem printing pyramid of asterisks recursively in UNIX system
  316. What should be the prototype of this function ? (noonie)
  317. What is relationship with C and Unix or Linux
  318. Custom Software Programming
  319. overloaded global new and delete operators
  320. Libreadline + get pt + multiple session over socket
  321. Genetic algorithm Problem
  322. Processing PNG files
  323. ASCII to binary?
  324. Algorithm to pixelate photo
  325. converting decimal to binary
  326. Algorithm to pixelate photo
  327. Fatal error: unresolved externals
  328. How to write spyware in C ???
  329. casts and pointers
  330. Need help with a binary integer problem.
  331. problem sorting a set
  332. Looking for Memory Leak Advice
  333. Help "parse error", "too many arguments" and "at this port in"
  334. How to use function from dll file in C++ code?
  335. Classes' Classes
  336. ISO C++ forbids declaration of 'Areamap' with no type
  337. list reverse function
  338. how to use a variable without reference
  339. Pre-Alpha CLC Standard Container API Proposal...
  340. print stack...
  341. Where do the video streaming geeks hang out online?
  342. FractionCalc
  343. std::string as struct member variable
  344. LNK2001 and LNK1120
  345. Getline and for Loops
  346. hangman program stuck.. nid help.
  347. append() to each row of a text file
  348. Identifying variables: what process do you follow?
  349. Argument for main()
  350. how to implement matlab's "reshape" etc
  351. A problem about virtual function?
  352. template with integer parameter and special implementation for N=1
  353. Need Some help in C
  354. Getting program input from command line or user interface and mapping strings in C
  355. printing in matix
  356. printing matrix values
  357. initializing a vector
  358. pass 2d array to function
  359. pg_restore in C - language how to...
  360. addition in c
  361. Parsing text into words
  362. Question on VOID
  363. Help Regarding Serial port
  364. how to implement bayesian classification
  365. api to download contents from webpage
  366. C both slow and memory-hungry for embedded systems?
  367. Robustness test for multithreaded application
  368. Threading
  369. passing the data one function to another function
  370. stream to a 2d array(beginner help)
  371. How to test windows user is authenticated and is an Administrator?
  372. Miniproject Of C++
  373. List iteration Problem
  374. Pattern problem
  375. improper pointer/integer combination: op "=" error
  376. making a struct array NULL?
  377. Protecting the code
  378. function trace
  379. please help
  380. Does 'if' have performance overhead
  381. C++ NULL value
  382. problem with the last string token divided by strtok.
  383. Design Contest by NASA - Earthquake resistant building
  384. using std::find on a std::vector<double>
  385. constant string doubt
  386. global static vs global??
  387. Finite Automata
  388. hiding non template dependent implementation in a template class
  389. reading and outputting a return
  390. help finding min value of an array
  391. char arrays as class member variables
  392. Class libraries w/VS 2005
  393. Hide ANY Window
  394. Dev-C++ Vista cstddef
  395. Why use object pointers rather than objects?
  396. Compiler question...
  397. Template and function pointer question
  398. dynamic memory alloc and recursion
  399. The elevator simulation
  400. c++ with access
  401. Scheduling programs in C
  402. Error C2065 undeclared identifier
  403. tiff image conversion
  404. Need help on basic binary tree programming
  405. please help me with this program
  406. beg needs help: find the maximum value of an array
  407. regarding WString
  408. Using non-deprecated C++ headers
  409. Automatic detection of dll methods
  410. how to do a replace string?
  411. Graphics program to sort lines
  412. Increment/decrement question
  413. What's the reason of error ""*** glibc detected *** munmap_chunk(): invalid pointer"
  414. factorial
  415. a binary tree error
  416. String manipulation
  417. enum range
  418. using _vptr for accessing virtual funtion
  419. Class, array inside constructor.
  420. convert str variable to char*
  421. Two simple program conversion to Binary
  422. Global Data declaration : "error: initializer element is not constant"
  423. C++ projects
  424. Automation error
  425. fork and fopen example
  426. Question about size and memory layout of a Union.
  427. c project developing
  428. Dev-C++ compiling problem
  429. problem when compile with g++ and cl
  430. Successor of _dos_setfileattr
  431. problem with g++-4.2 and g++-4.1
  432. LDAP Access from this program
  433. Access violation error inVC++
  434. Making an os
  435. The c++ programming language by Bjarne Stroustrup's
  436. Initializing a Tree at compile Time
  437. A bug with the cc compiler? leading printf is not allowed...
  438. SIGSEGV/SIGBUS while main exit
  439. Array of pointers
  440. (new to c) need to write a program that prints the numerical value of eof...
  441. Testing for End of File in I/O
  442. Question about Unnamed Namespace
  443. converting month number to month name
  444. tic tac toe
  445. Advantage of Binary files
  446. Using OpenGL
  447. reversing a num through recursion
  448. Modifying a program to incorporate functions. LOST!!
  449. i need a source code for pancake sort
  450. No Type Specified Error
  451. variables in functions
  452. Initialize a const pointer to a constant object
  453. Problems implementing popen()
  454. Remark if word not found in text
  455. External File access Question
  456. aCC : error 2265 - type is inaccessible
  457. hi hi hi
  458. Visual Studio question!
  459. sequence points
  460. cannot convert parameter 1 from 'int *_w64' to 'int'
  461. acos(1.000000) = -1.#IND00 ???
  462. Basic Question on POSIX Threads
  463. outputting text character by character
  464. need syntax (URGENT!!!)
  465. Question in pointers and it's reserved memory space?
  466. Static Member Function Template Specialization
  467. .a Files.
  468. Imitating key input from keyboard.
  469. implementing several searches on my code (Brute force, random and heuristic)
  470. pointer on field. mitola
  471. storing classes derived from an abstract class in a ADT(vector, stack, list, whatever
  472. turbo c
  473. I am thankful to all
  474. How the header files work
  475. nested structs
  476. A Program to Compute The pay of employees as entered by the user
  477. canonical forms
  478. How to do the completion of the cmmandds in C
  479. Functions????
  480. Counting Quadrangles
  481. A Memory Map Code Bit
  482. warning message regarding gcc -Wmissing-delcarations
  483. default size of STL vector question
  484. c++ help needed
  485. how to read from a file containing integer and character data
  486. C strings and pointers mitola
  487. Blank lines
  488. What;s row major n column major ?
  489. Bubble Sort
  490. Alternitives for printf
  491. Complete Chess Game with just TURBO C++ ! Help!!
  492. pasing an array pointer and storing as a class member
  493. ASCII extended
  494. Problem in linking...
  495. Beginner Question: ASCII Symbols
  496. array boundary access : is this valid?
  497. Disjoint data set
  498. Determining the size of allocated memory from a pointer
  499. about how to use CSG(context sensitive grammar)
  500. Pointers mystry..can u help me?
  501. problem with clock()
  502. about fork command in linux
  503. destructor being called for the * operator
  504. Is fopen blocked?
  505. a little help for string used in classes
  506. <iostream.h> header file in c++
  507. bubble sort
  508. string initialization
  509. doubts in c++
  510. a Program to compute the pay of employees as entered by the user.
  511. Multiply
  512. Some functions
  513. Software memory management reengineering
  514. for_each and invoking self's member pointer
  515. Dll
  516. create short-filename
  517. Linkage errors after function rename
  518. Problem with moving image
  519. Open source XML parser library and editor?
  520. Header File Problem
  521. c language
  522. C++ programming
  523. C++ header and class relationships
  524. Access Violation
  525. adding input file into a matrix
  526. Inheritance, Overloading, and Candidate Lists
  527. Question about STL Vector design
  528. counting lines in text file
  529. problem in making a program
  530. reciprocals
  531. comparison logic!!
  532. Couldn't solve 5 seconds data send from 1 file to another.Pls help need.
  533. Using Iterator in Queue
  534. Community thread "The result of ++ is not an lvalue?".
  535. any body solve my little prob.
  536. C examples and codes
  537. Vtables
  538. Looking for a C++ file manipulation API (find, cut, paste ...)
  539. can cin.get() be reset so it is no longer EOF?
  540. Zero values
  541. cout question
  542. More than one instance.
  543. can anyone help me with this?
  544. Issue with Automating Word Passing Parameters
  545. Reading an external csv file
  546. subscription to group
  547. sqrt() and fastsqrt()
  548. Implementing alphabetical and numerical sorting
  549. Text Editor Using C++
  550. how to run this statement