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. casting int to char
  2. ADT classes
  3. Stroustrup "desk calculator" chapter 6
  4. malloc and new
  5. Why this code can't be compiled??
  6. inheritance first go
  7. assign const_iterator to const pointer
  8. define a copy constructor in a class having data member as an object of another class
  9. Does boost's regex lib support the lookbehind feature?
  10. forward declare member function so that it can be friend function
  11. string convert to function name
  12. Dev C++
  13. Stroustrup 5.9 exercise 13 (creating a structure)
  14. Stroustrup 5.9 exercise 12
  15. Stroustrup 5.9 exercise 11
  16. also an inheritance problem
  17. A easy problem about Polymorphic
  18. How does a GC compute the root set?
  19. conditional structure vs. function pointers
  20. Hello everyone
  21. Default template argument in a function: reasonable but disallowed
  22. STL derived class : parse list from inside
  23. C++ standards for thread management
  24. knowing if a template parameter is a pointer
  25. retrieving openmode from a stream
  26. "Safer" assert?
  27. convert from string to char array
  28. std::string title case
  29. Why operator<< should be friend or global, non-member function.
  30. Worrying Prevalence of K++ Compilers
  31. variable initialization results in "unhandled exception"
  32. ===Welcome to comp.lang.c++! Read this first.
  33. Compilation error in template code from Modern C++ design
  34. STL list related
  35. Stroustrup 5.9 exercise 9
  36. class initialized array
  37. Using same source for different apps
  38. C++ STLPort 5.0.2 ,new, vector
  39. Stroustrup exercise 7 section 5.9 (using struct)
  40. Stroustrup exercise 7 section 5.9 (using arrays)
  41. help for inheritance problem
  42. any suggestion please
  43. Stroustrup 5.9 exercise 6 (char& as argument)
  44. Stroustrup 5.9 exercise 6
  45. Problem with template class
  46. offsetof( ) macro
  47. sizeof character constants in C++
  48. confused between declaration & definition
  49. .Exe with Visual Studio 6.0 (C++)
  50. stringize variable name
  51. how to avoid ftol
  52. Returning a pointer from a class.
  53. callbacks using function pointers
  54. Stroustrup section 5.5 "vector of struct"
  55. Is it safe to refer to function-returned values?
  56. recursive function for the bear game
  57. o notation
  58. memory leak with a thrown exception
  59. Passing a class by reference ??
  60. catching assertion error
  61. terminate called after throwing an instance of 'std::bad_alloc'
  62. Help with Vectors
  63. Compiler supplied assignment operator and references
  64. Hidden Installer
  65. A smart pointer and type forwarding
  66. typedef of template classes are always default constructed?
  67. Menu handle program
  68. const against non const pointer
  69. o-notation
  70. idea request: generic function logging
  71. Generic collection class in C++
  72. Class member functions confused as Macros
  73. problem on hiding console window
  74. Template specialization for vectors of any type
  75. Friending an inner class to a templated class
  76. why the efficiency between debug and release version differs so much(VS2005).
  77. line numbers in IDE
  78. reverse engineering visual c++ 6.0 source code into UML
  79. breadth-first traversal
  80. ways to delete the element in between with vector?
  81. function of 2d array
  82. RWCollectable Replacement
  83. C
  84. A basic doubt on VPTR and VTABLES
  85. get integer values using ifstream error.
  86. nth_element() not compatible in VS2005
  87. Initialization of const objects.
  88. cout2,
  89. MS Studio
  90. Viewing BGL Graph
  91. STL map class ordering
  92. how to read a Unicode file
  93. using nested for loop, workin with displaying prime numbers
  94. Sticky problem with collection class
  95. dll file problem
  96. Designing a property system
  97. Templates questions
  98. Passing member function pointers are template parameters
  99. Parsing a string into integers using istringstream
  100. JFace for C++?
  101. memory offset of member variable within class
  102. Templated friend function can't access private members?
  103. Problem with function selection in templates
  104. Looking for C++ book recommendations
  105. Where to put typedef std::map<key,val>....
  106. Is an incomplete initializer good form?
  107. Generic Pointer Type
  108. Defect Report : numeric_limits::is_modulo insufficently defined.
  109. New C/C++/OpenGL Software Tutorial
  110. Good way for error generation on template instantiation
  111. How i can make compatible vc7 with vc8
  112. Creating Windows service using C++ in non-CLR env
  113. How to use VARIANT??
  114. Why is this not allowed anymore (anymore being with a more recent compiler)?
  115. STL Map in which the value type has no default constructor
  116. Private enum in class
  117. Learning Compilers using C++
  118. will it leak?
  119. on cout,
  120. getline(cin, string)
  121. Invoke New Handler
  122. Power calcualation once more :(
  123. Strings C++
  124. Remanent - tworzenie nowej bazy od podstaw
  125. How can a Vector class be optimized ?
  126. Async / sync class design question
  127. Problem running vc++ code with gcc
  128. strcat syntax with int and char
  129. complex inheritance
  130. Stroustrup 3.7.1 - "vector"
  131. a question on c++ preprocessor
  132. Customizing structure with policy classes
  133. ===Welcome to comp.lang.c++! Read this first.
  134. Writing Struct to File doesn't work - what am I doing wrong?
  135. sum of the first n odd positive integers
  136. Stroustrup chapter 3 - 3.6
  137. std::stringstream
  138. Exponential output with cout - should be changed....???
  139. hash_set core dump on memory free
  140. QT/Trolltech multiple monitors
  141. Pointer Question
  142. iterating through vector<string>'s.... error
  143. operators & namespaces
  144. Help: datatypes...
  145. " Interviewing Seminar LEADERS; How did I do that ? Faith that's HOW... "
  146. How to overload the new operator for std::complex<double>?
  147. static constant as class member
  148. Information for C
  149. Function Template help
  150. Char*
  151. help on C++/programming interviews...
  152. how C++ implements the dynamic type?
  153. Find/Replace with char arrays without string functions
  154. cout stops working!! #%#$% Student going INSANE!!!
  155. Question about compilers....
  156. partial template specialization...
  157. erase-remove usage
  158. yet another memory leak
  159. How to call Aggregator class destructor?
  160. help with string search
  161. wrapper around data structure?
  162. Calucalting the power
  163. No object definitions in header files?
  164. boost::regex - fail to compile a simple sample
  165. MemoDepot: build YOUR OWN online notes library - anything, anytime, anywhere
  166. Container with pointers
  167. storing iterator in a class
  168. typename usege problem ...
  169. classes and members
  170. malloc and new...
  171. Any implementation for one-many message dispatching mechanism in C++?
  172. Writing better program?
  173. template class and static member variables
  174. Error: no compiler tool is associated with the file extension (*.h)
  175. combine __FILE__, __LINE__, __PRETTY_FUNCTION__
  176. hi
  177. Parsing question
  178. Memory leak detection tools?
  179. sizeof of an instance differ from sizeof of a class
  180. Nested (non-regular) data types
  181. Recursion
  182. vector reserve() and clear()
  183. C++ Event Coding Questions
  184. Avoiding evil macros
  185. sort() function for user defined type
  186. Help with Iterator for templated list.
  187. Declaring double in the scope of a class
  188. Thumb rule for passing arguments
  189. What does the object name represent?
  190. warning: missing braces around initializer
  191. a good C++ editor
  192. inline warning on borland C++
  193. one more question with smart_ptr
  194. How find a number ina list
  195. stl container as default arguments - how?
  196. const ref vs. pointer
  197. The number is odd?
  198. cout true for bool(true)
  199. Singleton without static : possible??
  200. A new approach to specifying typelists?
  201. Help with cd autorun program
  202. Hide the KeyCombination Ctrl+Alt+del
  203. std::vector and operator==
  204. Problem with Circular Linked Queue Program
  205. seek and fgets and fputs fopen
  206. Automatic conversion operators
  207. problem with vector
  208. ===Welcome to comp.lang.c++! Read this first.
  209. HELP!! <please>
  210. Are C++ strings binary strings?
  211. Q: change position of list element without invalidation
  212. how do I find out how many days between 2 days?
  213. could you explain the code from the second header file?
  214. could you explain the code from the second header file?
  215. Virtual Constructor
  216. hash table...again
  217. How to count some repetitions
  218. How to count some repetitions
  219. Is it simple way to create a singleton or is it wrong?
  220. unsigned char* compiler error
  221. faq 1.#QNAN00000000 and -1.#IND000000000
  222. XMLCh and wchar_t
  223. Counting # of single digits with arrays?
  224. Functions having same name return different type values in subclasses.
  225. Searching Multiple Arrays
  226. Out-of-bounds Nonsense
  227. why does this right?
  228. How do I determine if a CPU supports Uniprocessors/Multiprocessors or only ACPI
  229. help upcasting
  230. gcc TR1 support under Windows 2000?
  231. Is (&(*(T*)0)) UB ?
  232. How to avoid repeated names?
  233. remove elements from vector
  234. pointer to function
  235. ABI backward compatibility
  236. f2c's abs conflicts with <complex> abs
  237. memory allocation design problem
  238. Method overloading and inheritance
  239. Is this passing arguments by reference
  240. undefined; assuming extern returning int
  241. Why doesn't this code work?
  242. Precedence of overloaded cast operators
  243. Name mangling Doubt
  244. Execuable protection
  245. Needed - C++ Experience Professionals
  246. How to fetch the class object returnd from C# dll to VC++????
  247. Use memory instead of sockets in IPC ?
  248. Stroustrup section 2.5.1
  249. conversion from one user defined type to another
  250. How to use CPPUnit effectively?