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. ===Welcome to comp.lang.c++! Read this first.
  2. Three Classes Share Data???
  3. Re: What is the formal statutus of uint64_t
  4. Programable exception handling.
  5. [C++] is the behaviour of Iterators the same as pointers?
  6. Interfaces and non-virtual destructors
  7. Forward declaration of static variable
  8. How to solidify our C++ knowledge?
  9. compile error in C++, not C
  10. searching a sorted list
  11. catch exception
  12. arranging items in memory as multimap(balanced tree)
  13. type wildcards (or something similar) for function parameters
  14. Class hierarchy
  15. [Visual C++ .NET] Picking up the date by user.
  16. Problem mixing read and write on io fstream
  17. Re: Is this a valid less than operator for a map?
  18. Re: Is this a valid less than operator for a map?
  19. how to use private inheritance
  20. hi
  21. Re: Construction of classes at runtime
  22. Re: What is the best book to read for a newbie on delphi ?
  23. Re: Delphi equivalent in the C world or Scheme/LISP world
  24. Re: Avoid including header file by declaring class. But what fortypedef ???
  25. What does class keyword in a Class mean?
  26. Why isn't the lifetime of the temporary extended in this case?
  27. Re: global prefix and postfix ++ operator overloading
  28. c++ runtime library
  29. Re: Avoid including header file by declaring class. But what fortypedef ???
  30. Re: Avoid including header file by declaring class. But what for typedef ???
  31. error: function is taken as an micro
  32. Debug Assertion Failed!
  33. Re: Is there a way to save a copy of std::cout
  34. pointer to function in constructor
  35. Re: How to delete arrays that are passed as function return values?
  36. Building the name of an executable function
  37. Re: Type lists
  38. c++ design question: store identifiers
  39. Interact with console application
  40. Re: Do you usually to pass a reference to set (or other stlcontainer) as const
  41. Re: smart pointer clarifications
  42. Re: How to delete arrays that are passed as function return values?
  43. Re: passing function template to class template
  44. function pointer
  45. Re: In map iterator is there a difference between (*iter).secondand iter->second?
  46. Re: Delphi equivalent in the C world or Scheme/LISP world
  47. Re: adapter function for for_each
  48. Re: New operator with placement argument
  49. Book name for multifileing in c++
  50. variable initialization order
  51. templates, namespace, and name lookup
  52. whats the advantageof malloc over new in c++.
  53. How to limit CPU usage within C++ (Linux)
  54. receive new IT knowladge
  55. question on invalidation of iterators on vector<T>
  56. Can string be an overloaded operator
  57. Double Pointer.
  58. Comparing floats
  59. for the greater glory of god
  60. Two base classes need Inheritance?
  61. Does comp.lang.c++.misc exist?
  62. Using Doxygen's \callergraph command ???
  63. ASCII encoding and byte array
  64. Virtual functions
  65. separating class declaration (header file) and implementation (sourcefile)
  66. "ceil()" not working as expected...
  67. Library to parse MS word docs & convert Word docs to PDF
  68. stringizer operator “#” & “##”
  69. Re: Deduction problem whilst trying Boost.Lambda
  70. Function adapters, currying: how to build a generalized binder?
  71. XML library for C++
  72. C++ tutorials Needed
  73. Smart Pointers and virtual
  74. boost:::bind problem syntax error with redefined new
  75. char & wchar_t
  76. VStudio9 and template member functions
  77. Compiling multiple source files.......
  78. Generating a Call Graph using Doxygen???
  79. << question
  80. ===Welcome to comp.lang.c++! Read this first.
  81. Re: strange threading context
  82. Re: strange threading context
  83. is there a utility class to store unlimited floating point number?
  84. Programming forum
  85. My switch is not switching
  86. Achtung!
  87. Legal? Illegal?
  88. Porting Rogue Wave Program From Solaris to Linux
  89. == operation on vectors
  90. Starting a thread which runs a member function
  91. Problem with stringbuf
  92. Re: Best way to use a derived member as a template parameter to abase
  93. Does the following construct qualify as overloading on return type ?
  94. Why can't fixed arrays be in class?
  95. Automated function call invocation diagram???
  96. app crash on simple boost::regex
  97. compilation error calling static member function in template code
  98. Available C++ Libraries FAQ
  99. Re: Best way to use a derived member as a template parameter to abase
  100. Should component know its host?
  101. string class manipulation
  102. converting from windows wchar_t to linux wchar_t
  103. using a member const int to initialize a char array
  104. how to use the fwrite () in C ++
  105. Deduce function template argument
  106. Type "assurance" of derived classes
  107. Address 0xc00a9553 out of bounds inside stl::vector class
  108. Address 0xc00a9553 out of bounds inside stl::vector class
  109. C++ Union compilation errors
  110. Thread Pool versus Dedicated Threads
  111. Macro and template function
  112. General Allocator Regarding type definitions and void * specializedproblem
  113. Windows Server Admin position at SFO,CA
  114. ===Welcome to comp.lang.c++! Read this first.
  115. template instantiations on SUN
  116. template instantiations on SUN
  117. array size issue
  118. Gcc version-ABI mismatch
  119. Making Compiler in C++
  120. iterating over sub-matches using std::tr1::regex?
  121. bit on bool
  122. Re: Template Template Parameters
  123. SIGALRM in a class member?
  124. Re: allocator: No such file or directory
  125. Interpolate byte array from 64 bit linux app
  126. visitor design pattern, loki and more
  127. Does C++ standard require objects to be allocated in continuousmemory?
  128. error: passing `const ...' as `this' argument of `...' discardsqualifiers
  129. Making a template class a friend
  130. SmartPtr Issues
  131. about the opensource lib for parsing the svg file
  132. initializing the array
  133. Getting number of ones in a number in compile-time
  134. hi
  135. buffer dump analysis
  136. std::vector<const MyType> not allowed
  137. How to write to a file including directory name in C?
  138. request for member of non-class type
  139. template and dynamic polymorphism
  140. proposed language extension: object state
  141. RUN TIME ERROR
  142. how to get C++ language specifications
  143. Static Variables and Multiple Inheritance
  144. Dynamic array and table?
  145. Perot, IBM, Hewlett-Packard, Dell, Wipro, HCL, Infosys, Satyam Hiringsoftware Engineering candidates and MBA candidates
  146. how to use graphics???
  147. Put User Defined Class into Union
  148. Named Group support for regular expressions in TR1?
  149. new operator for arrays
  150. Re: Question about this piece of code.
  151. Prevent Arthritis
  152. Re: copy & assign constructor
  153. New well tested makepp snapshot released
  154. Question about this piece of code.
  155. Re: STL and UML, etc
  156. Re: default constructor
  157. ===Welcome to comp.lang.c++! Read this first.
  158. Re: How to get a reverse_iterator
  159. Re: How to get a reverse_iterator
  160. bool equation
  161. friend ceclaration/definition - is this valid?
  162. Any b-tree and b+tree implements?
  163. Style question - using LPCTSTR as a pointer
  164. Why koenig lookup?
  165. Starting to learn C++
  166. member template -- reusing type information?
  167. How to plot functions in C++?
  168. Messy strings
  169. Initialed value lost !
  170. fstream operator>> stops at white space
  171. how to instantiate array of objects knowing its indices at compiletime?
  172. Non-type template arguments and inheritance
  173. inheritance with templates trouble
  174. Re: Delete of objects whose pointers are stored in an array
  175. What happens exactly during run time?
  176. How can I overload an iterator/create an iterator
  177. Distributed C++ compilation
  178. IXmlReader problem ( part of XmlLite )
  179. which compiler is following the standard?
  180. Numerical integration (two dimensions!)
  181. How to truncate char string fromt beginning and replace chars instring by other chars in C or C++?
  182. Re: Delete of objects whose pointers are stored in an array
  183. std::bad_alloc - how to validate before attempting the realloc
  184. Re: Delete of objects whose pointers are stored in an array
  185. Does main function Unicode?
  186. integral (non char) types allow padding?
  187. typeid resolved at compilation time?
  188. What is the source of BUG/Warning
  189. Templated friend classes
  190. style question
  191. Code getting Crashed( C++)
  192. QT issues
  193. How to constraint memory usage?
  194. how to use a static member function in find_if
  195. double precision and boost unittest?
  196. non-dependent vs. dependent template names
  197. Boost unittest
  198. Locals vars inside a static member function
  199. Polymorphism without virtual in C++
  200. ===Welcome to comp.lang.c++! Read this first.
  201. [ANN] U++ 2008.1 released
  202. Re: . as an alternative to m_
  203. converting a char* to a const char*
  204. C++ template
  205. compilation issue
  206. Re: . as an alternative to m_
  207. Re: I wish c++ did interfaces better.
  208. deriving from std::runtime_error
  209. Help guidance to understand C++
  210. Print a tuple using get_head() and get_tail() in while-loop
  211. THE BEST ONLINE PAID SURVEY PROGRAMMES GIVES YOU $200 PER SURVEY.JOINNOW AND GET PAID EVERY WEEK
  212. Decorator design pattern ( C++ )
  213. Exception question
  214. Removing Templates from Code - Best Method
  215. Future of C++
  216. Convert Derived** to Base**
  217. reading a char array
  218. abstract class - enforce cannot instantiate
  219. proper type conversion between PTRDIFF and a type where I can see thetype
  220. overload or inherit
  221. cout fails to print the address of a null char pointer?
  222. Re: . as an alternative to m_
  223. Re: C++ priority queue with bubble-up and bubble-down?
  224. Re: . as an alternative to m_
  225. Re: . as an alternative to m_
  226. Re: . as an alternative to m_
  227. polymorphism on template parameters
  228. boost::tuple with uniform types
  229. How to hide the "<>" token when the template class already has adefault "typename".
  230. vector iterator and derived template classes
  231. Number of elements in the tuple boost
  232. what is the advantage of explicit over imolicit in c++
  233. looking for explanation of bind2nd() source code
  234. indexing elements of a 2D array by pointer for transpose
  235. How to detect NULL for boost:shared_ptr
  236. Trouble using class method as sort predicate
  237. error C2371: 'LineCollection' : redefinition; different basic types
  238. How to build two EXEs using one .dsw file
  239. The use of const reference instear of getter
  240. Type visibility
  241. how can i compile c program on dos prompt using tcc and tc
  242. Floating Point Constants - Inlining Questions
  243. segmentation fault while deleting a pointer in a destructor
  244. questions about pointers in container
  245. Nested class in a template
  246. ideas on recursive fractals
  247. is there a way to Bind templates parameter lists?
  248. Testing my knowledge: how many constructors are called
  249. ===Welcome to comp.lang.c++! Read this first.
  250. about temporary object