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


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

  1. I need in initialization list/constructor in abstraction
  2. boost serialization of polymorph classes from DLLs
  3. difference b/w using calloc and new
  4. std::wcout and const char *
  5. explicit keyword
  6. string array v.s. int array
  7. Rationale for 21.3.4p1
  8. SEGFAULTS cant figure it out
  9. c++ strange allocation memory behavior
  10. Why does transform() needs a struct and an operator()?
  11. C# developer leaving Microsoft with some parting words
  12. nameless struct / union
  13. If you'd like to see c.l.c++.crossplatform
  14. Repeating template parameter
  15. borland builder - putpixel
  16. Anyone recommend some advance topic?
  17. STL implementation of bool intersects(first1,last1,first2,last2)
  18. Function pointer
  19. JPEG library
  20. Function pointers
  21. FIFO buffer with fast lookup
  22. [Compiler limit : linkage specifications nested too deeply] : How tosolve this one?
  23. Timer Q
  24. Deriving from StreamBuf - input buffer
  25. How to make a CString to 2 lines?
  26. How can I send "this" pointer to another Instantianted class...
  27. Stack, Tree, List and Qeue... how i implement one of them?
  28. Is it possible to link LIB files using a GNU g++ compiler/linker(e.g. mingw)?
  29. virtual destructor problem
  30. problem in code running on msvs2008 c++ while same logic runs fine onturbo c++ 3.0
  31. self destructing programs
  32. default constructor
  33. final class
  34. How to create two-column list box in Visual C++ without MFC?
  35. exception catch
  36. .NET Remoting - host do not free remote objects alocated memory
  37. exception throw and handle and resume
  38. type_info
  39. initilizing char to null or blank
  40. Inheritance guidelines.
  41. Problem with function lookup and inheritance
  42. std::list of C-style arrays
  43. How to obtain iterator to beginning of inserted elements in list
  44. How to print virtual table
  45. linker errors because external code is header-files-only
  46. Nested friend class in nested template problem
  47. Problem with gethostbyname - can't find any!
  48. Difference in code size between x86 and mips
  49. 0x0 outputs as 0 instead of 0x0
  50. The right way to include Boost library.
  51. C++ library to render HTML file
  52. autocorrelation code for full signal
  53. Pattern to avoid circular reference?
  54. What is the different between c++ call convention and c callconvention?
  55. write
  56. invalid covariant return type
  57. formating a double value does not work as expected
  58. Define friend operator << for class template.
  59. ios output width
  60. using c++ features in extern "C"
  61. ostream_iterator less useful than it could be
  62. Am I the only one mad here?
  63. A question about operator overloading?
  64. Is this code to find an int in a string okay ?
  65. compiler error
  66. simple? sequence issue
  67. Command pattern problem
  68. Create a functional HTTP/1.0 server.
  69. add sound with wmv file
  70. wchar_t to char[]
  71. template: no matching function call. Converting const value to constreference.
  72. Class members that MUST be initialized by temporary objects in amember initialization list
  73. Evaluation order and operator precedance
  74. Vector erase dumps core when vector size is 2
  75. deriving a class - extending enum
  76. RFD: comp.lang.c++.cross-platform
  77. Reading/writing a string problem
  78. c language
  79. Access static member variables
  80. How to define a this particular type?
  81. query on design of classes
  82. static functions for callbacks
  83. Struct or class?
  84. What use do you have in using constants over variables?
  85. Can a static member function access non-static member?
  86. What is the Cost of Visual C++?
  87. vector return by value: on stack?
  88. c++ calling c functions
  89. Displaying Non-ASCII Characters in C++
  90. Swapping a single pointer item in vector?
  91. Questions on implementing a floating point bignum package
  92. strange test question
  93. array of reference?
  94. Thinking in C++
  95. compilation error
  96. msvc compiler
  97. Array of Base Class Pointers (Templated)
  98. How to edit a random position of a file with fstream apis?
  99. operator= function
  100. Passing pointers to methods - all of it this time!
  101. Passing pointers to methods.
  102. doubt on - C++ FAQ Lite - Item [14.5]
  103. compile error about member variable initialization
  104. class declaration versus class header #include
  105. need for friend function
  106. How to call a function just using a string?
  107. return value optimization
  108. undefined reference error while linking..
  109. classes containing operator() for std::sort, and virtual functions
  110. how to achieve thread safety at element level in STL data structureslike hash map, vectors
  111. C++ source code to generate sparse matrices.
  112. C++ HTMl Encoding/Decoding Library
  113. OT:MSDN broken?
  114. function prototype
  115. msvc vs minGW
  116. Pointer to Function Failed
  117. STL: Could you make this snippet more efficient
  118. what are the include files?
  119. Eight-byte alignment
  120. explicit call of constructor and destructor
  121. category tree recursive method
  122. derived class pointer to base class object
  123. operator * of iterator
  124. file read problem
  125. why no ambiguity error generated
  126. for_each function and operator()
  127. const object declaration
  128. SDL_ttf bug causes segfault for weird reasons
  129. where does the visual studio project directory configuration saved?
  130. MSDN for_each sample
  131. [NEWBIE] Initialization of an array with a runtime determined size
  132. Seeking tool to show source file dependency
  133. What will it do?
  134. Dealing with string encodings
  135. Passing a parameter to a thread (boost)
  136. Array of Radio Buttons
  137. how libraries work on different platforms
  138. reading data type
  139. Suggest me a good laptop...
  140. What can pointers do that other things can't do?
  141. Book - Design Patterns, in C++
  142. Include guards and inclusion order
  143. boost::shared_ptr - NULL
  144. How long should last a thread???
  145. pure virtual member functions
  146. Looking for tutorial C++ source code (standard)
  147. question about copy constructor in auto_ptr
  148. static member variables
  149. references as null
  150. extracting PI value from cmath
  151. about unary_function
  152. Can you spot anything wrong with this class/structure?
  153. 'access private member' error
  154. breaking template parameter dependence
  155. Fancy template expressions
  156. user-defined conversion combined with argument-dependent lookup
  157. Class function
  158. C/C++ on UNIX Developer required in Woodmead, Johannesburg
  159. return a reference
  160. C++ to UML
  161. runtime library option
  162. sizeof(myOwnObject) incorrect
  163. global const variable being local to a file by default
  164. design criticism
  165. gdb error: Previous frame inner to this frame (corrupt stack?)
  166. Re: Calling Class Constructor from Another Constructor
  167. Global Arrays
  168. Find error
  169. volatile keyword for C++ member functions
  170. Can I delete a static pointer?
  171. deriving from ostream - Logger
  172. String streams and operator << misbehaving
  173. Is there any way to provide a custom destructor/destroy function with
  174. Linux Bloodshed C++ IDE Installation Package
  175. Overriding overloaded functions in base classes
  176. Alignment of variables in structs
  177. Difficult template specialization
  178. Understanding how to design STL-compatible iterators
  179. Dereferencing std::auto_ptr to invoke a member function
  180. conversion operator - beginner's question
  181. comma operator
  182. Hello World Program
  183. about dynamic_cast<>()
  184. Question about "substitution failure is not an error" concept, SFINAE
  185. Is there anything like JavaBeans in C++?
  186. manifest file
  187. why copy ctor not called
  188. C++ multithreading learning
  189. STL Map iterator compilation error
  190. Base class parameters called on Derived class: behaviour
  191. Is there any such option?
  192. sorting a vector, functors, and std::binary_function
  193. Is the C++ part of VisualC++ a misnomer?
  194. Simple textbook example won't work: bug or feature?
  195. QT + Some IDE
  196. Changing map keys (no reordering of keys)
  197. Unknown exception occured for pthread_exit()
  198. Probllem related to recv() function in winsock.h header fle
  199. initializing a member pointer
  200. joining
  201. Hi Friends, There is an opertunity to work with CSC,"ComputerSciences Corporation"
  202. scope question
  203. shared_ptr and incomplete types
  204. unresolved external symbol __security_check_
  205. can not find MSVCR80D.dll?
  206. A constructor calling another constructor (default constructor)?
  207. Advice on writing portable C++ application
  208. (OT * 0.5) Cppunit
  209. linkage of static and inline functions
  210. Framework for iterating over product types?
  211. comparisons errors
  212. C++ compiler errors (OS X, QT)
  213. Screenshot
  214. Replacing a quote by a "\n" ...
  215. pure virtual function with unspecified parameters?
  216. code duplication in template specialization
  217. Is there such thing as invalid floating point ?
  218. newbie-question: networking
  219. Problem with type hiding (and user survival)
  220. Passing array argument to constructor
  221. simple inheritance question
  222. why std::sort take no template parameter to swap?
  223. Is an exception specification needed if the method throws and catchesits own exception?
  224. Computer to Computer Video teleconferencing software with encryption
  225. std::sort
  226. Proper union use
  227. Graphic libraries
  228. extern
  229. overloaded methods (error)
  230. how to access the keyboard ps/2 port directly?
  231. inner class accessing outer
  232. question about older mamer program compilation , written in c++
  233. how to disable 'note:' indication
  234. error on operator <<..while compilation
  235. Can not read unicode Excel file
  236. How to find number of times certain conditions happened in an array?
  237. Dynamic class loading
  238. Swap two integers without using temporary variable
  239. string array vector inside a class?
  240. What does run-time support exactly mean?
  241. typedef and data member declaration
  242. default ctor
  243. error while compilation .
  244. boost:shared_ptr cast problem
  245. New Platform
  246. typedef scope problem
  247. entry point of application
  248. question about arrays, structures, functions
  249. initialization of function argument
  250. CodeGear C++ Builder 2007 default save directory
  251. Binary search tree
  252. copy constructor
  253. asio library
  254. Pattern for "make"-like dependencies between objects
  255. input formatted file
  256. Print whole string In GDB
  257. me
  258. need C++ developer with MFC (only citizens and Green card).
  259. #, ## preprocessor operator weirdness with g++
  260. compiler error
  261. lists
  262. Can I avoid the use of arrays in this situation or do I have to usethem?
  263. elapsed time 0 with std::cin
  264. Wireless networking: Portable Library
  265. Template Specialisation
  266. SysAllocString
  267. Why the std::search(b, e, b2, e2) use Forward Iterator?
  268. Desctruction of objects inside a static nested map holding pointers
  269. explicit ctor in vector
  270. Project report requirements
  271. copy vs direct initialization
  272. inline and ctor
  273. C++ Programming and Development under Eclipse?
  274. counting input words
  275. question on - delete [] ptr
  276. Tokenize string, homework
  277. Pointer to a template function
  278. interview question (easy or hard?)
  279. Need for a new newsgroup? comp.lang.c++.portable.highlevel?
  280. is there a way to tell the compiler that an object exists in adifferent translation unit?
  281. Syntax issue (string, QString) - invoking constructor?
  282. Creating a menu system with standard C functions
  283. COM port communication
  284. for loop termination
  285. my method to optimize application startup performance
  286. can not print a <pair>
  287. Vecotor of Pairs
  288. Rounding double
  289. Typedef'ing a subtype of a template
  290. Call Wrapper Class
  291. string operations
  292. vector, get index from iterator
  293. c/c++ text searching engine library
  294. need you
  295. array of references
  296. assert vs. std::logic_error?
  297. Undefined behaviour with Non-static, non-polymorphic + null pointer?
  298. Define a mapping from class types to strings?
  299. beginner's question on reference variable