PDA

View Full Version : C++


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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181

  1. std::string performance (Sun implementation)
  2. which is faster
  3. What would new (char([0])) give?
  4. Cast vector<foo*> to vector<const foo*>?
  5. Are MAGIC numbers always bad?
  6. C++ POSIX implementation?
  7. Passing by reference... is it safe in this case?
  8. Another STL ?
  9. STL iterator/reverse_iterator
  10. simple drag & drop
  11. I fixed a problem...Now, what exactly did I just do?
  12. Abnormal C++ Compile Time - How to debug?
  13. multiple inheritence contructor
  14. Macros (I know, yuk!)
  15. Random Access Iterator
  16. ===Welcome to comp.lang.c++! Read this first.
  17. Return an iterator
  18. Question about operator new
  19. Loop over enum values
  20. cppmake
  21. Can I put this in a .h file?
  22. Advice required on my ascii to hex conversion C++
  23. auto_ptr's exception safe
  24. what are the rules for writing header files?
  25. visitor pattern and COM like objects ?
  26. Solaris : Difference in g++ and CC compiler for variable length array declaration
  27. Regading interview Question.
  28. How do I detect infinite floats?
  29. Passing Through Constructor - Simple Error
  30. STL ??
  31. Critique requested.....
  32. How to use std::copy?
  33. collecting data from text file
  34. recursive
  35. Ada to C++ translator
  36. Nesting try blocks inside catch
  37. Using STL how do I convert a variable to a binary string
  38. inclusion compilation model question
  39. bitset solution
  40. Help with template object
  41. STL iterator
  42. Converting a macro to a string
  43. Can C++ do it for me?
  44. Deprecated API?
  45. Little problem to use a priority queue
  46. dtors that fail
  47. UDP broadcast problem
  48. experiment with std::fill
  49. Error "type specifier omitted for parameter" in preprocessor directives??
  50. Pure Virtual Functions
  51. release build assertions/verifications
  52. Interpreting error messages (gcc)
  53. bstr string to New character string
  54. STL: copy vector of class ?
  55. static initializer order
  56. Running MS-DOS within a c++ program (Code)
  57. Grand Opening Giveaway! 85% off all electronics! http://xthost.info/ediscount/
  58. Definite type sizes
  59. graph layout algorithm
  60. Help with std string
  61. Virtual Template or Template Virtual
  62. Remove items from a stl vector
  63. Help with initialization of graph (Boost Graph Library)
  64. Interface
  65. global scope variable in .cpp file?
  66. Average All-Pair Path on a Graph
  67. Average All-Pair Shortest Path on a Graph
  68. does multimap insert invalidate iterator?
  69. "named parameters mechanism"
  70. CFP: IAENG International Workshop on Computer Science (in IMECS 2006)
  71. size of a class having enumerated data types?
  72. Smart Pointer library in C++
  73. memcpy a int to a char buffer ?
  74. C/C++ code to parse XML file
  75. garbage collection questions
  76. Whats wrong with my stream ?
  77. Debugging a Segmentation Fault in C++ STL code
  78. How to open a file in $PATH?
  79. question about operator new
  80. How to delete an array?
  81. how to use this utf8 interators to read from a file
  82. PostMessage() in vc++ thread not talking to main program
  83. utility to view the expanded preprocessor macros
  84. How to install c++ on Windows
  85. Gauss Jordan Solver?
  86. ===Welcome to comp.lang.c++! Read this first.
  87. friend operator<< in template classes
  88. c++ as beginner...
  89. Re: C++ Interview questions for large C++ projects
  90. Video Streaming in Windows
  91. where does open open the file?
  92. Debugging C++ program in GDB on linux
  93. Magic Wand Implementation
  94. Overloaded type converter STRANGE behaviour
  95. ANN: iof library available
  96. Automatic lvalue in functions
  97. Replace simple function with object of same signature
  98. display from video card visual c++
  99. initialisation of static
  100. throw in destructors
  101. STL for loop ?
  102. question on the assignment operator
  103. List Iterator Not Incrementable?
  104. passing argument in STL loop ?
  105. what is causing this error?
  106. ECMA-372 is stepping in on C++
  107. What is the advantage of Boost scoped_ptr?
  108. Re: Free speech.
  109. suggestions on improving source
  110. My C++ library
  111. Assignment through base class reference
  112. const correctness
  113. vector of vector of vectors
  114. loop -> for_each advanced
  115. loop -> for_each
  116. how to init a derived struct?
  117. order of #include statements
  118. GNU libstdc++ crash 64 bits gcc 3.4.2
  119. ANN: C++ Portable Components Release 1.0
  120. Accessing Lvalue from function
  121. Where can I get the source for g++ 2.95.?
  122. making sure that the deallocated dynamically memory returns to the heap?
  123. error C2664: 'strcpy' : cannot convert parameter 2 from 'char' to 'const char *'
  124. STL vector with iterators
  125. c++ support for unicode, utf-8, encode/decode, ifstream, wstream?
  126. Initialize const or static map
  127. STL and aCC
  128. Handling ThumbTrack Notification for Multiline Edit Control
  129. Invitation to I18N_EXPERTS@googlegroups.com
  130. STL ?
  131. get filename from string
  132. drag and drop onto exe
  133. extracting rest of an istream (istrstream)
  134. C++ Interview questions for large C++ projects
  135. string.format help
  136. Funny! More offers to select a search engine! (oo)
  137. Any good way to extend std::swap?
  138. policy base class using static member functions
  139. policy base class using static member functions
  140. instance scope ?
  141. Shared string inside DLL
  142. Create a list of class as a member attribute
  143. sending <STX><ETX > charaters to RS232 port
  144. memset on structs with non-PODs
  145. paradox when constructor of an pure abstract base class called?
  146. memory mapped file stream
  147. "Virtual constructor" abstract base class - feasibility?
  148. Re: Generic Programming
  149. using streams for communication between threads...?
  150. doubt in strcmp
  151. about return type of an overloaded operator
  152. debug mode
  153. language law - how to describe the state of uninitialized static storage
  154. checking bits
  155. Overload operator error ?
  156. Execute a function in each element of the list conditionally
  157. Efficient list swap
  158. copying a file
  159. C++0x and file I/O
  160. pointer reference problem
  161. Question about STL erase function
  162. string to class type using typeinfo
  163. Visual Studio 2005 C++ Resouces
  164. Saving BLOB data using C++ In one insert statement into Oracle
  165. Dual-Graph Library
  166. ===Welcome to comp.lang.c++! Read this first.
  167. stoopid begineer with a question
  168. Free speech.
  169. iota
  170. C++ strings
  171. reading from a binary file
  172. templates problem
  173. ostringstream and memcpy
  174. Funny! More offers to select a search engine!
  175. Concurrent Pascal vs. c++ ?
  176. Available C++ Libraries FAQ
  177. implementation dilema
  178. problem with array and classes
  179. problem with operator<<
  180. Relative prevalence of "good" C++
  181. trouble including "iostream" "fstream"
  182. No argument constructor and function prototype
  183. difference between a namespace and class with just default constructor
  184. parsing files
  185. error: 'std::ios_base& std::ios_base::operator=(const std::ios_base&)' is private
  186. std::map with user defined data
  187. STL algorithm VS Java loop
  188. ))))
  189. classes pointers
  190. Passing an evaluated variable to new in allocating a derived class
  191. c++/stl development top nyc financial firm
  192. Re: Big Bertha Thing blogs
  193. Barton-Nackman and compilation under Solaris
  194. design guidance
  195. Recast a member variable in derived class?
  196. Function to search for Characters
  197. C++
  198. map whose key_type is the pointer to an object
  199. slicing copy, what's wrong with abstract class?
  200. Calling static function using uninitialized pointer??
  201. Re: Generic Programming
  202. Is it possible to access this newsgroup using Thunderbird?
  203. std::list iterator usage
  204. pros and cons using reference-counter VS reference-link
  205. from vector of pairs to a map
  206. Overloading 'casting' operator
  207. DLL, XML, What the H-E-Double Bang
  208. auto_ptr and PIMPL
  209. Buffer overrun - exit or abort?
  210. Question about Effective STL item 7
  211. difference between generics and templates
  212. typedef in C++
  213. STL string - converting to low case
  214. Physical Location of #define Symbols
  215. c++ float and integer
  216. Error in program. cannot convert from 'char []' to 'char [10]'
  217. COPYING (not extracting) data from an istream object
  218. multiple return paths question
  219. Setting member variables before constructor call
  220. invoking member functions without creating an object or pointer of the class?
  221. how to implement a "typoef" thingy.
  222. Problem with member and non-member binary operator in template class
  223. SOCI 2.0 - a database library
  224. CFP: LASER Summer School on Software Engineering
  225. Global variables.
  226. How C++ Exception handling works ?
  227. Implementing library algorithms
  228. Want to shift bits with addition of 1
  229. looking to use graphics, can't find any thing
  230. confusion over static variables
  231. virtual functions
  232. auto_ptr memory leak with arrays?
  233. NULL pointer and null references
  234. Tightening up Shootout code
  235. Clear Thinking Power for Comp Developers
  236. key-value pairs: key consists of 3 ints
  237. ===Welcome to comp.lang.c++! Read this first.
  238. Removing a vector element using std::swap and std::vector::resize.
  239. debugging -- behaviour to be explained.
  240. New to C++ need help
  241. Using time_put and time_get from <locale>.
  242. Compile error with virtual inheritance: const <anonymous>** - AGAIN
  243. save to file
  244. Template class - Compilation problem
  245. Templates and Inlining
  246. C++ Beginners question
  247. template in error
  248. debugging a memory violation problem
  249. constructor and initializer
  250. debugging runtime error