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. where does /return value/ go?
  2. Interface classes
  3. Problem with sorting a vector
  4. don't understand the STL source code!
  5. searching for global extrema
  6. Different Variables Use Same Memory
  7. OT: Stern Environmental Review, a British Government Report published Online
  8. STL map
  9. bit operators
  10. problem on saving object relations.
  11. Unix: advanced c++ debugging techniques
  12. type safety and reinterpret_cast<>
  13. virtual function
  14. STL and local structs: Is this valid ?
  15. header files revisited: extern vs. static
  16. inline class functions in separate file
  17. A n00b.
  18. copy constructor
  19. pointer past end of buffer
  20. useless design pattern
  21. Stroustrup ch2 section 2.3.2 example
  22. pointer to member function as a template parameter
  23. Specialization of a method from an imbricated template class
  24. basic_stringstream with unsigned short
  25. basic_string with unsigned short
  26. basic_stringstream with unsigned short
  27. operator+
  28. reading files in VC++ 6.0
  29. C vs. C++ and C compiler optimization question
  30. Resource question
  31. smart_ptr question
  32. Threading in C++
  33. copy string[] to vector<string>
  34. new/malloc & free store/heap
  35. Simple Iterator question
  36. Break ifstream input into words?
  37. file processing problem
  38. what's wrong with this strtok_r()
  39. Online Source, Book for Reference purposes
  40. help with function template and using size of
  41. cin.ignore... better way wanted...
  42. Using Lists to do a selectionSort function
  43. Unexpected result messing around with own binary search
  44. how can I create a system process
  45. service and process question
  46. Difference between operator and function
  47. C++ Best practices, OOD, Linked List
  48. how to dinamically allocate memory for two dimensional array?
  49. Confused with passing values through classes ?
  50. returning value from constructors
  51. partial specialization on std::vector
  52. ===Welcome to comp.lang.c++! Read this first.
  53. Explicitly calling constructor
  54. dynamic_cast for down casting from base to concrete type
  55. Re: More memory space needed for an Enum
  56. More memory space needed for an Enum
  57. how to add a ".0" to ostream floats
  58. How to find dependent dlls for am exe?
  59. Large Object within Pointer to Function & Switch
  60. modulus etc
  61. What's wrong with this program using template?
  62. Student assistance requested.
  63. Help with delete operator and destructors (code attached)
  64. std::istream::readsome
  65. Templates and structures
  66. What's the best way to create c++ objects from string names on the fly?
  67. formatting with int
  68. User inputted length of an array without an extra variable.
  69. ctype.h & using namespace std
  70. Opening a File
  71. hash table memory question
  72. doubt on traits with memchr and memcmp
  73. Garbage Collector examples ?
  74. Mixing C and C++ - for the first time - newbie question...
  75. fstream doesn't write
  76. What is Mutex?
  77. accessing data with different views
  78. Metadata information for image and audio files
  79. Memory access violation (only with -O2).
  80. when is sizeof evaluated
  81. Deriving from a templated base class
  82. iterator based plot
  83. Question about size of class
  84. Passing dereferenced new pointer to reference paramter
  85. basic_string with unsigned short - initialization and usage
  86. basic_string with unsigned short
  87. basic_string with unsigned short
  88. Two objects created in a Single class
  89. cycling through a vector?
  90. cycling through a vector?
  91. cycling through a vector?
  92. nice printing 0 not -4.44e-14
  93. pointer to a Class initialization question
  94. allowing header files to call each other?
  95. Yet another template question :o(
  96. Formatting output of floating point numbers
  97. #define together with #pragma
  98. Link error for a static member
  99. Copy constructor for a class that contains a pointer to a base class type (newbie)
  100. #define together with #pragma
  101. #define together with #pragma
  102. Copy constructor for a class that contains a pointer to a base classtype (newbie)
  103. Memory-hogging variables - swap to disk?
  104. New to embeded C++
  105. Overridden method doesn't get invoked
  106. Static members
  107. Pointer to Function
  108. Pointer to Function
  109. NEWBIE QUESTION
  110. memory allocation deallocation ...
  111. Extract 5 bits at a time from a stl string
  112. Inheritance in C++
  113. error LNK2019: unresolved external symbol - cl compiler
  114. i lik to be one among u
  115. How to call C++ dll in C
  116. c++ exception with a non-ascii message
  117. C++ cross referencer
  118. custom ostream for debugPrint purposes
  119. Read file of multiple data types.
  120. what is visual c++? (stupid question)
  121. std::maps
  122. Application logging
  123. Strange problem...
  124. use of namespace
  125. for vs. while
  126. Bool expression
  127. max_element with binary predicate
  128. Why is stream fail() bit set?
  129. error: ambiguous overload for 'operator <<' in...
  130. Templates and Interfaces
  131. auto_ptr correct usage
  132. Incrementing using ....
  133. Code Hangs with CTabCtrl in _AfxRemoveDefaultButton
  134. Inserting into std::set
  135. Using an Initialized member in a function
  136. warning C4267 and warning C4996
  137. private bool function
  138. How to get the bit after shifted?
  139. Extend an enumeration
  140. how to understand the syntax int i(val)?
  141. Binary Tree - Depth First Search
  142. How to effectively represent and Increase MAC address
  143. wstring usage
  144. icc vs g++
  145. Which STL templates to use?
  146. boost regex format string
  147. conditional compilation
  148. NTGraph problem
  149. MMU and vtable
  150. MMU and vtable
  151. Which to learn first: C or C++?
  152. macro vs. template???
  153. I can't get STL pair to work
  154. Interface constraints using templates
  155. Read only access to members
  156. CFileException::generic
  157. shared_ptr efficiency problem
  158. Which to learn first: C or C++?
  159. Rationale behind copy semantics in STL containers.
  160. learning Modern C++
  161. Opaque pointers, templates and ABCs
  162. brakets aloud in a file name or path?
  163. ===Welcome to comp.lang.c++! Read this first.
  164. // comments following a #define; issue or not.
  165. for_each and function adapter help!!!
  166. Accessing member variables post template inheritance
  167. Come si implementa in c++ il prodotto di Kronecker
  168. enum used in multiple compilation units
  169. IDE seems to be confused about classes
  170. Re: Big Bertha Thing blogs
  171. setting file access rights
  172. Hi
  173. c++ graphics on windows xp
  174. Virtual Inheritance Ambiguity
  175. Include implementation file in in the header file for template class
  176. Time analysis
  177. compiling templates
  178. if Constructor can be used to initialize ...
  179. Error: __thiscall CNode::~CNode(void)" (??1CNode@@QAE@XZ)
  180. Member, Class, Inline: Initialization question
  181. parsing large text file and pairwise comparison
  182. Which to learn first C or C++?
  183. Which to learn first C or C++?
  184. getfiletime
  185. Experimental only: Pointer copy consturctor does not work
  186. Template template parameters
  187. Which if faster?
  188. Strange problem when using C++ Class
  189. Accessing physical memory using C++
  190. how to clear buffer TRACE uses
  191. A program of the using directives for the nested namespace.
  192. What does this mean? Any help appreciated!
  193. ifstream in Solaris acting strangely
  194. a snippet of c++ code, i can't find the error?
  195. Magic about auto_ptr !!
  196. i++ and ++i when the ++ operator is overriden
  197. COM typedefs
  198. Valgrind: problem opening proc/self/maps
  199. Remove suffix from string
  200. Binary operator
  201. what does this line mean?
  202. sizeof struct
  203. please give me an advice
  204. a easy question about read and print
  205. vector iterators
  206. Initializing an array of a structure to default value, does compiler do a loop to initialize?
  207. READ THIS AND THINK ABOUT YOURSELF
  208. a basic question about Object, Object&
  209. return value by reference
  210. STL List iterator
  211. HELP ! with C++
  212. Error compiling template based class
  213. calling a function contained in a dll
  214. Mirroring template instantiations
  215. Newbee question : confused about Typedef
  216. Query about const member function
  217. Question regarding a container of objects
  218. hello
  219. About Standard Template Library
  220. Split class over 2 files
  221. Return C-style string from function?
  222. c++ standard
  223. Parameter evaluation order on operator invocations
  224. C++ Templates
  225. error: invalid use of nonstatic data member
  226. which STL container do I need for storing a 2D-array?
  227. Problem with functor in g++
  228. help me to test how can more simple for this C++ answer
  229. C++ program for solving any 9x9 sudoku.?
  230. 2D Array
  231. VARIANT type
  232. how to declare a friend function that can access two class
  233. Runtime error - _CrtIsValidHeapPointer(pUserData)
  234. overloading operator
  235. floor or ceil for integer division
  236. Where does everyone BUY/SELL PC's/MAC's at????
  237. having trouble with reading in file word by word with link list
  238. Lots of string compares
  239. Deep and shallow copies
  240. n-ary tree
  241. compile-time reflection on enum types?
  242. [STL] [Maps] operator[]
  243. data file input
  244. Pointer to Pointer
  245. question related to stl vector and boost::shared_ptr
  246. College degree or not
  247. How to simulate the mouse control?
  248. '$' character (and others) within identifiers
  249. How to install Borland Compiler?
  250. A very nice free browser to try...