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. tryed to compile this example... don't understand the error
  2. Need help with Triangles program
  3. The Future of C++ ?
  4. Problem with Modem communication:
  5. Array moving left
  6. boost thread(ing) a member function
  7. Forward declarations of class member enums?
  8. Those crazy Templates
  9. MS.V.Studio??
  10. Need Help to Create a Chess program in C++
  11. pivot framework availablilty
  12. memdiff
  13. rethrowing exceptions: why does this happen?
  14. method type void* (*) (void*)
  15. Doubt with std::vector
  16. MI7 Program
  17. pointers to std::list elements
  18. log4cxx / memory leaks / mfc / visual studio 2005
  19. std::bad_alloc in low memory conditions
  20. static variables in abstract base classes
  21. static variables in abstract base classes
  22. Delegation vs multiple non-const Gets
  23. Assignment operator
  24. how to store pointer adress in a char*
  25. wanted: stream wrapper
  26. TURN 6$ IN THOUSANDS. IT REALLY WORKS!
  27. Formating of floats using iostream
  28. Newbie question about connecting C++ with Java with JNI
  29. mouse/keyboard output
  30. Writing code for a tic tac toe game in C++
  31. Do you think this code will produce any undefined behavior?
  32. Beginner seeking advice.
  33. Parsing an open browser
  34. inheritance and composition
  35. Boost's bind functions
  36. Globals initialization using templates
  37. Exercise
  38. Find the position of an elemant in a vector
  39. Public to Private
  40. Parameters by value...
  41. remove_if and member function pointers
  42. member function with no class name specified
  43. member function with no class name specified
  44. How to build a folder tree structure?
  45. serious doubt
  46. Bug in std containers?
  47. creating user defined header files
  48. how can I forbit inheritance?
  49. C++ Builder 4.0
  50. static class member - access to variables
  51. Can I include ROOT (Cern) libraries in C/C++ programs
  52. Investigating whether I need to use a auto_ptr
  53. Namespace Injection and std::size_t
  54. stl container- vector + polymorphism
  55. uml and c++
  56. Handling Exception
  57. Accessing global variable in a local block
  58. Depending on _XSTRING_ definition
  59. boost::range problem.
  60. Common bitmap for win2k and win xp
  61. No proformance improvement using boost::thread on a Duo Core PC
  62. Derive other function name from __FUNCTION__? And call the function.
  63. Redeclaration error when forward declaraing a structure
  64. Why is there destructor in union?
  65. OpenGL Transforming coordinate frames
  66. Why is there destructor in union?
  67. Why is there destructor in union?
  68. Expert advice needed on C++ errors while doing make
  69. Running code Separately
  70. Workaround for virtual function templates?
  71. STL vector push_backpack
  72. memory usage
  73. using non-default constructor with inheritence
  74. pointers and references
  75. pointers
  76. Error in Sutter book?
  77. curses library - controlling cursor position with consecutive input requests
  78. problem with string&
  79. Template argument deduction question
  80. call_mem_fun
  81. c++ getClass()?
  82. portable fmemopen
  83. adding a bool to a string
  84. macros standard equivalent?
  85. processes and threads: meaning of vesting
  86. ===Welcome to comp.lang.c++! Read this first.
  87. Help creating an executable from a .cpp
  88. Counting down an integer vector from the highest degree (111) to the lowest degree (000)
  89. STL MAP, how to restrict
  90. C++ Internals
  91. a better way to use a const ptr as class member?
  92. Take paramaters as one pointer?
  93. problem need help
  94. Heap allocated object's class constructor throws an exception.
  95. copy char*
  96. Array CopyConstruct as efficiently as possible
  97. member initialization
  98. imbue(locale) and file encoding
  99. Quick question about initializing
  100. Memory-efficient datastructure for sparse matrixes not indexed from 0
  101. char* to string
  102. Convert exceptions in wrapper without using macros?
  103. how to customize compare function of std map class?
  104. "try{throw}catch"
  105. data jam/preserves
  106. Inheritance and Data Access Question
  107. SHuffling a Linked List
  108. combining two vectors
  109. Destructor calling order from function calls different from <Effective C++>
  110. Feedback on my programming style
  111. FILE * and fstream
  112. Specifying platform independent interface without using virtual member functions
  113. Best practises for boost:signal
  114. C++ grammar on function declarations
  115. Learning auto_ptr_ref role in auto_ptr implementation
  116. jihg
  117. static_cast vector<float> to vector<double>
  118. for_each with vector of function objects
  119. class encapsulating reference
  120. unable to read char * strings from a buffer
  121. efficiency of a non-polymorphic inheritence
  122. finding offset of a class member at compile time
  123. Manage web form with libcurl
  124. tools for creating small, practical and portable programs
  125. Strange: Cannot recieve UDP packets that are broadcast on the network.
  126. string extraction
  127. log4CPP
  128. Programmer's mood and their performance
  129. evaluate a string expression in if statement Linux C/C++
  130. Function expecting char*, does using vector<char> gain me anything?
  131. Finding an object in a <set> of pointers to objects
  132. Class method less robust than C function?
  133. gcc "ld: cannot perform PE operations on non PE output file"
  134. Creaing the binary from Makefile
  135. working with arrays, creating a video library
  136. Locales, file parsing and isspace, use_facets etc
  137. Abstract Factory
  138. Visual C++ 6.0 Runtime Error
  139. Debugging when one program calls another
  140. template specialization on void*
  141. compilation problem (port cpp from windows)
  142. [OT] praca oferowana
  143. unsigned char* to CString - problem
  144. copy constructor of std::auto_ptr<>
  145. Bitmap help
  146. elegant error handling in message processors, how?
  147. main(int arc, char *argv[])
  148. enum across objects
  149. trouble accessing into a referenced variable
  150. is 'operator delete' a function?
  151. Generic function Memo-izer template class
  152. Exception handling in Visual C++ 2003
  153. Pointer Dereferencing
  154. to check if the given string is substring using c++
  155. cast string to size_t
  156. Template inheritance and linker error
  157. problem facing while using ostream_iterator
  158. ifstream reading integer problem
  159. referring contents of another container.
  160. question about Partial Template Specialization
  161. trying to concat a filename (newbie)
  162. Assignment error with user defined vector container
  163. Question about overloading the [ ] operator
  164. finish a file
  165. cross platform compiling - gui for linux & windows - what to use? gtk?
  166. In Foucs on C++ exam
  167. Can i pass a function to template?:
  168. == evaluation problem
  169. Unicode
  170. Declaration of a struct inside namespace
  171. Problem with assigning a value to a array
  172. Extending a class template
  173. Templating a typedef or aliasing a template
  174. Synthesized and non-inherited class members
  175. help me
  176. throw from c'tor
  177. Initializing a vector of a vector in a constructor
  178. Deep Copy smart pointer not requiring virtual copy constructor
  179. Now here is something I hate!
  180. ===Welcome to comp.lang.c++! Read this first.
  181. object and class name reference
  182. what mean: const A&a = A() ?
  183. Count string length by recursion!!
  184. Question From a Newbie :)
  185. Runtime error: std::bad_alloc at memory location
  186. uml from c++
  187. Lambda library types as indices in for_each
  188. arglib counted_ptr operator= question
  189. error: `struct A' is inaccessible
  190. Recommendation for GUI for C++ on Windows XP?
  191. switch is not optimized for mapping between enums
  192. A bright note...
  193. How to create a beautiful GUI?
  194. switch is not optimized for mapping between enums
  195. linked list quicksort
  196. enums and namespaces
  197. smart pointer (copy_ptr) as class member
  198. you used it?!!!
  199. IdIcmpClient1 Replystatus?
  200. 3D vector memory deallocation
  201. Lists of synthesized and inherited class members
  202. Inheritance n level deep
  203. About Inheritance and its concepts
  204. Rubbish Output Dev-C Compiler / Program for Binomial Coefficient
  205. repeating intructions in .h and .cpp files
  206. problem with multiple inheritance
  207. multiarray
  208. Auto Vector of pointers?
  209. how many inversions????
  210. Best Way To Copy Complex Structs
  211. [survey] LWG issue 206
  212. Intrinsic Function in C++?
  213. Order of destruction of static locals w.r.t. globals
  214. new-initializers for an array
  215. program with gcc on Windows
  216. manipulating an objects through pointers or references
  217. What the heck?
  218. I want the meaning of this statement
  219. Default reference variables
  220. Deriving from STL containers
  221. sharing resources over inherited classes
  222. Evaluating Preprocessor
  223. ISO IEC C++ standard specification 14882:2003
  224. std::vector and size_t
  225. STL Vector - clear() works for 2D Vectors?
  226. locale and wcin, wcout, wfstream
  227. linker error w/ templates
  228. Please explain this unexpected behavior (regarding return-by-value)
  229. Conversion constructor
  230. n00b class question
  231. order in which files are built
  232. newbie: #define with Italian characters (ASCII > 128)
  233. Template specialization with a template
  234. inheritance problem
  235. Why this program is wrong?And how to improve it?
  236. Solution Guide for Bruce Eckel's "Thinking in C++"
  237. "could not deduce template argument" error
  238. Program to split very large files by line count
  239. Exception safe & Exception Neutral deep_copy smart pointer
  240. Idioms to handle backward compatibility using templates
  241. Implementing an I/O wrapper and Parser (console project)
  242. specialized template function w/compiler error on invalid type
  243. integrate C++ into browser
  244. right shifting
  245. Templates & abstraction question
  246. Ambiguous member function pointer
  247. Template class member function specialization
  248. i need help in ADT clacess
  249. Iterate over a vector of vectors, etc
  250. Iterate over a vector or vectors, etc