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

  1. binder2nd
  2. Wrapping C code into a C++ object
  3. How can i read a webpage in a buffer
  4. Smart pointer implementation.
  5. implicit conversion of bool to int
  6. Does the following program architecture make sense?
  7. Operator overloading
  8. what 's the precision of 'double'?
  9. Multiple Inheritance
  10. Try, Catch, And Throw
  11. extern usage for template instantiations
  12. is_polymorphic
  13. Compiler error with class templates - please help me resolve it
  14. Something like Reflection possible in C++ ?
  15. Windows screen scrape app using C++?
  16. dynamic memory
  17. Convert const int to char*
  18. Redim an array (new / delete)
  19. Is this a good use of friend?
  20. Wanted: tool to convert code to flowchart
  21. How many derived classes is not too much ?
  22. Variable declaration taken as a function pointer declaration
  23. Try catch in ctor initialization list
  24. For a copy of The Embedded Newsletter
  25. lock file or folder using c/c++ in windows
  26. Sorting a vector of classes
  27. Polymorphism
  28. Casting problem ?!
  29. problem about "default template arguments may not be used in function templates "
  30. Eclipse Plugin
  31. Pointer string assignment problem
  32. How to Solve a Root...
  33. Passing speicifc class elements as arguments without explicitly listing them - is it possible?
  34. problems with extern.
  35. how to avoid reinterpret_cast in this snippet?
  36. recursion
  37. Loading/Saving a structure using <fstream>
  38. Template overloading
  39. std::istream_iterator to read whole lines?
  40. Q about object assignment
  41. syntax error near unexpected token `<bigaf>' - AIX C++ Application Porting from 32 bit to 64 bit
  42. Sequence points
  43. GNU C vs BCC - huge output file
  44. about "++" and "--"
  45. About comma expression.
  46. elementary question about setting up class
  47. Graphic Library
  48. swig python-bcc32 problem
  49. console width?
  50. Syntax of constructors of inherited classes calling the original constructor
  51. Announcement: Release of (X)Emacs CC Mode 5.31
  52. Release/Build Problem - Adding a pointer variable solves it???
  53. a template meta problem
  54. Operator new and POD-struct
  55. Binding local variables to a signal connection
  56. URGENT HELP NEEDED
  57. very basic c++ question hopefully
  58. Help on istream& operator ?
  59. nested classes accessing inherited protected members of parents
  60. Mode?
  61. Cross Platform Compliling
  62. polyphony of average sound card
  63. ePaix: la propuesta mas seria en internet para ganar dinero extra
  64. Reading bits at an offset
  65. how where arrays stored again?
  66. Templates vs Inheritance Literature?
  67. Factory specialization
  68. Seek to the last line in a text file
  69. APOLOGIES FOR JOB POSTING_RECRUITERS DO NOT POST HERE
  70. accessing a hidden variable
  71. ===Welcome to comp.lang.c++! Read this first.
  72. How to disable/enable displaying user input in console
  73. Volatile classes
  74. boost::bind problem in VC8
  75. why sizeof is different ??
  76. Help on C++
  77. Reg. code conversion
  78. design question
  79. gcc compile error about vector
  80. gcc compile error about vector
  81. hi all plz help me
  82. Why does getenv() work backwards?
  83. Simple Decimal class?
  84. choose between script and c++
  85. static variables in class
  86. better precision from ctime? (was Re: Get rid of a (float) cast in timer class)
  87. Re: Can the protected destructor not be virtual?
  88. how to split a string in C++?
  89. help with converting numbers to Charater strings!
  90. C++ interface to a graphics package ?
  91. Assertion failed
  92. Compiler error with nested templates (simple example included)
  93. From String to characters
  94. Calling Com+ From C++
  95. STL: memory allocation
  96. Unexpected destructor call
  97. STL: how to convert wstring to string
  98. I need a help in c++ data structure plz
  99. "paste" problem when reading user command from console
  100. Problem: shared object loading runs constructor of a static object, but static linkage does not.
  101. differences
  102. f_locals is NULL inside a method
  103. Isn't a function template inherited ?
  104. cout problem
  105. undef. behaviour in ctor-exc. handlers
  106. _bstr_t behaviour (how it should work in ANSI C++)
  107. Problem with endl in derived streams
  108. How to forward declare a class in namespace?
  109. Class recursion
  110. read / write locks and deadlock detection
  111. problem with simulating typedef templates
  112. Get rid of a (float) cast in timer class
  113. problem with default constructor of global object
  114. anyone feel like programming an OS?
  115. dynamic memory
  116. How to specify dynamic object names ?
  117. problem using C++ classes with AIX xlc Version 5.0
  118. typedefs vs. using-declarations
  119. sometimes crashes
  120. typedef question
  121. rand()
  122. Memory usage at runtime
  123. Protocol template fails in Xcode. Is there a better solution?
  124. ANN: New book - C++ Standard Library Practical Tips
  125. operator new does not accept 3 arguments !?
  126. iterator beyond the first element
  127. fstream constructor
  128. missing return
  129. circular dependency...
  130. leak and void*
  131. Please Help With Linked List Project
  132. Const Friend?
  133. Overload operator << question.
  134. error LNK2019 problem
  135. Even Parity
  136. For Loop Does not End
  137. Help with array medians, modes, and searching
  138. Singleton Null Reference Exception
  139. Returning containers
  140. Why no local functions ?
  141. Question about macros
  142. Need Help with this Program.
  143. sort / vector
  144. #include<iostream> doesnt work in VC++ compiler
  145. Where should global variables be placed ?
  146. C++ Unhandled exception at 0x00000000
  147. Get copy of object from pointer?
  148. Variant return type
  149. CCITT in C++ for AVR
  150. How to include header files ?
  151. is this style good ?
  152. fstream array struct
  153. hi
  154. Very Fast Dyanmic Two Dimensional Array Class for Critical Review
  155. Calling VB6 Dll From C++
  156. getenv()?
  157. problem about compilation of MTL with MS.Net
  158. How to implement reflection in C++
  159. ===Welcome to comp.lang.c++! Read this first.
  160. NEWLINE IN IOSTREAM
  161. Assigning the address returned from new to a reference
  162. [vc6]problem with resource editor
  163. Smart pointers: Conditional initialization
  164. Memory Speed Problem
  165. Order of c'tor call in case of virtual inheritance
  166. how to declare a reference to a boost shared pointer?
  167. how to declare a reference to a boost shared pointer
  168. how do i declare a reference to a boost shared pointer
  169. how to declare a reference to a boost shared pointer?
  170. how to declare a reference to a boost shared pointer
  171. how to declare a reference to a boost shared pointer?
  172. how to declare a reference to a boost shared pointer
  173. Out-of-line template function
  174. Re: Big Bertha Thing blogs
  175. Smart pointers and member function pointers
  176. Inherit member variables?
  177. Operator <
  178. Text labels...
  179. Text labels...
  180. Copy Class from Base
  181. What percent from the windows applications are written in C++?
  182. overloading operator ->*
  183. Unable to find system.h
  184. Help
  185. Tricky pointer problem?
  186. Upcasting ..
  187. running multiple codes
  188. oveloading operators
  189. Assignment operator=
  190. Opening an already Opened file
  191. Where to start on an error?
  192. friendship with nested class
  193. Where to place definations and declerations ?
  194. parse XBase to work with quicken?
  195. Two-Dimensional Dynamic Arrays
  196. STL strange problem
  197. Get pointer of object
  198. Problem creating new posix thread
  199. how to read datas from an excel file
  200. Learning pointers question
  201. Does this look normal to you?
  202. Implementing dirname with C++ strings.
  203. template parameters as friends
  204. Converting float to String
  205. Meaning of this array
  206. struct ?
  207. template help
  208. How To Write Unmaintainable Code
  209. API initialization and cleanup
  210. another visibility problem
  211. Help with a DLL, please
  212. Message Service implementation in C++
  213. Object slicing. How to??
  214. How to Accept Variable number of arguments ?
  215. How to make arrow keymove over the help button in Cpropertysheet in MFC
  216. problem with templates using Sun Forte 7 compilers
  217. List of reentrant C/C++ functions
  218. input problem
  219. null ostream?
  220. Template Function Format
  221. STL :: Set operations on sorted structures
  222. Problem with linker
  223. Read the contents of an audio CD, HELP! PLEASE!
  224. Threads with STL - can I run faster?
  225. forward declaration of classes
  226. ===Welcome to comp.lang.c++! Read this first.
  227. Help with double linked lists
  228. sprintf equilvalent in C++ ?
  229. Can I abbreviate array in C++
  230. Transparent Class Wrapper
  231. Large Function, is it burden ?
  232. Inheritance
  233. visitor woe
  234. Is C++ for me?
  235. why the vc2005 Express edition can't create win32 project?
  236. Having problem with Queues
  237. Common c++ library by gnu
  238. "cannot convert parameter from 'short **' to 'void **'"
  239. Clearing a structure - syntax s = {0} question
  240. binders to members of members
  241. Geodetic Functions in a DLL
  242. Problem with Control-IDs of Windows (c++ and TestComplete)
  243. C++ Property template
  244. Programming Beginner
  245. Neon WebDAV client for WinXP
  246. Neon WebDAV client for WinXP
  247. Neon WebDAV client for WinXP
  248. auto_ptr_ref
  249. performance of c++ programm
  250. delete this, Arrrrrgh!!