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. Need to View the contents of an EXE file
  2. ofstream
  3. cout
  4. CC and K flag
  5. How to random read/write the file in fstream?
  6. Return stdin to keyboard
  7. ANN: C++ string library expands platform and compiler support
  8. how to swap with pointers ?
  9. struct searching
  10. successor function for STL lists
  11. Assignment Operator with auto_ptr
  12. Assignment Operator with auto_ptr
  13. Disable a VC7 error
  14. newbie Question on Templates
  15. ERROR: storage size of 'tzp' isn't known
  16. Please Help: problem using char[9] as key type of map
  17. q: static variable initiaization
  18. access to member array via public members
  19. efficiency of vector::push_back?
  20. C++ and Interfaces, Multiple Inheritance or Composition?
  21. free xml to c++ binding tool
  22. Thunking
  23. How to check memory leak in C/C++ programs?
  24. Posix Thread : C++ : poiinter to Member function
  25. Earn money searching the Web. It really works.
  26. Lock free thread safe smart pointer based on double linked list
  27. free xml to c++ binding tool
  28. GRETA and STLPort?
  29. Hashmap copy constructor
  30. Route table changing application
  31. Inheritance
  32. Can't get this static class linked.
  33. how do I link vftable?
  34. The ideal factory
  35. template problem
  36. How to extract the key name in hash_map
  37. Sending binary data to stdout
  38. CString
  39. Built in type inheritance.
  40. Subject: C to JVM compiler (AMPC)
  41. Simple crypto library
  42. prefix vs. postfix
  43. Diff btwn Function overloading and overriding
  44. Self id of object array
  45. URL in C++
  46. STL
  47. need to know the container category
  48. operator+= question
  49. c++ compiler
  50. Howto obfuscate OBJECT code (and not source code)?
  51. STL and Handle body pattern
  52. API Design
  53. Compiler options for 16-bit DOS applications?
  54. g++ and locale on Solaris 10
  55. Matrix multiply code
  56. std::getline
  57. ===Welcome to comp.lang.c++! Read this first.
  58. STL, Handle-Body,templates
  59. implementation of queue in c++
  60. map : iterator increment/decrement code
  61. How to force 'inline' with GCC or ICC
  62. operator<< in a template class
  63. STL and some Template
  64. Initializing Object References...See Example Code!!
  65. const string which cause segmentation fault - any way to detect this bug during compile time?
  66. formatting floating numbers into 7 digits?
  67. core-dump with list copy
  68. Recursive construction of derived classes.
  69. plz tell me how 2 find GCD(greater common diviser)
  70. A function for a generic STL container
  71. Having trouble with my queue.
  72. Client/server Multicast API
  73. calling base class destructor implicitly from derived classes
  74. Re: The world is really unstable these days......
  75. can't find third-party C++ library
  76. boost program_options link error
  77. Accessing static data member through a method of destroyed object
  78. Linker Errors - symbols pointing to templates not resolved
  79. What does it mean const() after function declaration
  80. How can be added an annotation text box to points of a chart series?
  81. Generating licence key & expiry date from C/C++
  82. simple reference question
  83. How to interate map
  84. Member functions inside structure blocks?
  85. Standard for returning character arrays?
  86. DAMAGE: after Normal block (#45)
  87. Doubt with auto_ptr_ref
  88. question regarding header files
  89. Qs on 'late construction' and operator >>
  90. how to link static library to another static libraries
  91. It seems gdb can not work well for c++ program
  92. Virtual functions --- Explain me.
  93. return static multidim array
  94. Public Data in Private Class or Private Data in Public Class?
  95. Just a liitle question abou VC++ and MFC
  96. template
  97. type t determination - operator << and >>
  98. benchmark to calculate the time of each memory access
  99. Re: how to make a static function a friend of a class
  100. more template problem
  101. Sharing a trivial static_assert meta-function, any comments?
  102. STL problem
  103. typename liability for inherited typedefs
  104. namespace templates
  105. Forward declarations and inlining
  106. C++ code war programs !!!
  107. Static library Vs. Dynamic library
  108. Anyway to extract properties and interfaces provided by any object.
  109. "virtual outside class declaration" and "declaration does not declare anything"
  110. STL function REMOVE doesn't work
  111. redeclaring (pure) virtual functions in derived classes?
  112. Porting from Visual Studio to Borland Command Line Compiler
  113. Templated compositors
  114. Proxy classes
  115. What would be the output? and Why?
  116. explicit instantiation of template methods of template classes
  117. Some strange behaviour of printf.
  118. speed up
  119. what's wrong with this helloworld program?
  120. When to use #include <> and #include " "
  121. g++: 'const' qualifiers cannot be applied to...
  122. Write short to file in binary format
  123. about istream_iterator
  124. statically link with third-party C++ libary
  125. derivation of a template class
  126. inlining and function static variables
  127. Foward iterators
  128. Identifying char * vs char[CONSTANT]
  129. static_cast, inheritance and more.
  130. OMG Lightweight Log
  131. match char* to enum
  132. gcc doubt + how errors are handled
  133. A basic C++ question
  134. Is there any good introduction books on C++multithread programming
  135. template argument required
  136. Re: base class destructors and unary_function
  137. operator overloading in templates
  138. Newbie question on vectors of pointers
  139. Default constructed random access iteratators
  140. Q> How can I pass a value through CREATESTRUCT in MDI applications?
  141. help understand source code in charpter 14.4 of accelerated C++
  142. graph/chart api?
  143. subscript operator overloading
  144. xsd (XML schema) to c++ code
  145. default value with reference variable
  146. Recommended practise for exceptions specifications?
  147. Explanation requested for this speed increase
  148. throw()..clarification
  149. alternative to casting to derived type
  150. Problem using new
  151. Re: ostream constructor behaviour
  152. Libraries Dependencies
  153. To use a pointer or not.
  154. std containers and memory
  155. using namespace
  156. Re: ostream constructor behaviour
  157. STL Container to use?
  158. unicode
  159. Is A.func1(param1).func2(param2.)func3.(param3) legal ???
  160. ===Welcome to comp.lang.c++! Read this first.
  161. socket in C++
  162. assert to exception : what is the scenario
  163. problem with testing method with STL
  164. Invoking templatized base class constructor from templatized derived class constructor
  165. volatility and extern "C" functions
  166. Enum and string // variable from string
  167. gcc3.2.3 : exception caught, but still segment fault
  168. STL list in a wrapper class
  169. Nested class definitions
  170. Sets and level order iteration.
  171. Ask about: C++ IDE for Linux
  172. map iterator
  173. Calling a funciton implicitly ?
  174. function create at runtime
  175. Detection of enum as template parameter
  176. Instansiating an object
  177. explaination need for if such a qualifier appears at the outermost level of the parameter type, it is simply ignored:
  178. Which (free) concurrency library can you suggest me?
  179. why List<ColorPtr> error2; is not corrent?
  180. ODBC link-time error
  181. example for define an ordinary function needed.
  182. deep and shallow copy
  183. Importing a DLL function
  184. getting value from listbox
  185. heap vs stack memory
  186. why won't this work after 158th position? get()
  187. Protecting files
  188. Namespace in a typedef
  189. Calling functions from cast operator
  190. ar and library
  191. Passing pointer to member function to different member function that then calls for_each
  192. What is "incomplete type?" (compiler error)
  193. hiding #define and const string value
  194. map iterators -- Circulators?
  195. Placement new and templates
  196. Very strange error
  197. compiling a c++ class library
  198. looking for c++ for MacOS
  199. Can I call the function in this way
  200. urgent help in Qt required
  201. Which is more efficient:STL:Set or array?
  202. Any good tutorial books on mySQL and C++ interface
  203. need help with stl lists
  204. Iterating through multi_array_ref like a C-array
  205. convert fortran real to...
  206. hash_set: problem with hash function?
  207. C++ exception handling : impacted by gcc optimizaton level?
  208. Binary search tree and Dictionary
  209. should it be member function or not
  210. Accessing a Meber function through a pointer to a class
  211. Making .lib file from C++ file ??
  212. unicode text file
  213. copy construktor
  214. copy constructor
  215. more copy constructor when returning value
  216. XML server for XUL application
  217. exception handling within initialization list
  218. Order of evaluation
  219. Sound Triggering
  220. Assign class memer in body of constructor
  221. Evaluation of expressions
  222. LEDA compilation problem
  223. global variables
  224. Advice on input organisation
  225. temporary object
  226. Template matching with inner classes
  227. Assigning floats using precision (funny example)
  228. Implicit typename, typedefs, and inheritance
  229. Enums reference in C++
  230. Here it is. The smoking gun.
  231. Empty class declarations
  232. can I do "delete &reference"
  233. What is the data structure & algorithm that is fastest searching & sorting.
  234. dynamic_cast to find out the deleted pointer
  235. Program Closes
  236. I need a programmer
  237. some stuff about Qt + urgent help
  238. a question about understanding some piece of text from a book
  239. VC++ .NET 2003 Output Window
  240. Assignment operaor
  241. C++(object oriented) source codes of applications designed for embedded systems
  242. What is the use of namespacename::classname().function()
  243. enum question
  244. Dvd audio track
  245. ANN: coutf library (alpha)
  246. global namespace
  247. namespaces
  248. Strange VC 6.0 compiler problem
  249. output iterators
  250. exceptions