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. Potential Memory Leak problem in std::string in C++
  2. Automatically converting object to double
  3. How to initialise aggregate member?
  4. Opportunity In UK As C++ Programmer.
  5. Named variable in a list?
  6. friend classes
  7. Template Function Pointers + Inherited Return Types
  8. Junior and Senior Oppertunity In All Over UK
  9. reading a file
  10. HPUX Invalid Address Alignment when assigning double, casting to same type works?
  11. Recursion problem
  12. speed and optimisation
  13. std::string and std::wostream
  14. Returning a wstring from a method...
  15. Templates and virtual methods
  16. Difference between enum and #define preprocessor
  17. EPS Tiff Preview
  18. Compile Error...any help?
  19. Creating a number with a range
  20. Can't compile with call to function in global scope
  21. Can't compile with call to function in global scope
  22. Is C++ decompilable ?
  23. Help-New Student Trying Hard
  24. Does anyone know...
  25. best practice for returning elements from a container
  26. How do i declare a byte variable?
  27. What is the "philosophical" meaning of const?
  28. fstream buffering
  29. operator<<() in namespace or global?
  30. creating dynamically growing string using char*
  31. Latest in Ajax - Coming out in Private Beta in the next couple of weeks - samfind
  32. Stop Repetitive Strain Injury
  33. Emulating Access Insert Hyperlink GUI
  34. Designing an API in C++
  35. This is not an Ad , I want to help
  36. SECURITY/ C++/ CONTRACT/ CA
  37. index to iterator
  38. map containing a string key and a templated value...
  39. Errors with templates
  40. Dicom communication protocol
  41. stl deque multiple push_back & remove_front
  42. stl deque multiple push_back & remove_front
  43. Storing a 3D scene for
  44. Making Forward Declaration Class's enum Member Visible
  45. How can I convert UNICODEwchar to ANSIC_char using STL.
  46. Stack and Heap
  47. How to compile the HelloWorld of boost.asio?
  48. C++ emitter templare ?
  49. Automatic storage vs Free store
  50. Studio
  51. C++ or C?
  52. Comparison operators
  53. Passing an object's method as a callback
  54. Big Problem! How to overload operator delete?
  55. namespace
  56. namespace
  57. anyone ever take ikmnet test for visual C++ 6
  58. Audio and image capturing
  59. legality of re-using code?
  60. malloc(): memory corruption (fast) [Cant seem to figure this out] on FC5 + G++ 4.1.0
  61. Static class member Linker Errors
  62. simple port access
  63. vector
  64. Koening lookup and templates
  65. How to overload Subscript operator
  66. a very simple question, pls help a new programmer
  67. Removing Copy Constructor functionality
  68. perferred way of converting const char * to const std::string &
  69. ===Welcome to comp.lang.c++! Read this first.
  70. std::vector - allocation size at declaration?
  71. bestchoice4u
  72. Network application design
  73. VC7 and hash_map
  74. A question on multiple-inheritance and its usefullness
  75. Using "this" pointer as a parameter in a method
  76. How to find_if in a map?
  77. Cyclic dependencies
  78. virtual printer device
  79. Implicit default constructor is not called
  80. Overloading normal functionality ???
  81. Simple question (namespaces and operators)
  82. Simple question (namespaces and operators)
  83. The new operator
  84. The C++ Standard Doesn't Permit Overloading new and delete?
  85. friend cannot access private variable
  86. Balanced ternary computers
  87. Regd:Video Converter Programming
  88. Is this Smart Pointer class thread-safe?
  89. Need a guru to help a noob
  90. using namespace std
  91. passing an iterator as an argument
  92. CComBSTR, std::endl and stack overflow
  93. Question about inherited class virtual functions
  94. Converting between number bases
  95. rounding to the nearest nth digits
  96. Accessing a thread's object
  97. Const objects defined in headers
  98. difference between static_cast and reinterpret_cast
  99. check the existence of string
  100. What does << mean in C++?
  101. Subclassing Off Of Vector
  102. Mode Oriented Lexical Analyser Generator
  103. Determing if a line is a comment
  104. Large Buffer Memory Management
  105. malloc in 64-bit
  106. ANN: MultiExtractor v1.2.0a update
  107. How can I insert null bytes in to std::string?
  108. parsing a string
  109. codecvt and stringstream
  110. Class knowing properties of another class that contains it
  111. how to use friend ?
  112. Always create the object in heap?
  113. Get list of all IP addresses
  114. declaration affects efficiency?
  115. dialog problem
  116. Re: J2SE 5.0 Generics and C++ Templates
  117. assigning reference to a returned value from function.
  118. Need a URL for Coplien's discussion on Exemplars idiom?
  119. Problems with LNK2019
  120. Problem communicating between DLLs
  121. vector of pointers to instances of a templated class
  122. Bruce Eckel's CD
  123. setprecision in output
  124. std::string to char[] with a twist
  125. std::string to char[] with a twist
  126. typeid
  127. multiple inheritance and base pointer
  128. using pointer in a friend operator +
  129. Linking ASM Object File to C++ Program
  130. Write 3 decimal places always to stream
  131. while (std::cin >> x) why it works?
  132. Vector
  133. A problem with inheritance
  134. Problem with a template class & friend function
  135. UNET Contest IDE
  136. virtual function table ptr stored to file and then again reread
  137. Creating a class which holds a container with pointers to itself
  138. STL
  139. exception model for real-life applications
  140. Re: J2SE 5.0 Generics and C++ Templates
  141. string constructor difference
  142. "n Parameter" in C++
  143. Templated container members
  144. Function for all integer types
  145. Which container to use for circular buffer?
  146. std::string.find_first_not_of(size_type index, size_type num)
  147. reading from multiple files 1kb at a time to a byte array
  148. cost 2 company problem ....
  149. intptr_t
  150. ambiguos symbol ifstream
  151. Converting 4-byte char array to float
  152. strtod(*iter) + double
  153. how to initialize a vector in the constructor
  154. Initializing a reference ?
  155. function overloading question
  156. char** question...
  157. reference and pointer and function argument copy
  158. Mitov Software, AudioLab, SignalLab Usage questions
  159. pointer
  160. Why doesn't this compile....?
  161. STL list's assignment operator
  162. Catching a system error.
  163. types
  164. Multidimesional maps, vectors and iterators
  165. Using boost signals
  166. error compiling this code
  167. Factorial
  168. Optimization of STL map's find
  169. namespace doubt
  170. how to make this possible
  171. using insertion sort with a linked list
  172. VC++ does not compile my code after header file change :-(
  173. Reference Variable Vs Pointer
  174. ===Welcome to comp.lang.c++! Read this first.
  175. traverse directory with boost
  176. [AD]Incredible! $26.00 == The C++ Programming Language (Special 3rd Edition); $35.00 == Thinking in C++ (Vol. 1 & 2)
  177. Safer Array Length
  178. unexpected 'pure virtual function' error
  179. variable declaration in if statement
  180. need a hint
  181. Template trouble
  182. Class and Container
  183. return of a function
  184. end()
  185. inner class and initialization list
  186. stack address is different when parameter is passed to function?
  187. function can be called from ## operator
  188. problem in object
  189. a unique set of unsigned char-arrays?
  190. Problem about memory allocation
  191. Copying entire file, line by line into another file
  192. style and performance
  193. Constructor function
  194. Small application
  195. I need to adjust the size of a bitmap in a buffer
  196. Static class members - how
  197. TR1 Book Now Available
  198. Very strange, please help
  199. Very strange, please help
  200. Read text file
  201. Strange output
  202. Detecting the arity of a constructor at compile time
  203. reading other peoples code
  204. Error while testing the "non-template friend function of a templateclass"
  205. inaccessible constructor
  206. static & dynamic allocation problem
  207. Visual Studio
  208. Is this a Bug of VS 2005?
  209. implicit type conversion
  210. precision in C++
  211. Job opportunity in the Philippines
  212. How to tackle this problem???
  213. fprintf format
  214. What's the benefit to dynamically allocate memory?
  215. Calling a class' memver function from inside another class
  216. recursive function
  217. specialization of a template function in a template class?!?!?
  218. cin/cout vs. scanf/printf
  219. How to understand this sentence
  220. meaning of j++
  221. Basic Linked List Problem
  222. FILE* and fstream
  223. return a line back to the stream
  224. Info on how to learn more
  225. Why can't the sentence compile?
  226. Calling std::list::erase(iterator pos) with a reverse_iterator?
  227. How to type an empty string in command line?
  228. How to invoke member function over by "const"?
  229. big gap between visual studio 6 and 2003
  230. a==b==c ?
  231. Lightweight XSD validation
  232. method & function
  233. A problem with GNU Scientific Library GSL
  234. How to invoke member functions of the objects in a Set
  235. Can someone give a simple implementation of RTTI in c++?
  236. split, splice and the like
  237. Bit enumeration algorithms
  238. Bit enumeration algorithms
  239. The most powerful question to ask A.I is:
  240. weird compiler warning
  241. Template problem with unordered_map
  242. Copy constructors, de/constructors and reference counts
  243. typedef every where
  244. How to pass variables from a C++ function into inline ASM
  245. How does std::set stay unique with only std::less?
  246. multiple level bom search
  247. What to prefer - TCHAR arrays, std::string or std::wstring ?
  248. fstream::open problem
  249. [c++] Nested calsses and access to them.
  250. memory leak or mtrace()-problem?