Current Accounts | McDonalds | PC's from IT247 | Fast Loans | WoW Gold
C++ [Archive] - Page 2 - { mindfrost82.com }

PDA

View Full Version : C++


Pages : 1 [2] 3 4

  1. strange overload error (bug?)
  2. References static in header files
  3. template member function of template class
  4. Generic notify function foo or bar object
  5. Best practices? Free functions vs function objects
  6. C++0x: New function syntax; opportunity to fix arrays?
  7. Some C/C++ tips for experienced programmers
  8. the Design of classes referencing each other in the large c++ project
  9. Copy-assignment and C++0x move-assignment operator ambiguous?
  10. Int value in a double variable
  11. Matrix Multiplication
  12. find uninitialized class members?
  13. Can declarations cause an exception? Or function calls?
  14. What type of smart pointer should a factory method return?
  15. Template typedefs
  16. Compile-time dispatch via partial specialization using template-dependent types
  17. How to devise function pointer type from function name?
  18. general purpose RAII with closures
  19. plot an array
  20. float is not ArithmeticLike ???
  21. C++0x: returning rvalue references, recycling temporaries
  22. Re: Enum bitfield (Visual Studio Bug or not?)
  23. Re: Enum bitfield (Visual Studio Bug or not?)
  24. Re: compiler converting char* to char*&
  25. Re: Test for NaNs?
  26. Re: Test for NaNs?
  27. Re: Enum bitfield (Visual Studio Bug or not?)
  28. Re: Test for NaNs?
  29. Re: rules for iteration invalidation in std::map and tr1::unordered_map
  30. Re: Test for NaNs?
  31. fflush followed by freopen
  32. Re: Is self assignment test valid?
  33. The difference between G++ and VC 2008 in allocate memory
  34. Test for NaNs?
  35. compiler converting char* to char*&
  36. Linkage and Enums
  37. Is this ADL?
  38. What is the life-time of a char* obtained from a temporary string object?
  39. Enum bitfield (Visual Studio Bug or not?)
  40. Help: reverse a linked list
  41. overload resolution and namespaces
  42. arrays and cv qualification conversions
  43. RFC: C++0x memory model and parallel shift
  44. Another temporary life-time question... :-)
  45. abstraction level of error handling
  46. Please suggest use-cases for introspective code generation
  47. How to get string length in compile-time?
  48. Real address of virtual function
  49. ofstream, locales and freestore
  50. Non-inline templates?
  51. Is there a solution to that?
  52. Improper use of std::map?
  53. rules for iteration invalidation in std::map and tr1::unordered_map
  54. Can't template operator << be private?
  55. Re: Problems storing objects in a vector and incrementing a static counter in C++
  56. Deleting Pointer Problem (I think)
  57. warning C4503: decorated name length exceeded, name was truncated
  58. Problems storing objects in a vector and incrementing a static counter in C++
  59. Destrying and object without calling a destructor
  60. interpreting float data as ints
  61. Dodgy overload resolution in GCC?
  62. how do I split a string?
  63. base function not accessible ?
  64. Functions without side-effects. Proposal
  65. Is self assignment test valid?
  66. min max
  67. Available C++ Libraries FAQ
  68. operator > Against Addresses Of Member Functions
  69. Duplication between type_traits and concepts
  70. Staticness in overload resolution
  71. std::map<> or std::set<> as interval search tree
  72. "Hi. I'm A Set, Implemented As {BST | AVL | Splay | Red-Black}."
  73. Specs for shared_ptr; compatibility between classic pointers and shared_ptr
  74. Loki vs EDG on legal template definition
  75. The Function Order in vtable
  76. remove_copy
  77. Is decltype(vector<int>())::iterator valid? If not, should it?
  78. Any way in current standard to implement this policy traits?
  79. Is there anything in the works(standards committee) to give C++ dynamic linking?
  80. hash_map vs unordered_map
  81. template function can't be instantilized (use keyword export?)
  82. protected vs static members
  83. Detecting memfun staticness
  84. ostream_iterator compile error
  85. std::max(unsigned, size_t), amd64 and C++0x
  86. Class Scope Not Being Honored?
  87. Overhead diffences between structs and classes
  88. Defect Report: Garbled Description of the "continue" Statement
  89. Template specialization with template parameter
  90. Which design in better? (Also posted in comp.lang.c++)
  91. Re: function overload resolution by polymorphic types
  92. derived class members being used in base class
  93. C++0x Variadic Templates
  94. observer / mediator perhaps ... design woes
  95. Emulating concept based overloading
  96. Template syntax help
  97. Initialize one vector using elements in second vector...
  98. Why union cannot have member having user defined constructor ?
  99. How to maintain a c++ abi
  100. Strange questions about : int atoi(const char *nptr);
  101. adapter function for for_each
  102. Question regarding a Singleton template
  103. Nonlinear root finder/solver in (proper) C++?
  104. Problem with Singleton template (2)
  105. default option at the beginning of switch
  106. How to use namespace in a class definition?
  107. When to use a customized allocator instead of the default one when using STL container classes?
  108. [allocator.concept] smart pointer clarifications
  109. char and wchar_t
  110. Templates: Two methods with same name
  111. Who discovered the type erasure technique in C++?
  112. Force 'char' to be implemented as 'unsigned char'?
  113. non-const reference to temporary
  114. Constructing a string using istream_iterators
  115. Singleton overview
  116. virtual inheritance for class template
  117. basic_regex and allocators
  118. C++0x; string literals and initializers
  119. Wrapping widely accepted libraries
  120. C++ Union compilation errors
  121. comp.lang.c++.moderated parameter
  122. Destructor
  123. passing array to the constructor
  124. ODR vs compile-time metaprograms
  125. Const method returning a functor to non-const method
  126. Non static members
  127. C++0x: concept Convertible<T> issues
  128. Irks of C++0x
  129. Mastery of C++
  130. How to stl library efficiently?
  131. stl map key not found problem
  132. decltype in terms of non-static class members
  133. Return type
  134. Basic concept: undefined behavior, ill-formed program and diagnosable rules
  135. Does main function support unicode?
  136. Exceptions as smart pointers
  137. [templates] scope global variable
  138. Using declaration
  139. Segfault in .so file.
  140. question mark operator
  141. Graph representation
  142. [ANN] U++ 2008.1 released
  143. user defined negate operator
  144. Method call directed off null pointer - legal?
  145. Develop an Application that support database
  146. Stack Overflow
  147. Decorator design pattern ( C++ )
  148. Declaration changes meaning
  149. Difference between "unspecified behaviour" and "undefined behaviour"
  150. assertions: does it matter that they are disabled in production?
  151. Templates and greater than / less than ambiguity
  152. Access NULL / 0 pointer without program crash?
  153. stl and stateful allocators
  154. Future of C++
  155. navigating(resolution) inside double diamond
  156. Is this code safe? (std::exception constructor with local char*)
  157. Design question: best way for initializing many small objects
  158. What would be considered "unusual" C++ code?
  159. Available C++ Libraries FAQ
  160. why would i use '!!' ?
  161. error C2664
  162. does g++ treat 'and' as a keyword?
  163. Need timer with ability to time long intervals and sub-second precision
  164. CString changing an independant int
  165. Performance cost of RTTI vs programmed type system
  166. Static reflection - a base for runtime reflection?
  167. Type of enumerator
  168. Confusion on "extern"
  169. memory efficient STL allocator alternatives?
  170. Throw from terminate?
  171. common_type and references
  172. pointers and references to automatic variables :( how to do a good builder pattern implementation?
  173. printf vs streams (cout) - performance vs robustness?
  174. long long int type, does iso c++ hase this type?
  175. atomically thread-safe Meyers singleton impl...
  176. Help with extern "C"
  177. Move semantics and moved/empty objects
  178. Pass by const-reference, temporaries and copyability
  179. exceptions and resource deallocation
  180. Re: nested template question
  181. Instantiation of Base Class.
  182. cast to void*(compile time catching)
  183. Vectors and "Release Build"
  184. Confusion on Linkage
  185. Bools
  186. NaNs
  187. Google Group: architectgurus
  188. ACCU 2009 conference -- call for participation
  189. name lookup question ("gotw 30")
  190. Accelerated C++ exercise 4-2 -- converting int to string?
  191. boost mpl list
  192. Defect report: basic streambuf setg parameter
  193. basic operator lookup question
  194. Streaming a wstring to a wofstream
  195. Another Koenig lookup thread, yes, kill me now
  196. Detection of fatal errors
  197. a different way to get the stringifyed value of an enumeration
  198. LWG Issue #387 -- std::complex
  199. Exception safety -- once again
  200. overriding new and delete operators...and didn't work as I expected
  201. Array of unknown bound
  202. Singletons and destructors
  203. "Function Types"
  204. Address constant expression
  205. ios_base::app Standard behavior
  206. = delete - what does this do?
  207. Visual Studio 2005 complains about memory leaks
  208. Standard Conversions
  209. sscanf behaviour
  210. Static and virtual
  211. Finding the Median of 2 Vectors
  212. Order of destruct of local variables
  213. Finding the global maximum of a looong polynomial
  214. Array vs Vector performance
  215. RValue Arrays
  216. Hellp in handling 2^15 variables
  217. Suggestions on map template / Library
  218. Help with Compile Error :)
  219. Why is bitset defined in the associative containers section?
  220. Class member acces through pointer vs object
  221. Weird behavior with uninitialized data
  222. Vector et al default initialized
  223. nested template class instantiation from template function problems
  224. What kind of questions should be asked in this group rather than comp.lang.c++?
  225. changing streambuf to address a security hole
  226. static class
  227. Key strategies for hash_map
  228. "Inheritance break Encapsulation "
  229. std::set as search tree - manipulate elements?
  230. Available C++ Libraries FAQ
  231. Implementing call back functions effeciantly
  232. class member function binding
  233. Question copy semantics in structs containing arrays
  234. Static members
  235. Address of overloaded function
  236. hash_map insertion question
  237. N2673 question
  238. boost weak pointers and boost optional
  239. C/C++ from HTML+Javascipt
  240. How to ban a class copy?
  241. Exception-safety of erase
  242. Return type of a function
  243. Anonymous Class
  244. Binary search question
  245. stl, iostream and wchar_t
  246. Auto_ptr<> woes.
  247. SOCI 3.0.0 - The C++ Database Access Library
  248. String literals
  249. Struggling with optional funtionality in a derived class
  250. N2691 Inconsistencies in construct_element requirements