C++ Language (Moderated) [Archive]

View Full Version : C++ Language (Moderated)


  1. howto convert form byte[4] to Int32 while retaining the bina
  2. Use of an init() function
  3. reoccuring types in a Loki::Tulpe
  4. _asm NOP problem: undeclared identifier
  5. RB tree map vs. AVL map
  6. Modifying vector sizes in templates.
  7. Casting to base class
  8. singleton + multithreading + static initialization
  9. [NEWBIE] Why STL source so complex ?
  10. Implement Clone via a template
  11. Linux C++ documentation
  12. throw specification of a function.
  13. The "variable definition vs. function declaration" problem
  14. [ANN] Rich Booleans and ModAssert
  15. Amateur question on C++
  16. containers of iterators to each other
  17. Partial specialization of non-type template arguments
  18. Partial class template specialization fails to compile with
  19. std-functions and indeterminate values
  20. Program namespaces partitioning and new/delete operators
  21. why is my iostream program so much slower than equivalent cs
  22. Trying to make a structure external
  23. Why doesn't this compile?
  24. Suggested extension of "friend" feature
  25. templated friend structures
  26. Static instances of std::map allowed by C++ standard?
  27. Reading objects from an array of char
  28. std::binary_function: motivation for using it
  29. how to program in C++ efficiently with a popular editor/comp
  30. Returning ranges
  31. Linking errors - DllCanUnloadNow DllRegisterServer etc. -- .
  32. Calling through pointers to member functions
  33. Where do I put my using declarations?
  34. Suggestions for managing large SQL query sring withing C++ s
  35. Template functions and inheritance
  36. Confusion with "friend" declarations
  37. Fun with C++
  38. Taking the address of a deleted pointer
  39. Exceptions in destructors
  40. Const function expected with a non-const object.
  41. is this data-structure zero initialized?
  42. Emulating a static constructor
  43. Overloaded operator+ not returning value that overloaded ope
  44. Tools like RedHat Source Navigator for C/C++ source code vie
  45. Note to moderators: someone has spoofed some messages
  46. What is Difference between const int i and int const i
  47. Dynamic_cast Vs Static_cast - when is the former really nece
  48. A C++ challenge
  49. exception in new expression and memory releasing
  50. Detecting template instantiation
  51. Using remove_if with a member function
  52. calling member functions with parameter(s)
  53. Unspecified versus undefined behavior
  54. how to make an object of a class instantiable only on the h
  55. [ANN] YARD Recursive Descent Parsing Library
  56. template of template under gcc3.4 and MSVC7.1...
  57. Beginner C++ Template question
  58. Replace a loop with an STL algorithm?
  59. Implementing static methods inside the class declaration.
  60. void pointer conversion
  61. sort with compare as nested class, legal?
  62. function that returns the determinant of a matrix
  63. problem with private member...
  64. typetraits fail on pointer to member function?
  65. size of char array vs chars
  66. Floating point values and precision calculations
  67. initialization of aggregates in generic code
  68. Organize C++ project's files...
  69. Default arguments and namespaces in VC++ 7.1
  70. Accessors vs public data members
  71. Passing *this as argument to another constructor
  72. Compile error with template template parameter: is g++ at f
  73. Allocation of std::vector can overwrite v-table (is it a bug
  74. E2303
  75. ScopeGuard template: how to use safely?
  76. unresolved external symbol linker error with a vector which
  77. book/website suggestions
  78. Completely inlining sort for small arrays
  79. [ann] Cross Builder, v1.0
  80. Re: Is using ... with virtual functions legal?
  81. Template specialization with partial types
  82. short, amusing, projects for learning
  83. Declaring a class as a friend of itself
  84. Rabin-Karp and STL find
  85. friend definitions within the class body
  86. A way to manage globals in multithreading environments?
  87. Memory mapping and destructors
  88. C++ inlining as a multithreading optimization tecnique?
  89. Passing Dereferenced Pointer objects as arguments to functio
  90. Sutters guidelines and redundant include guards
  91. Using static member functions as C callbacks
  92. wstring array?
  93. wrong or superfluous semicolon?
  94. Actual array size in memory
  95. Allocating on the stack in catch blocks
  96. Book Announcement
  97. performance paradox when reading matrix from file
  98. Questions and answers.
  99. return value of std::streambuf::xsgetn()
  100. same variable name to be allocated different memory cell?
  101. Teacher starting C++ Desires OOP Suggestions
  102. slots and signals
  103. Cout object
  104. Problem with function using default arguments
  105. Is using an indeterminate value Undefined Behavior?
  106. converting vector<(any-type)> to vector<bool> (and back)
  107. pointers to member functions
  108. Compilation errors; STL; 64 bit; AMD
  109. Notes to the Yaslandes
  110. Jam. pentium 3, mv, 2.95, throwing object, many templates us
  111. Loki Visitor with const objects?
  112. Overloading operators new and delete
  113. open source C or C++ reverse engineering tools
  114. Use of "explicit" for casting operators
  115. boost slot_type
  116. std::string = const char * (assignment question)
  117. Completely inlining sort with template metaprogramming?
  118. Strange Corrupt Pointer - Microsoft Bug??
  119. Template Question
  120. f2c : Fortran -> Templated C++
  121. A template-parameter can not be float.
  122. static_cast<T*>(void*) needs T.h?
  123. source code browser
  124. How to port 32 bit unsigned char* to 64 bit
  125. How to port 32 bit unsigned char* to 64 bit
  126. "Memory as a Programming Concept in C and C++"
  127. C++ abuse: when is polymorphism not polymorphism.
  128. about explicit function specialization
  129. [ANN] Updated Version of the SCons Builder Plugin
  130. interface problem in gcc
  131. namespace qualification
  132. How inline is inline?
  133. [newbie] Why does this crash?
  134. is this piece of code compliant?
  135. Questions about compilers const optimizations
  136. The compiler doesn't recognise my function.(newbie)
  137. cout << the contents of an array
  138. Alternatives to throwing STLPort string?
  139. "illegal use of explicit template arguments"
  140. given reference to non-const-qualified object, get reference
  141. C++ on Linux
  142. Re: Advanced improvement
  143. [ANN] Multimethods library
  144. Clarify function overloading
  145. Preparing a general tensor inner product with slices?
  146. Compile erros on "hello, world"..not a newbie
  147. What sort of objects can std::vector contain?
  148. input streams' what() member function
  149. code inside a function invoked during static initialization
  150. virtual functions that process ranges
  151. Namespace usage in implementation files
  152. Compile-time string CRC
  153. repeating functions causes errors
  154. Pointer Problems
  155. member function template cannot be virtual
  156. private constructor
  157. "templetize" the operator[]
  158. Generic Functor
  159. Thanks, but... Re: what does this mean?
  160. what does this mean?
  161. setjmp and longjmp
  162. how to: memory maps
  163. error with std::string in header file using VS C++ 6.0 SP6
  164. Global objects semantic with templates
  165. Re: Initializing Nested Templates
  166. Question about the pointers to member functions.
  167. File Input and Spaces




  168. Powered by phpBB © 2001, 2006 phpBB Group.