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

  1. Q: Why are there file access modes?
  2. A question about ## vs. juxtaposition
  3. What's wrong with this?
  4. compilation problem... WHY?
  5. operator problem in struct
  6. Creating STL Containers in Shared Memory
  7. how to get the names of the files in a directory on the linux and windows platform
  8. looking for a "tree" class
  9. Best way to eliminate warnings ?
  10. Creating an automatic logger
  11. [C++] strange problem with std::ostringstream
  12. STL sets and MultiSets
  13. How is member initialisation ordered?
  14. How is "static const int" better than "static enum"?
  15. Open Specified Port
  16. Bit manipulation question
  17. linking problem ...
  18. Is it OK to specify a _private_ member function as a friend?
  19. sign of a value
  20. I'm a stupid blond :( Please help me!!!
  21. Template specialisation of class with base class template ?!
  22. Templated Copy Ctor
  23. Smart Pointers
  24. Namespaces in MSVC Dll.
  25. Accept either an iterator or a reverse_iterator
  26. Error while defining char array
  27. From float to std::string
  28. Deleting array allocated with new
  29. bitset assignment
  30. Nested templates explicit specialization
  31. C++ as OOP language
  32. what are these files?
  33. g++ and gcc
  34. preprocessor implementation GURU question
  35. Getting the exception object within catch(...)
  36. solution for max_length_string (?)
  37. template deduction of array size
  38. mixing C++ with C
  39. which program will run better:)
  40. Templates with static member in header file
  41. Is `new classname' the same as `new classname()' ?
  42. How do you know datatype when using Templates?
  43. Converting Fortran module<->C++ structure
  44. Can private methods be overriding?
  45. Is there a class for a dynamicly resizable array?
  46. Integer sizes
  47. Strange Infinite Loop in My Code
  48. friend template doesn't work for MS VC 7.1 ?!
  49. how do I get a Resource ID of a CBitmap?
  50. overloading ! operator for factorial
  51. Garbage collection?
  52. Types defined in std::
  53. Help Please: Making a function template accept a default argument
  54. simple list efficiency question
  55. deleting an object twice?
  56. Removing a node from a binary tree
  57. Null output stream?
  58. ===Welcome to comp.lang.c++! Read this first.
  59. Preferred C++ compiler for Windows
  60. Protected classes within classes
  61. passing a struct
  62. F2C for Microsoft Visual Studio
  63. Cygwin vector problem
  64. ActiveDirectory_and_Ldap_lerner_searchforHelp
  65. =?ISO-8859-1?Q?cout_<<_"=E5=E4=F6"?=
  66. Operator Overlading Problem
  67. typedef not being seen
  68. A different kind of adaptor iterator
  69. User-defined exceptions
  70. removing the cursor from a cpp app
  71. How do copy Strings from a single dimensional array to double dimensional array
  72. zApp and MFC
  73. Memory Leak Error
  74. Utility classes?
  75. VC++ CListCtrl question.
  76. Unable to print function names in stacktrace
  77. Re: how do i access data member from other class
  78. pipe(), fork(), exec(), ... providing input to and capturing output of a child process
  79. How to avoid ambiguous constructors?
  80. images and text
  81. News test !?
  82. look for C++ "Keith Gorlen smalltalk like classes" or NIHCL to reduce memory footprint used by STL
  83. CGI and C++: continual updates
  84. HTML Parser C#
  85. Iterator/pointer arithmetic
  86. Class methods operating on arrays of objects of the same type as itself.
  87. Design problem
  88. STL Question: Safe to use elements after erasing them from the collection?
  89. New training course for "C++ Templates" by Vandevoorde and Josuttis
  90. reference VS. pointer
  91. Concept of nested classes
  92. generating C equivalent from C++ code
  93. access to class members from a Fortran subroutine
  94. std::size_t
  95. mindless: Do you have a good name for a class that...?
  96. using declarations with nested typedefs
  97. value_type of a back_insert_iterator
  98. activation record instances
  99. Retrieving numbers from a string
  100. need some oversight
  101. How to execute / evaluate a string expression? (from newbie)
  102. getting list<string> sort() to use my operator< ??
  103. Typecasting char pointer to structure
  104. Difference between inline initialization and definition.
  105. RTTI?
  106. source code for independent component analysis ??
  107. Problem with textfile
  108. runtime access to program state via a hacked libpq sql interface
  109. Template parameter matching and const
  110. Conversion from double to string (from newbie)
  111. New training course for "C++ Templates" by Vandevoorde and Josuttis
  112. variable type
  113. Object initialisation and constructors
  114. C++ programming
  115. enum fails with using declaration
  116. C ++ programming again
  117. SMTP server C++ class
  118. Webcam
  119. C ++ programming here my codes
  120. numeric_limits<> specialization
  121. unique numbers using srand( ) and rand( ) functions in C++
  122. Composite class problem
  123. Strange compiler error
  124. Q: Allocating memory correctly
  125. C++ link to 3dstudio
  126. Is this object destroyed?
  127. is there a difference between new MyClass; and new MyClass();?
  128. multidimensional arrays (vector)
  129. ncurses help
  130. accessing protected data members of instance of parent class
  131. assignmnet to int form float/double
  132. Homework Help
  133. Sound card input
  134. Question about an extern int
  135. linking problem
  136. overloaded operator new
  137. soundcard input
  138. what is different?
  139. Need help on remove_if
  140. Binary trees
  141. ===Welcome to comp.lang.c++! Read this first.
  142. is const function faster than non-const?
  143. virtual inheritance problem with class template specializations
  144. Is there a temporal object created?
  145. array exception safety
  146. Constructor(?) inside a struct
  147. static_cast vs. C-stype cast
  148. boost::shared_ptr and operator->()
  149. dinkumware 402 linking with g++ 3.x/ _Winit undefined ref
  150. More new MyClass; vs. new MyClass();
  151. S.i considered a variable?
  152. Library in library...
  153. decision tree help
  154. Feeding Time
  155. Wireless Search with Summarized Results/Web Pages, powered by Google!
  156. POD-ness of a type
  157. Reading binary data from file
  158. How to implement a buffer (memory?) pool
  159. How to...
  160. I need some help/pointers/comments to get me started, I am stuck
  161. Borland C++ 5.5.1 CommandLineTools: ilink32 error 128
  162. how does pragma pack work?
  163. About the size of structure
  164. string class question..
  165. What is lvalue?
  166. Why c++ string can't be used in a dll?
  167. About MutipleInheritance
  168. string class question ....
  169. Casting to const.
  170. How to disable debugger-related warnings!?!
  171. Optional parameters in stored procedure call
  172. Access control + overloading + overriding
  173. int to char
  174. Is code generated in this template situation?
  175. using a bitset
  176. Equivalency Semantics, Operator Overloading
  177. Order of evaluation: int a=1, b=a+1;
  178. Need off topic advice still with c++ though
  179. Converting datetimes from/to UTC/GMT including daylight saving
  180. Question about constructors ...
  181. Function objects as parameters.
  182. Function objects as parameters.
  183. STL multi_map entry size?
  184. writing in to files
  185. gets and cin
  186. CryptGetUserKey works in WinXP but fails in Win2000
  187. map::iterator error
  188. using getdate() how can i get todays date in mm/dd/yy format? any sug please
  189. Your preferred books
  190. Your preferred books
  191. std::map copy constructor problem
  192. Can't access WHAT private member?
  193. Portable code
  194. Why does this work?!?
  195. GNU GMP arbitrary precision limitations + question
  196. Changing a variables data type
  197. Fileless C++ environments
  198. oo-problem
  199. stream constructors and derived classes
  200. Online book?
  201. using member data as default argument
  202. usage of undefined class
  203. Creating an object that is read from an input stream.
  204. Do I need delete or delete [] here...
  205. Protecting object data from member functions
  206. template-id 'VISDictionary<const char *, VISNamedContainerTypeCode *>' used as a declarator
  207. Efficiency of map and vector iterators
  208. Am I an idiot?
  209. ambiguity of post-increment and post-decrement
  210. Why is the Base class Constructor getting called twice
  211. Error creating a node
  212. New Programmer
  213. HELP: Floating point overflow (possible OT)
  214. A function that returns a pointer...??
  215. fstream lock question
  216. Class division
  217. Internet Checksum
  218. How to distinguish between Events and States?
  219. (Programming) Various Syntax styles
  220. Two templates with overlap.
  221. memory leaks question
  222. Question About Casting
  223. Legacy source code resources?
  224. ===Welcome to comp.lang.c++! Read this first.
  225. Linking errors. - VC++ - Unresolved external Symbol
  226. direct access to hidden variables
  227. ISO/ANSI C++ Standard copy
  228. Help for C++
  229. Design question: interrelated classes
  230. Casting to a 'different' class...
  231. What modules are available for Http connections in C++
  232. Function pointers problem
  233. changing char value
  234. ofstream is_open
  235. C++/ UNIX/ CONTRACT/ IN
  236. recursive function help (pls)
  237. load bmp
  238. error 2666?
  239. Scope Resolution Operator
  240. implib from dll
  241. MSVC7: Comdef.h(266) - missing ')'
  242. Recursive Function Help (pls) pt 2
  243. Serial port, dlportio and Win2000
  244. Mysql with C++
  245. Using Class Templates
  246. signed/unsigned..?
  247. implib for mingw
  248. Re: Passing &quot;classtype&quot; as &quot;this&quot; argument of&quot;class member function&quot; disc
  249. Questions about Getting const_iterator out of iterator class
  250. C++ to Delphi conversion help required