Voir la version complète : comp.lang.cplus


Page : 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17

  1. Practical applications on C++
  2. vector::pop_back issue
  3. Value from exception object
  4. private copy ctor for exception handling class
  5. C++ class: to static or not
  6. Hybrid container
  7. Compiler oddness with << overload
  8. Good ole gnu::hash_map, I'm impressed
  9. java vs. c++ (non-technical comparison)
  10. Virtual functions
  11. "Inheritance break Encapsulation "
  12. Design question: alternative to inheritance.
  13. Undefined symbol with g++
  14. Error in this piece of code
  15. removing namespace std
  16. Any ORM Tools for C++?
  17. How can I transform source range to destination range that is thesame as source?
  18. Any efficient XML parser for C++?
  19. access modifier in c++
  20. shell script style in C++
  21. templates, non-type parm
  22. How to free memory used in a vector<float>
  23. Does this code has problems?
  24. Null references.
  25. Constructor syntax woes.
  26. with Linker errors
  27. up/downcast with shared_ptr?
  28. Individual mails
  29. Subclassing string class
  30. SFINAE revisited
  31. C++ equivalent to spaghetti code
  32. Template metaprogramming question
  33. How large is the stream buffer?
  34. Copy constructor for class with vector of pointers
  35. About ifstream
  36. Initialize static members outside the class
  37. pow
  38. How to get mantissa?
  39. how can i get a CPropertySheet pointer in its CPropertyPage? Thanks~
  40. ANSI and GNU regarding compatibility
  41. How to get the CPU Usage of other applications? Thanks
  42. What's the difference between >> and get()?
  43. inherits mixin. What is wrong?
  44. Print names of polymorphic objects?
  45. reference type methods
  46. Scope of class template static data members
  47. covariant return type
  48. Monitoring print job
  49. How to change the length of "\t"?
  50. man for cmath
  51. Streambuf with code conversion
  52. Seeking algorithm: find last greater than
  53. .h .cpp
  54. Eliminating private members from header files
  55. template partially specialization for different namespaces
  56. getting unique identifier out of two variables
  57. Unexpected compiler behavior relating to size_t and boost - VisualStudio 2005.
  58. write text to clipboard (linux)
  59. Plotting in C++?
  60. difference between pointer and reference
  61. C++ Compiler for windows?
  62. Char Pointer Argument/Parameter
  63. array
  64. Memory leak with pointer used without new operator
  65. Stuff a pair of size_t into an uint32_t
  66. 2D-array of pointers, set all to null?
  67. pragma pack(1) on struct contains object
  68. std::vector fast access
  69. How to use a class's member function in STL's algorithm?
  70. C++ features in LINUX?
  71. Overload lookup of pointer-to-member
  72. C++0xA
  73. How to determine if a virtual method has been overridden?
  74. Struct Initialization
  75. Hijri Calendar
  76. Template friend function injection
  77. A new classification method for RNGs: Significance Level
  78. How to show a message on mismatch of data type?
  79. Call by value vs. Call by reference
  80. why appear warning's (metaprogramming)?
  81. how to have user defined hash for unordered_map ?
  82. hash_set: how to handle collisions?
  83. Passing References: Is this correct and according to standard?
  84. array initialiser list, order of initialisation
  85. Call for participation: What types of organisations adopt agile methods?
  86. Comparison Against NaN
  87. friend default constructor
  88. 2 suggested new features for C++
  89. polymorphic use problem
  90. need in object orientated programming
  91. How to use a derived class with constructor
  92. Re: irregular (non-consecutive) iteration (for loop)
  93. Advanced Design Concepts in J2EE ( Exceptions, Abstract Classes andDesign Issues & Solutions)
  94. pure virtual function in template class
  95. Smart pointer for observe only behavior
  96. How can I format stream not in such an awkward way?
  97. design q: decorator pattern
  98. confusion on the preprocessor instrcution
  99. C++ design and open source projects.
  100. Repeated code w/ slightly different functions -- generic programming?
  101. copying a vector of objects at runtime
  102. me out to correct logical error in this code
  103. How to get the class name inside the class's member function?
  104. Why does boost::add_const exclude T&?
  105. code critique please.
  106. c++ type system
  107. bitset variable
  108. What's the correct syntax for a friend with template parameters?
  109. Cast operation or string conversion?
  110. Static arrays of objects in C++ in other classes.
  111. const MyClass& operator= ... ...
  112. using static arrays
  113. Multi-character constants
  114. performance measure for optimized c++ code
  115. What's the boost pool allocator good for?
  116. Have anyone try intel C++ compiler?
  117. problem with cross-platform io su txt file
  118. bitset in C
  119. Server-Client application problem
  120. C++ Abstract Factory Implementation
  121. system call as variabe
  122. Does destructor of base template class need to be virtual?
  123. system call as variabe
  124. Automatic Versus Dynamic
  125. C++ Abstract Factory Implementation
  126. Offset of mixin
  127. Unary functor on algorithm using copy constructor
  128. pipe blocked
  129. questions about the STL sort()
  130. template specialization problem
  131. procedure flow diagram
  132. matching multiple template
  133. how to using in c graphics
  134. flow/procedure call
  135. File Reading
  136. g++ -O2 OK, -O3 Segmentation fault
  137. Predictably formated output with std::cout?
  138. private member functions as friends
  139. Coordinate space manipulation
  140. GCC 3.4.3 and GCC 4.1.2
  141. GDB Implementation
  142. UNICODE
  143. C++ Warning
  144. Print numbers
  145. algorithm copy from vector to set - newbie question
  146. Cloning
  147. Pointer
  148. extern "c" usage?!!
  149. regarding syntax
  150. ! confusing "const"?
  151. Own Exception class derived from runtime_error
  152. map iterator
  153. tr1, random numbers
  154. Redirecting output from console programs
  155. Interpreter for C/C++?
  156. Why Deitel's book should be bad?
  157. Templating composed functions
  158. Pointers and Delete Operator
  159. How to make IntelliSense work with WTL 8 classes
  160. Use Inline in class?
  161. Comparing an element with a set
  162. Installing Visual Studio 2008, VC++ 9
  163. Use Function Pointer Instead Friend?
  164. Sandbox server
  165. Why people use "new" & "delete" too much?!!
  166. is_ascii() or is_binary() for files?
  167. copy constructor and return value optimization
  168. Writing an own string class
  169. C++ Crawlers
  170. Query regarding iterators and vector
  171. beginner question about storing binary data in buffers, seeing binarydata in a variable, etc
  172. Base class returning children's data
  173. Ragged array whose rows are of varying size
  174. std::vector: reserve required?
  175. Local array scope
  176. Strong Type generic Composite class
  177. Having compilation error: no match for call to ‘(const __gnu_cxx::hash<long long int>) (const long long int&)’
  178. Template accepting partial type names?
  179. Constant member of a class
  180. ptr_fun & tolower confusion
  181. The Cathedral and the Bazaar
  182. C C++
  183. Do I pass an int by value or reference in constructor?
  184. Working through many typedefs
  185. announce: New Google C++ Testing Framework
  186. How to call a function by a string of name & How to get the name of aclass?
  187. Launching a process (exe) using the same process id as the launcher
  188. Surprising struct initialization
  189. How to handle variable number of arguments?
  190. Problem with adding a data into a vector
  191. Class templates
  192. int8_t/uint8_t
  193. how can i write the iterator about my struct
  194. About for_each usage
  195. Min and max of a POD
  196. Problem with static downcast of base type to derived type
  197. perl library for C++
  198. forward declaration & virtual member function return derived class
  199. template; how to dont instantiate a function if type is a pointer..?
  200. Newer StringBuilder? How to set String to null safely?
  201. vector vs map iterator
  202. trouble with std::find_if()
  203. Learning C++ questions
  204. Launch a application after login page and before desktop !!!
  205. Dev C++ compile problem
  206. Strcpy_s and strcpy
  207. compilation warning # pragma once
  208. Is there an algorithm for integer multiply and divide at the same time?
  209. when a c++ output stream operation fails
  210. I can't read the first byte of an EXE file!!!!!
  211. gcc 4 can not resolve member var derived from base class in atemplate class
  212. Re: : Hands on Technical Training on Linux Device Driver
  213. Use const_cast to modify member variable?
  214. vector of vector's
  215. how to initialize an stl iterator in vc2005
  216. Available C++ Libraries FAQ
  217. Write Unicode
  218. about end() usage
  219. wistringstream wierd problem (but istringstream works)
  220. Name of user's language, in English
  221. Multiple index maps
  222. parsing error
  223. Re: YAPL - Yet Another Programming Language
  224. Problem about efficient data representation
  225. class instantiation question
  226. is the syntax for fixed-length integers the same for C and C++?
  227. Re: YAPL - Yet Another Programming Language
  228. template specialization for pointer-to-type
  229. Initializing array of objects during declaration
  230. vector of class
  231. Re: YAPL - Yet Another Programming Language
  232. what is this syntax about?
  233. Tool to delete unneeded methods/enums, etc.
  234. Implicit conversion from int to double
  235. How to get template parameter, when i match a template?
  236. How to return stdout from a method ?
  237. API for encoding/decoding to base64
  238. ambiguous call to overloaded template function
  239. file position
  240. How to create static array of template class object?
  241. "ISO C++ forbids declaration of uchar with no type"
  242. Memory layout of class
  243. Basic question C++ exception
  244. Re: c++ class design: where to put debug purpose utility class?
  245. Designing lower level classes.
  246. basic question on c++ linking
  247. How to debug macro?
  248. Inheriting from std::ostream to override formatting.
  249. Question about interfaces
  250. Curly Braces
  251. size of an array at runtime?
  252. Truncating integer
  253. Handling external ressource (aka How can I find a process' executablefile)
  254. Constructor questions
  255. exception handling (std::ios_base::failure)
  256. Lies of Billy Gates of Microcrap
  257. Write Function Pointer Array
  258. Graphical representation of class relationships
  259. Platform independent types
  260. strcmp, please me understand this
  261. pointer to a member of a member
  262. Is this reference declaration legal?
  263. Problem with compilation of templatized code
  264. Re: c++ class design: where to put debug purpose utility class?
  265. 2 classes, 1 method
  266. Initialising a map
  267. OnClick Events of button does not come when I put them insidegroupbox.
  268. template function question
  269. Library design opinions...
  270. more inheritance patterns
  271. class design: where to put debug purpose utility class?
  272. A vector of strings
  273. about std::complex<>'s real() and imag()
  274. Pointer to member function
  275. Concerning Partial Template Specialization
  276. Portable C++ GUI framework
  277. Shared library compiled by Sun studio can't be used by G++
  278. ÿ rubbish in my .bak file
  279. Pointers In C++
  280. need a good explanation
  281. is it safe to access a complex<double> array as a double array oftwice the length?
  282. Book Recommendation?
  283. List of doubles for overloaded assignment operator's RVALUE???
  284. how to write a macro like this?
  285. Logical Constness
  286. Two i/o questions
  287. Purpose of protected constructors
  288. How to sort vector<complex<double> >
  289. construct a new type obj failed---how to walk around it...
  290. How can you edit the std::cin delim char?
  291. Q. about POD with const member (or g++ vs. Comeau)
  292. Parsing string
  293. Reading an int array from file.
  294. learning c++
  295. Recursive Function
  296. C++0x Enumeration question
  297. Internals of how variable scoping works
  298. stl heap question: restoring heap validinty after changing 1 element
  299. C++ Framework
  300. Funny bit games