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 181

  1. cross platform compiling - gui for linux & windows - what to use? gtk?
  2. In Foucs on C++ exam
  3. Can i pass a function to template?:
  4. == evaluation problem
  5. Unicode
  6. Declaration of a struct inside namespace
  7. Problem with assigning a value to a array
  8. Extending a class template
  9. Templating a typedef or aliasing a template
  10. Synthesized and non-inherited class members
  11. help me
  12. throw from c'tor
  13. Initializing a vector of a vector in a constructor
  14. Deep Copy smart pointer not requiring virtual copy constructor
  15. Now here is something I hate!
  16. ===Welcome to comp.lang.c++! Read this first.
  17. object and class name reference
  18. what mean: const A&a = A() ?
  19. Count string length by recursion!!
  20. Question From a Newbie :)
  21. Runtime error: std::bad_alloc at memory location
  22. uml from c++
  23. Lambda library types as indices in for_each
  24. arglib counted_ptr operator= question
  25. error: `struct A' is inaccessible
  26. Recommendation for GUI for C++ on Windows XP?
  27. switch is not optimized for mapping between enums
  28. A bright note...
  29. How to create a beautiful GUI?
  30. switch is not optimized for mapping between enums
  31. linked list quicksort
  32. enums and namespaces
  33. smart pointer (copy_ptr) as class member
  34. you used it?!!!
  35. IdIcmpClient1 Replystatus?
  36. 3D vector memory deallocation
  37. Lists of synthesized and inherited class members
  38. Inheritance n level deep
  39. About Inheritance and its concepts
  40. Rubbish Output Dev-C Compiler / Program for Binomial Coefficient
  41. repeating intructions in .h and .cpp files
  42. problem with multiple inheritance
  43. multiarray
  44. Auto Vector of pointers?
  45. how many inversions????
  46. Best Way To Copy Complex Structs
  47. [survey] LWG issue 206
  48. Intrinsic Function in C++?
  49. Order of destruction of static locals w.r.t. globals
  50. new-initializers for an array
  51. program with gcc on Windows
  52. manipulating an objects through pointers or references
  53. What the heck?
  54. I want the meaning of this statement
  55. Default reference variables
  56. Deriving from STL containers
  57. sharing resources over inherited classes
  58. Evaluating Preprocessor
  59. ISO IEC C++ standard specification 14882:2003
  60. std::vector and size_t
  61. STL Vector - clear() works for 2D Vectors?
  62. locale and wcin, wcout, wfstream
  63. linker error w/ templates
  64. Please explain this unexpected behavior (regarding return-by-value)
  65. Conversion constructor
  66. n00b class question
  67. order in which files are built
  68. newbie: #define with Italian characters (ASCII > 128)
  69. Template specialization with a template
  70. inheritance problem
  71. Why this program is wrong?And how to improve it?
  72. Solution Guide for Bruce Eckel's "Thinking in C++"
  73. "could not deduce template argument" error
  74. Program to split very large files by line count
  75. Exception safe & Exception Neutral deep_copy smart pointer
  76. Idioms to handle backward compatibility using templates
  77. Implementing an I/O wrapper and Parser (console project)
  78. specialized template function w/compiler error on invalid type
  79. integrate C++ into browser
  80. right shifting
  81. Templates & abstraction question
  82. Ambiguous member function pointer
  83. Template class member function specialization
  84. i need help in ADT clacess
  85. Iterate over a vector of vectors, etc
  86. Iterate over a vector or vectors, etc
  87. casting int to char
  88. ADT classes
  89. Stroustrup "desk calculator" chapter 6
  90. malloc and new
  91. Why this code can't be compiled??
  92. inheritance first go
  93. assign const_iterator to const pointer
  94. define a copy constructor in a class having data member as an object of another class
  95. Does boost's regex lib support the lookbehind feature?
  96. forward declare member function so that it can be friend function
  97. string convert to function name
  98. Dev C++
  99. Stroustrup 5.9 exercise 13 (creating a structure)
  100. Stroustrup 5.9 exercise 12
  101. Stroustrup 5.9 exercise 11
  102. also an inheritance problem
  103. A easy problem about Polymorphic
  104. How does a GC compute the root set?
  105. conditional structure vs. function pointers
  106. Hello everyone
  107. Default template argument in a function: reasonable but disallowed
  108. STL derived class : parse list from inside
  109. C++ standards for thread management
  110. knowing if a template parameter is a pointer
  111. retrieving openmode from a stream
  112. "Safer" assert?
  113. convert from string to char array
  114. std::string title case
  115. Why operator<< should be friend or global, non-member function.
  116. Worrying Prevalence of K++ Compilers
  117. variable initialization results in "unhandled exception"
  118. ===Welcome to comp.lang.c++! Read this first.
  119. Compilation error in template code from Modern C++ design
  120. STL list related
  121. Stroustrup 5.9 exercise 9
  122. class initialized array
  123. Using same source for different apps
  124. C++ STLPort 5.0.2 ,new, vector
  125. Stroustrup exercise 7 section 5.9 (using struct)
  126. Stroustrup exercise 7 section 5.9 (using arrays)
  127. help for inheritance problem
  128. any suggestion please
  129. Stroustrup 5.9 exercise 6 (char& as argument)
  130. Stroustrup 5.9 exercise 6
  131. Problem with template class
  132. offsetof( ) macro
  133. sizeof character constants in C++
  134. confused between declaration & definition
  135. .Exe with Visual Studio 6.0 (C++)
  136. stringize variable name
  137. how to avoid ftol
  138. Returning a pointer from a class.
  139. callbacks using function pointers
  140. Stroustrup section 5.5 "vector of struct"
  141. Is it safe to refer to function-returned values?
  142. recursive function for the bear game
  143. o notation
  144. memory leak with a thrown exception
  145. Passing a class by reference ??
  146. catching assertion error
  147. terminate called after throwing an instance of 'std::bad_alloc'
  148. Help with Vectors
  149. Compiler supplied assignment operator and references
  150. Hidden Installer
  151. A smart pointer and type forwarding
  152. typedef of template classes are always default constructed?
  153. Menu handle program
  154. const against non const pointer
  155. o-notation
  156. idea request: generic function logging
  157. Generic collection class in C++
  158. Class member functions confused as Macros
  159. problem on hiding console window
  160. Template specialization for vectors of any type
  161. Friending an inner class to a templated class
  162. why the efficiency between debug and release version differs so much(VS2005).
  163. line numbers in IDE
  164. reverse engineering visual c++ 6.0 source code into UML
  165. breadth-first traversal
  166. ways to delete the element in between with vector?
  167. function of 2d array
  168. RWCollectable Replacement
  169. C
  170. A basic doubt on VPTR and VTABLES
  171. get integer values using ifstream error.
  172. nth_element() not compatible in VS2005
  173. Initialization of const objects.
  174. cout2,
  175. MS Studio
  176. Viewing BGL Graph
  177. STL map class ordering
  178. how to read a Unicode file
  179. using nested for loop, workin with displaying prime numbers
  180. Sticky problem with collection class
  181. dll file problem
  182. Designing a property system
  183. Templates questions
  184. Passing member function pointers are template parameters
  185. Parsing a string into integers using istringstream
  186. JFace for C++?
  187. memory offset of member variable within class
  188. Templated friend function can't access private members?
  189. Problem with function selection in templates
  190. Looking for C++ book recommendations
  191. Where to put typedef std::map<key,val>....
  192. Is an incomplete initializer good form?
  193. Generic Pointer Type
  194. Defect Report : numeric_limits::is_modulo insufficently defined.
  195. New C/C++/OpenGL Software Tutorial
  196. Good way for error generation on template instantiation
  197. How i can make compatible vc7 with vc8
  198. Creating Windows service using C++ in non-CLR env
  199. How to use VARIANT??
  200. Why is this not allowed anymore (anymore being with a more recent compiler)?
  201. STL Map in which the value type has no default constructor
  202. Private enum in class
  203. Learning Compilers using C++
  204. will it leak?
  205. on cout,
  206. getline(cin, string)
  207. Invoke New Handler
  208. Power calcualation once more :(
  209. Strings C++
  210. Remanent - tworzenie nowej bazy od podstaw
  211. How can a Vector class be optimized ?
  212. Async / sync class design question
  213. Problem running vc++ code with gcc
  214. strcat syntax with int and char
  215. complex inheritance
  216. Stroustrup 3.7.1 - "vector"
  217. a question on c++ preprocessor
  218. Customizing structure with policy classes
  219. ===Welcome to comp.lang.c++! Read this first.
  220. Writing Struct to File doesn't work - what am I doing wrong?
  221. sum of the first n odd positive integers
  222. Stroustrup chapter 3 - 3.6
  223. std::stringstream
  224. Exponential output with cout - should be changed....???
  225. hash_set core dump on memory free
  226. QT/Trolltech multiple monitors
  227. Pointer Question
  228. iterating through vector<string>'s.... error
  229. operators & namespaces
  230. Help: datatypes...
  231. " Interviewing Seminar LEADERS; How did I do that ? Faith that's HOW... "
  232. How to overload the new operator for std::complex<double>?
  233. static constant as class member
  234. Information for C
  235. Function Template help
  236. Char*
  237. help on C++/programming interviews...
  238. how C++ implements the dynamic type?
  239. Find/Replace with char arrays without string functions
  240. cout stops working!! #%#$% Student going INSANE!!!
  241. Question about compilers....
  242. partial template specialization...
  243. erase-remove usage
  244. yet another memory leak
  245. How to call Aggregator class destructor?
  246. help with string search
  247. wrapper around data structure?
  248. Calucalting the power
  249. No object definitions in header files?
  250. boost::regex - fail to compile a simple sample