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


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

  1. How to learn C++ after learning <C++ Primer>?
  2. Throwing exceptions in a unix signal handler. Good idea?
  3. C_INCLUDE_PATH and gcc -I option
  4. About 30 chapters on C++ doubts
  5. Pointer to protected member function from derived class
  6. Pointer to protected member function from derived class
  7. Reading line by line in a large text file
  8. double format specification
  9. static member template
  10. How to define and use large dynamic two dimension arrays
  11. Is this void* cast safe?
  12. How to copy a vector if pointers to base class
  13. Slow Regex Code
  14. New wikibook about efficient C++
  15. how to implement dynamic_cast???
  16. Calling virtual method within the constructor
  17. derive from std::set, const_iterator does not work
  18. flaming pants
  19. Errors when trying to use a toolkit
  20. static istringstream
  21. Style question: Use always signed integers or not?
  22. BCPP usage
  23. Operator Overloading: Assume rational use
  24. Qualifiers v/s Modifiers
  25. are 'mutable' and 'volatile' a Storage Classes in C++?
  26. RogueWave constructor failing
  27. adding function overload to std - Good or Bad?
  28. How to restrict 'some' code from getting compiled/built? (without #define)
  29. IDE
  30. write before BOF
  31. Compile a dll from .h and .lib files
  32. Question: how to read an address?
  33. why arguments are not incompatible
  34. String constant
  35. TCP apllications
  36. Static variable & static method
  37. iterator value_type
  38. How to write binary data to a file using buffer?
  39. regular expression in c++
  40. Storage class specifier of class members
  41. Passing *this in constructor
  42. try catch g++ syntax problem
  43. Newing objects in constructor
  44. recommend a basic 2d plot library for windows
  45. regarding typecasting
  46. function with derived class arguments
  47. operator=
  48. Implied template parameters.
  49. Templated throw() specifications.
  50. Safely casting pointer types, purpose of static_cast, etc.
  51. Maybe OT, compiles in DevCPP, not in MSVC 2008
  52. Function template specialization
  53. compile error with templates in gcc 4.0.1 on Mac OSX 10.4
  54. boost gcc-3.3.6
  55. skipping the lines
  56. Inheritance and constructor problem
  57. Only reading of variable vs. thread synchronisation
  58. need 32+64-bit ms-compatible compiler that doesn't require .Net
  59. c code in C++ project
  60. Is this a shortcoming of the compiler or the C++ language?
  61. best way to "delete" all objects in a std::vector.
  62. C++,minimax game
  63. Eclipse CDT hangs whenever i type std::
  64. Static constructors: a complex problem
  65. is this code valid?
  66. Composition vs. Inheritance
  67. another copy constructor question
  68. The SETT Programming Contest: The fastest set<T> implementation
  69. default template arguments...
  70. Re: What's the different betteen pure virtual function and virtual function
  71. Re: What's the different betteen pure virtual function and virtual function
  72. Multimap - retrieve when the value is not a primitive type
  73. address where shared library is loaded
  74. Re: What's the different betteen pure virtual function and virtualfunction
  75. Empty binary trees
  76. design question
  77. Re: What's the different betteen pure virtual function and virtualfunction
  78. Strinx-0.62
  79. dont miss it just open
  80. www.iseeshoe.com
  81. Is it possible to create a vector of vector?
  82. Standard containers, polymorphic objects, and memory management.
  83. Delete does not really delete
  84. invoking destructor from within instance method
  85. Declaring varibale name in paren
  86. Inherite form stl container classes
  87. Which API to use?
  88. STL with shared library
  89. Scope resolution operator
  90. Scope resolution operator
  91. A program that writes code: should it use 'string'?
  92. Ambiguity by making overloaded operator function-const - why?
  93. How to encode text into html format
  94. function templates doesn't support default template parameters?
  95. sorted and shifted array
  96. accessing parent class method
  97. template class question
  98. On-the-fly compilation and execution of C++ program
  99. Re: Holy crap, what has C++ become?
  100. Random number generator.
  101. What has C++ become?
  102. ticky problem
  103. "J2ee" professionals - Excellent and URGENT openings for Top IndianMNC (CMM Level 5)
  104. warning question (C4114)
  105. Error while writing State Design Pattern Code
  106. Re: Standing on the Giants shoulders... :-)
  107. Mutex/Lock
  108. benchmarks? java vs .net
  109. Enums hierarchy and organization in C++
  110. Static variable in class template - multiple definition
  111. struct in map
  112. Visual C++'s :"clean solution" doesn't clean the solution?
  113. count 1 in string
  114. changing const int value in library header file
  115. does std::string have something like CString::GetBuffer?
  116. NT4 Ip Address change
  117. Re: Standing on the Giants shoulders... :-)
  118. w/ linking an exec against a dll, vc++ 2005
  119. Dangerous Convertion?
  120. return reference to local variable?
  121. Here we go again: int *n or int* n
  122. Feeding string into ostringstream only uses up to the first null?
  123. Small question about operator overloading
  124. Access Violation Errors - Can Memory Leaks cause these?
  125. [Borland C++ Builder 6.0] VtChart problem
  126. Problem when launching Turbo C++ application
  127. friend 'operator new' in inheritance as a template
  128. auto_ptr and copy ctr question
  129. Hi, How to use valgrind to detect the memory leak in sub-function?
  130. The "position" of variables
  131. STL Map uses hashing?
  132. SFINAE -- basis: array of void is invalid type
  133. set_terminate handler for uncaught exception
  134. Isn't this a polymorphic call?
  135. What the hell is dynamic_cast for?
  136. ===Welcome to comp.lang.c++! Read this first.
  137. MISRA-C++
  138. STL question
  139. ifstream::read Question
  140. Closing a file handle in parent
  141. Early dynamic initialization permitted for local statics?
  142. English dictionary
  143. Generating 2 independent random numbers
  144. Default-evaluation of objects
  145. What after C++
  146. Visual C++ 2005 Redistributable Package
  147. error C2099: initializer is not a constant
  148. virtual functions
  149. C++ Developer (New Yorker) Wanted
  150. Custom iterator or custom predicate?
  151. acomplia au rabais au Canada
  152. std::map without sorted iteration
  153. Template constructors of template classes
  154. Compile-time range check?
  155. Adding members to a template class specialization?
  156. Rounding error when converting from double to int
  157. dhdghbdshd
  158. copy constructor problem
  159. Re: Answer to C++ Primer 4th edition Exercise 1.20 (in section 1.4.4)
  160. Arrays?
  161. const element type in standard library containers
  162. i want to know what the following function is doing?
  163. Order that things happen when returning from a function.
  164. design choice
  165. Re: Building a Copyright statement <4936c2ec-cd3c-44fb-a24a-0a685d195c24@k30g2000hse.googlegroups.com><1c35038 e-1be1-4105-a365-9fc89c2c95ae@l42g2000hsc.googlegroups.com>
  166. write a program to count occurence of each element in an array
  167. Declaring explicit specialization of member function.
  168. Override public virtual Functions with private Functions?
  169. compilation error with merge algorithm
  170. Which members are being included at compile time?
  171. Building a Copyright statement
  172. Stuck on partial specialization syntax, as usual.
  173. How do I make a class uncloneable?
  174. how to sort it using STL
  175. Efficiency model for a RISC processor
  176. STL: how to get the sequence number of a newly added item into a set
  177. port
  178. Inheriting from a typedef that is inside another class
  179. question on merge algorithm
  180. Strong exception safety guaranty - Did I forget something ?
  181. warning when using throw(bad_alloc)
  182. are there c++ classes that provide file, directory or file systemfunctionality?
  183. Debug Assertion Failure?
  184. Need to create a C lib - using C++ classes - is it possible
  185. remove certain characters from a string
  186. Const declaration in header files
  187. Template specialization, nested
  188. Pointer to Member Function of derived class
  189. Why won't this list remove_if code compile
  190. About friend declaration
  191. end of file
  192. question about auto_ptr
  193. any way to see the non-printable stuff in strings?
  194. vector assign
  195. Delegation question...
  196. type function U[1] and U(*)[1] SFINAE issue
  197. Even-Odd sorting
  198. reference/alias in perl vs reference/alias in C++
  199. Policy Based Design Question
  200. template<typename> vs. template<class>
  201. Convert Char *buffer to HBitmap
  202. Map with string key and wstring[] value
  203. Is it doable,
  204. Where static local variable allocate?
  205. sizeof an object that have same base class as member objects.
  206. ambiguous overload when used with derived classes?
  207. Inlined Function still a function call w.r.t. Sequence points?
  208. use of undefined types
  209. std::list<T>::iterator
  210. mallopt() vs shared library
  211. Books for learning how to write "big" programs
  212. question regarding operator << overloading
  213. erase all pairs with a specified value in a std::map
  214. Template class object across library interface function
  215. Price for the standard
  216. Creating A Limited Vocabulary Voice Recognition System using C++
  217. template declaration and definition
  218. C++ and OOD
  219. Thread in next C++ standard
  220. linking error with inline functions
  221. std::map iterators
  222. Re: (OT) Google spam reduction: reason
  223. using array operators for lvalue and rvalue?
  224. std::list wrapper (+templates)
  225. a function follow by const
  226. iterator for template
  227. template base class not fully expanded in some cases
  228. Are you like to become a PROGRAMMER.....
  229. software link for linux fedora
  230. fast array copy c++
  231. Conversion between float and long
  232. Hep
  233. converting char to float (reading binary data from file)
  234. Re: variadic macro
  235. safely reading large files
  236. basic question about returning strings / char arrays
  237. designing a scalable storage
  238. Tabular output and plotting 2d/3d data in C++
  239. Programming Windows
  240. Cast a struct ...
  241. Failed to operate register to make the application runningautomaticly when bootting a computer.
  242. design Pattern of Classes
  243. invalidation of iterators on deque
  244. For free webhosting users
  245. How to find out memory occupied by vector, set, or map?
  246. Accelerated C++ exercise 9.2
  247. Data Structures and Analysis Multiple Choice review
  248. Re: reference types
  249. How to make a "synthetic" lvalue?
  250. newbie -- smart pointer destructor called without destructor everbeing called
  251. newbie -- smart pointer destructor called without destructor everbeing called
  252. timestamp question
  253. Is this a new syntax
  254. Read Office Files from C++.
  255. Linkage of sections from multiple obj files
  256. cp
  257. Is it too early to cheer?
  258. graphics in microsoft visual c++
  259. Convert from int to std::string
  260. Re: reference types
  261. Perl to C++
  262. a small precompiler question
  263. What books to learn how to use Win API in Visual C++
  264. Re: acquire barrier for atomic reference counting
  265. w/ Floats needed!
  266. How to determine the directories from where "#include <.....>" gets the header files?
  267. Copy Inherited Objects
  268. What's the connection between objects and threads?
  269. oo design question
  270. CDatabase Open
  271. Reference to private member...
  272. Question on use of "placement" new
  273. How to install and call the sun compiler instead of GCC?
  274. Difference between *.hxx and *.h header files?
  275. graphics in c++
  276. Problem with making an instance of a templated operator<< a friendof a template class
  277. problem with bind2nd
  278. string as getline delimiter
  279. Re: c regering
  280. newbie: Packed bitspecs?
  281. son in c++
  282. converting char to int (reading from a binary file)
  283. ?
  284. Reading columns in a text file
  285. function
  286. What does 'illegal indirection' mean?
  287. Constness with standard containters of pointers
  288. overload resolution and conversion ops
  289. compile cpp program to DLL
  290. functions accepting pointers vs references
  291. Inconsistent template behavior; standard-conforming, UB, or gcc bug?
  292. Can't get my mind wrapped around simple permutations
  293. beginner question
  294. Iterator questions...
  295. Iterator questions...
  296. Question about operator overloading
  297. Please !!! - CAsyncSocket::OnReceive Not Working for MicrosoftUDP Application (msocudp)
  298. Please !!! - Microsoft's UDP Application: msocudp
  299. Newbie: How to store data into my object with << ?
  300. Partially specialize a function template