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. vector erase
  2. Dataset always null
  3. How to find the dependencies among C files
  4. reda4win released
  5. Overwriting a portion of a binary file
  6. How to find the depencies among files in a project
  7. MS ACCESS and C++
  8. member initialization - no matching function - candidates are
  9. Socket class done the C++ way
  10. class design question
  11. s there something better than EnumPrinters?
  12. Main loop
  13. Multiple Double Linked Lists
  14. how to declare this template operator?
  15. extract data from file
  16. Veteran Programmers!
  17. Which members are created automatically, which members are not inherited?
  18. What is the advantage of inherit from unary_function template
  19. Enum to type (for static dispatching)
  20. Question about the clc string lib
  21. Which members are created automatically, which members are not inherited?
  22. What is the proper behavior of gmtime()?
  23. Removing elements from a list that are elements in another list
  24. Removing elements in a list that are also in another list
  25. const map templated 'find'
  26. Work it out
  27. Double getters
  28. Does c++ standart support thread? Is _beginthreadex the standard function?
  29. Segmentation fault in Matrix Multiplication
  30. Professional C software
  31. Importing Borland DLL to MSVC++
  32. can u tell me the reason that y we get this types of outputs
  33. std::string performance (Sun implementation)
  34. Help with FMOD
  35. code for two half diamond shapes
  36. %#08x formatting of printf
  37. 16x16Matrix
  38. Is out-of-bounds portable on a multidimensional array?
  39. char * pass-by-value
  40. user defined function that converts string to float
  41. which is faster
  42. What would new (char([0])) give?
  43. TTS(Text to Speech) Convertor.
  44. Cast vector<foo*> to vector<const foo*>?
  45. invalid lvalue in unary '&' .... why LKM
  46. invalid lvalue in unary '&' .... why LKM
  47. Are MAGIC numbers always bad?
  48. C++ POSIX implementation?
  49. Passing by reference... is it safe in this case?
  50. Another STL ?
  51. STL iterator/reverse_iterator
  52. simple drag & drop
  53. what is typecasting a pointer to the type (void *)p mean?
  54. I fixed a problem...Now, what exactly did I just do?
  55. Abnormal C++ Compile Time - How to debug?
  56. multiple inheritence contructor
  57. Macros (I know, yuk!)
  58. Random Access Iterator
  59. Return an iterator
  60. Question about operator new
  61. Loop over enum values
  62. cppmake
  63. Gerbage collection as a library
  64. Can I put this in a .h file?
  65. mouse click generation
  66. c as a beginner language
  67. Advice required on my ascii to hex conversion C++
  68. auto_ptr's exception safe
  69. what are the rules for writing header files?
  70. visitor pattern and COM like objects ?
  71. Solaris : Difference in g++ and CC compiler for variable length array declaration
  72. Regading interview Question.
  73. How do I detect infinite floats?
  74. Passing Through Constructor - Simple Error
  75. STL ??
  76. Critique requested.....
  77. How to use std::copy?
  78. collecting data from text file
  79. recursive
  80. SDX Dynamic Systems Simulation Software
  81. Best practices books
  82. Ada to C++ translator
  83. Nesting try blocks inside catch
  84. Whats going on - Char to Int Q:
  85. Double Linked List Code
  86. Using STL how do I convert a variable to a binary string
  87. inclusion compilation model question
  88. problem with code
  89. bitset solution
  90. union arrangement
  91. Help with template object
  92. reading data from a file
  93. STL iterator
  94. Converting a macro to a string
  95. Can C do this for me?
  96. Can C++ do it for me?
  97. Deprecated API?
  98. C++ Builder 6 - Password
  99. Little problem to use a priority queue
  100. database connection to oracle
  101. dtors that fail
  102. UDP broadcast problem
  103. experiment with std::fill
  104. The use of goto in C
  105. Error "type specifier omitted for parameter" in preprocessor directives??
  106. Pure Virtual Functions
  107. release build assertions/verifications
  108. making a VERY simple menu
  109. memory dump/re-read?
  110. First program
  111. Printf problem with big numbers....
  112. Interpreting error messages (gcc)
  113. bstr string to New character string
  114. is there any site which can provide any help on advanced C topics
  115. STL: copy vector of class ?
  116. static initializer order
  117. Running MS-DOS within a c++ program (Code)
  118. Definite type sizes
  119. explain the following declaration
  120. graph layout algorithm
  121. Help with std string
  122. Static String Concatenation
  123. Virtual Template or Template Virtual
  124. Remove items from a stl vector
  125. finding element width in dynamically allocated arrays
  126. Help with initialization of graph (Boost Graph Library)
  127. hello, every one , test,
  128. Interface
  129. global scope variable in .cpp file?
  130. input
  131. difference between -fpic and -FPIC
  132. PROBLEM when editing DAT file!
  133. Average All-Pair Path on a Graph
  134. Average All-Pair Shortest Path on a Graph
  135. does multimap insert invalidate iterator?
  136. "named parameters mechanism"
  137. Is this code ANSI-compliant?
  138. size of a class having enumerated data types?
  139. string
  140. Unexpected Result while compiling this code
  141. Smart Pointer library in C++
  142. memcpy a int to a char buffer ?
  143. C/C++ code to parse XML file
  144. garbage collection questions
  145. garbage collection questions
  146. C Programming
  147. Whats wrong with my stream ?
  148. Two-way pipes?
  149. Double Linked List
  150. Does structure order matter?
  151. Endianness (again)
  152. Debugging a Segmentation Fault in C++ STL code
  153. How to open a file in $PATH?
  154. How to determine the way data is stored in memory?
  155. question about operator new
  156. How to delete an array?
  157. how to use this utf8 interators to read from a file
  158. PostMessage() in vc++ thread not talking to main program
  159. 1)preprocessor warning ,2) argv[0]..btw, my first mail to clc :-)
  160. utility to view the expanded preprocessor macros
  161. How to install c++ on Windows
  162. hi all
  163. Runtime Structure Creation
  164. friend operator<< in template classes
  165. c++ as beginner...
  166. Specific sizes of variable types
  167. Video Streaming in Windows
  168. Selling my computer
  169. where does open open the file?
  170. malloc questions in C
  171. Debugging C++ program in GDB on linux
  172. Magic Wand Implementation
  173. Overloaded type converter STRANGE behaviour
  174. Automatic lvalue in functions
  175. Better casts?
  176. Replace simple function with object of same signature
  177. scanf function and 2-d arrays
  178. display from video card visual c++
  179. Test message - PLEASE IGNORE
  180. hi guys
  181. initialisation of static
  182. throw in destructors
  183. About the EOF
  184. Beginner excersice #1
  185. STL for loop ?
  186. question on the assignment operator
  187. List Iterator Not Incrementable?
  188. passing argument in STL loop ?
  189. what is causing this error?
  190. C programme
  191. ECMA-372 is stepping in on C++
  192. What is the advantage of Boost scoped_ptr?
  193. suggestions on improving source
  194. My C++ library
  195. Assignment through base class reference
  196. const correctness
  197. vector of vector of vectors
  198. cast vs. suffixes
  199. Question about Data Types and Shifting?
  200. strtok ( ) help
  201. ask for help on algorithm to trace a network
  202. NULL returned by fopen - where is a list of what's causing the error?
  203. loop -> for_each advanced
  204. loop -> for_each
  205. function call by value and by reference
  206. 夜行
  207. c pointers
  208. how to init a derived struct?
  209. order of #include statements
  210. Pointer arithmetic question
  211. GNU libstdc++ crash 64 bits gcc 3.4.2
  212. Having a bit of a blonde moment with malloc...
  213. Accessing Lvalue from function
  214. Where can I get the source for g++ 2.95.?
  215. making sure that the deallocated dynamically memory returns to the heap?
  216. error C2664: 'strcpy' : cannot convert parameter 2 from 'char' to 'const char *'
  217. STL vector with iterators
  218. Asynchronous functions
  219. Initialize const or static map
  220. c++ support for unicode, utf-8, encode/decode, ifstream, wstream?
  221. can a function name be an identifier?
  222. printer streams?
  223. Handling ThumbTrack Notification for Multiline Edit Control
  224. STL and aCC
  225. STL ?
  226. get filename from string
  227. C database.....
  228. standard header files
  229. drag and drop onto exe
  230. extracting rest of an istream (istrstream)
  231. function pointers
  232. C++ Interview questions for large C++ projects
  233. string.format help
  234. Funny! More offers to select a search engine! (oo)
  235. Any good way to extend std::swap?
  236. What does SIMENTRY mean?
  237. policy base class using static member functions
  238. policy base class using static member functions
  239. instance scope ?
  240. Shared string inside DLL
  241. Create a list of class as a member attribute
  242. sending <STX><ETX > charaters to RS232 port
  243. Any help?
  244. circle
  245. Circle code
  246. Forward declarations to static variables
  247. C++ Builder 6 - Datamodule
  248. String manipulation
  249. memset on structs with non-PODs
  250. indication
  251. Please review the code for determining execution time.
  252. paradox when constructor of an pure abstract base class called?
  253. sscanf and scanf behave differently
  254. memory mapped file stream
  255. "Virtual constructor" abstract base class - feasibility?
  256. c program binary/image in memory
  257. Welcome,bugs fixed under FireFox/NS/Mozilla/Opera!
  258. Help with program crashing...
  259. using streams for communication between threads...?
  260. doubt in strcmp
  261. about return type of an overloaded operator
  262. debug mode
  263. language law - how to describe the state of uninitialized static storage
  264. checking bits
  265. Overload operator error ?
  266. Execute a function in each element of the list conditionally
  267. Efficient list swap
  268. copying a file
  269. C++0x and file I/O
  270. pointer reference problem
  271. Question about STL erase function
  272. how to write only one parameter in a file
  273. string to class type using typeinfo
  274. Visual Studio 2005 C++ Resouces
  275. Saving BLOB data using C++ In one insert statement into Oracle
  276. memset a member array of a packed structure
  277. Dual-Graph Library
  278. printf - Can't print "print\my\message"
  279. C++ Builder - how to read and write the registry
  280. stoopid begineer with a question
  281. iota
  282. C++ strings
  283. reading from a binary file
  284. How sizeof() works?
  285. function prototypes
  286. templates problem
  287. using "!!" in "c"
  288. reading TCP header
  289. Funny! More offers to select a search engine!
  290. ostringstream and memcpy
  291. Funny! More offers to select a search engine!
  292. where can I get FAQ?
  293. Concurrent Pascal vs. c++ ?
  294. Available C++ Libraries FAQ
  295. Return value of system
  296. #define and typedef
  297. implementation dilema
  298. Decent Reference Site
  299. return the file contents into an array or string
  300. A C Question.
  301. problem with array and classes
  302. problem with operator<<
  303. Relative prevalence of "good" C++
  304. Unwanted debug messages
  305. The floating point environment
  306. New to C: Getting Application error when running program
  307. size of a variable from a pointer
  308. trouble including "iostream" "fstream"
  309. No argument constructor and function prototype
  310. difference between a namespace and class with just default constructor
  311. parsing files
  312. Need 2 values from function
  313. Newsgarbage user-controlled tech news site goes into beta!
  314. Newsgarbage user-controlled tech news site goes into beta!
  315. error: 'std::ios_base& std::ios_base::operator=(const std::ios_base&)' is private
  316. Malloc and sizeof
  317. std::map with user defined data
  318. STL algorithm VS Java loop
  319. ))))
  320. classes pointers
  321. About The Switch
  322. Passing an evaluated variable to new in allocating a derived class
  323. c++/stl development top nyc financial firm
  324. unions & structs...
  325. pointers
  326. why return causes an Illegal syntax??
  327. porg question
  328. * Need help Implementing a script (or macro)
  329. confused
  330. Barton-Nackman and compilation under Solaris
  331. design guidance
  332. Directory Structure
  333. Recast a member variable in derived class?
  334. Function to search for Characters
  335. make a program using C,C++
  336. as small as possible
  337. C++
  338. map whose key_type is the pointer to an object
  339. slicing copy, what's wrong with abstract class?
  340. opening a sequence of files
  341. project in c
  342. Calling static function using uninitialized pointer??
  343. Turbo Pascal
  344. #define errors
  345. Is it possible to access this newsgroup using Thunderbird?
  346. std::list iterator usage
  347. pros and cons using reference-counter VS reference-link
  348. from vector of pairs to a map
  349. Overloading 'casting' operator
  350. DLL, XML, What the H-E-Double Bang
  351. auto_ptr and PIMPL
  352. Buffer overrun - exit or abort?
  353. Question about Effective STL item 7
  354. difference between generics and templates
  355. typedef in C++
  356. STL string - converting to low case
  357. Physical Location of #define Symbols
  358. c++ float and integer
  359. JOB OPENINGS
  360. Error in program. cannot convert from 'char []' to 'char [10]'
  361. COPYING (not extracting) data from an istream object
  362. Rounding floats/doubles
  363. multiple return paths question
  364. use of static
  365. Setting member variables before constructor call
  366. decimal constants
  367. invoking member functions without creating an object or pointer of the class?
  368. ejo
  369. Accessing web through C/Perl in Unix
  370. how to implement a "typoef" thingy.
  371. alignment
  372. borland c installation
  373. SOCI 2.0 - a database library
  374. Problem with member and non-member binary operator in template class
  375. CFP: LASER Summer School on Software Engineering
  376. Cube root computation
  377. CFP: LASER Summer School on Software Engineering
  378. Global variables.
  379. fgets
  380. pragma
  381. How C++ Exception handling works ?
  382. missing #endif problem
  383. Implementing library algorithms
  384. Passing different variable types to a function
  385. some problem of a.out
  386. Want to shift bits with addition of 1
  387. looking to use graphics, can't find any thing
  388. confusion over static variables
  389. virtual functions
  390. auto_ptr memory leak with arrays?
  391. Printing a char * to a file
  392. Variable declaration and initialisation
  393. NULL pointer and null references
  394. Clear Thinking Power for Comp Developers
  395. Tightening up Shootout code
  396. operator overloading true and false
  397. Clear Thinking Power for Comp Developers
  398. a little problem
  399. key-value pairs: key consists of 3 ints
  400. Checkpointing Routines
  401. How standard atoi works?
  402. memory leak in threaded getpwuid_r() usage
  403. Portability / compatibility issues
  404. Ken Thompson - Reflections on Trusting Trust
  405. macros with an example program to new learner
  406. a little advice
  407. Removing a vector element using std::swap and std::vector::resize.
  408. How can a string by accidently modified?
  409. Pass String from Visual Basic GUI to a C++ DLL?
  410. debugging -- behaviour to be explained.
  411. return "chars"
  412. New to C++ need help
  413. Function inlining
  414. Using time_put and time_get from <locale>.
  415. Compile error with virtual inheritance: const <anonymous>** - AGAIN
  416. save to file
  417. why i can not convert a char ** to a const char ** ?
  418. Template class - Compilation problem
  419. Templates and Inlining
  420. C++ Beginners question
  421. About retrieve an arbitrary byte among four bytes of an int.
  422. template in error
  423. debugging a memory violation problem
  424. constructor and initializer
  425. debugging runtime error
  426. detect necessary #includes
  427. Why (type*)pointer isn't equal to *(type**)pointer?
  428. Question about Boost.lambda example
  429. The bad coder joke =D
  430. The bad coder joke =D
  431. template problem in MSVC6 - getting wrong parameter type
  432. Unable to compile using boost::date_time library
  433. Calculating distances in O(1)
  434. Is my understanding of containers valid?
  435. What to do when base class is not specified as virtual?
  436. Peeking an entire line from an istream
  437. stl: what member function need to exist in class for list implementation
  438. Need a queue in C
  439. STL bind1st question
  440. Efficient division/remainder in C
  441. Problem: global variables and singleton
  442. Any memory leak for this Singleton Implementation
  443. diamond inheritance, constr. question
  444. Conversion of char * to bool
  445. Moving Project From VS 2003 to VS 2005
  446. STL vector VS list
  447. Problem with Accessors
  448. How does free() know how many elements should be freed in a dynamic array?
  449. How do free() know how many elements should be freed in a dynamic array?
  450. Temporary varriables and thread safety
  451. wait in c
  452. Find duplicate entries in STL algorithm
  453. Compile error with virtual inheritance: const <anonymous>**
  454. How/why does this work?
  455. The difference between C and C++
  456. assign value in const variable
  457. Error trapping
  458. valarray addition and overflow handling
  459. loop -> for_each
  460. How to activate a running Windows application
  461. When to use private inheritance
  462. getting current date in C in the VC environ
  463. File-splitting Function: Uses FILE * - better way with ifstream?
  464. Macro GCC????
  465. typedefs, qualified identifiers, class names and name lookup
  466. Making the best of it!!
  467. Declaring struct as static is causing problem.
  468. operator new override/overload?
  469. strange ifstream problem
  470. Link error in minGW (seems libstdc++.a is not in the search path)
  471. How do the compiler knows about the change that is made in the static variable?
  472. what is fun1()->fun2(params)
  473. (help) Runtime error in ifstream/ios class
  474. Need help reading UTF-16 files ...
  475. Help with template friend and ostream, I think I am close
  476. C++ Reading binary data written by other Language programs
  477. C++ / STL / G++ / Slackware
  478. how could i declare & define function in header file
  479. port Win app to Linux Questions: Memory management and OEM Char
  480. Need clarification about virtual methods & inheritance
  481. Bit-field Question
  482. ternary expression validity
  483. Debug a C DLL
  484. Template argument deduction cannot be performed
  485. Need recommendations for code modularization
  486. What does * new mean?
  487. Confused on class member variable initialization
  488. beginning games development on the mac
  489. Can inserter/extractor operator overrides be made run-time polymorphic?
  490. I think I messed up my compiler
  491. Modulus and negative operands
  492. Code for lseek
  493. for_each() algorithm
  494. Header file compilation
  495. C++ Builder 6 - Getting ODBC Parameters
  496. Can any body tell me how to find duplicate lines in C
  497. pointer to a vector? shall i delete it or clear it?
  498. Loki and BOOST
  499. Char array initialization bug in vc++ .net 2003 ?
  500. Why need .dll if I use static lib?
  501. C or C++ in Kernel Development
  502. Why We Use C Than C++...
  503. Character space allocation
  504. Confusion about row-major and column-major
  505. Iterate an enum
  506. C++ Sorting and Searching function
  507. how to allocate memory for this
  508. Converting iterator to pointers, revisited
  509. How to correctly call initialization and cleanup functions?
  510. Reading a method pointer from a stream
  511. how to open a log file?
  512. Warning: no newline at end of file
  513. CRC16
  514. Compiler question
  515. trivial or non-trivial object
  516. What in the HECK is going on???
  517. Chuck Norris can divide by zero
  518. Initialize a Reference type class attribute
  519. Linker Error: For a defined method() in C++
  520. Initialize reference to itself
  521. template type from string at run time
  522. iomanipulator
  523. Create a list of list in Stl
  524. Linker Error: For a defined method in C++
  525. graphics under dos
  526. Create a Reference stl:vector attribute
  527. A stl vector of smart pointer
  528. unresolved external symbol
  529. switch without breaks
  530. Stack Trace
  531. Passing a pointer to pointer as a multi-dimensional array
  532. Multi dimensional Array
  533. error: syntax error before '*' token
  534. Error handling
  535. Help with Extending std::exception class
  536. Multiple inheritance and access specifiers issue.
  537. char alignment in C
  538. Help with std::string
  539. Memory access optimization
  540. Virtual keyword & compile time
  541. Function that returns a pointer to a function of the same signature?
  542. the order of printf parameter
  543. What is used for storage
  544. callback and boost:function
  545. Unit Test Framework for c++ program
  546. Is space for symbol table allocated from heap?
  547. Comparing Two Files line by line and word by word
  548. Write a function processes a list
  549. Create a variable size but non-growable array
  550. installing compiler