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

  1. should this program compile?
  2. non-const for_each usage
  3. is it safe to change the char* returned by ostrstream::str()?
  4. set_intersection
  5. set of structs (intersection)
  6. ifstream and wifstream - combined
  7. memcpy confusion
  8. How to implement malloc()
  9. SmartWin++, release candidate 0.99993 out...
  10. STL Vector vs Arrays
  11. exception
  12. strange multi-inheritance problem
  13. Cannot dynamic_cast the same object for the second time?
  14. what is the different between glibc.* and libc.so.*/libstdc++*
  15. Why is delete[] basePtr undefined if basePtr points to array of derived-class objects
  16. Global object initialization
  17. 3 files = 1 program HELP!
  18. problem with char*'s and changing individual chars in it
  19. Life time of static pointer to member function
  20. read system-call
  21. Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object
  22. new to stl
  23. Commercial md2 and md3 use
  24. Template specializations
  25. concatenation operators
  26. std::vector - works in BCB6 but not in g++
  27. Logic check please
  28. ===Welcome to comp.lang.c++! Read this first.
  29. Help with UNIONS
  30. break
  31. How does STL report out of memory errors?
  32. inserting into stl containers using boosts' lambda
  33. default argument in friend function of template class
  34. How do I initialize complex class static member?
  35. safept
  36. pass by reference vs pass by pointer
  37. int a, int b[a]
  38. c++ interfaces
  39. code obfucation
  40. template function compareLess
  41. visibility/passing of variables
  42. Regular expressions and I/O
  43. Array of array recursion
  44. C++ and setting pointer to eof to add records
  45. Force method call in destructor of a derived class?
  46. std::map & compare
  47. garbage collector
  48. Logging for C++
  49. casting pointers and dynamic binding
  50. Debugging bizzare error help needed
  51. Measuring a String
  52. std::vector's reserve(), erase() and clear()
  53. 1D pointer to 3D array casting
  54. do serious programmers have a life?
  55. STL::vector problem
  56. lookup tables
  57. template specialization
  58. Why this warning here?
  59. What's the new features of c++0x?
  60. How does company culture affect you?
  61. running another program from a C++ program
  62. Need Help with static struct class definition
  63. why we use letter 'm' for variable decleration
  64. tweaking the virtual function table pointer
  65. Why virtual function can not be overloaded?
  66. Draw a line using Bresenhams
  67. Private inheritance renders class inaccessible
  68. organizing elements of two sets for efficient search.
  69. defult reference parameters
  70. convert double to string query
  71. Class data to byte stream transfer mechinisim
  72. Catching unknown exceptions
  73. Creating and using a lookup array
  74. Is it possible to create matrixes with vector <vector <double >> ?
  75. unnamed namespace problem
  76. c+ header files
  77. strange compiler error ( gcc 4.0.2)
  78. memcpy()
  79. ABC inheriting from ABC
  80. calling pure virtual in abstract class's constructor
  81. extracting int of string
  82. indenting
  83. instanceof
  84. unknown compile error
  85. ===Welcome to comp.lang.c++! Read this first.
  86. exceptions and prototypes
  87. input issue
  88. Pointer to array of char
  89. Local objects in function not destructed on exception?
  90. vector inside a class
  91. Othello Valid Move Logic
  92. strstream.h header file?
  93. Extracting data from a date
  94. C++ philosophy - using clause in header files
  95. Why isn't the whitespace removed?
  96. auto_ptr
  97. Use Class Definition From Different File
  98. i've got strange destructor
  99. Pointer question
  100. Compiling error
  101. Free C++ 3D Mesh Library
  102. more effective c++ item 31
  103. OT-Sort of--> Versioning
  104. Prevent a class instance being created on the stack. Possible somehow?
  105. quick watch of an overloaded operator
  106. Generate All Subsets
  107. SFINAE problem.
  108. template linker error
  109. an error i coudnt understand
  110. Spreading a class across several compilation units
  111. error in file input
  112. Pitfalls and problems in this code?
  113. A doubt on assignment operator.
  114. C++ equivalent for strftime()?
  115. How to tell if a number has decimal places different than 0
  116. Object ownership and memory management
  117. Templates, friends, operators .. what more do we need to have fun?
  118. Introduction to OOP!!! But which language?????
  119. The best OOP languages??
  120. the function in_avail()
  121. ambiguous definition
  122. inheritance not allowed
  123. forward declaration?
  124. multidimentional array
  125. Does c_str property of string class allocate memory?
  126. Possible problem with iterators in STL
  127. Convert float/double to wchar_t (unicode)
  128. mainframe career advice
  129. static local variable in a member function.
  130. Templates and friend operator
  131. How is memory deallocated after an exception in a constructor?
  132. vector functions
  133. Function pointers in typedef templates under Linux
  134. va_arg only for bult-in types?
  135. integral vs. user-defined type check
  136. interfacce in c++
  137. select() for iostreams
  138. sandbox is the same as development machine?
  139. distributed computing choices
  140. collocated architecture versus distributed architecture
  141. Creating functions sequentialy
  142. intersting problem with inheritance and iterators
  143. Selectively Public Function
  144. destry array of defined type
  145. Value of INF (double)
  146. Template recursive class
  147. system call
  148. creating an array of pointers
  149. / operation
  150. I need a function that extracts all string from /this config
  151. arrays
  152. Need to volatile a by-reference parameter?
  153. function call misinterpreted as a variable
  154. peek() and tellg()
  155. ctor using template pattern?
  156. c++ question
  157. C-Array iterator C++ compliance problem
  158. sizeof(std::string) seems to small
  159. error C2664 with InterlockedExchangePointer
  160. meters 2 ft/in problem
  161. Why can type conversion operator not be qualified with explicit?
  162. ===Welcome to comp.lang.c++! Read this first.
  163. subset function for string
  164. Partial specialization ambiguity resolution
  165. Binary
  166. class with destructor inside a vector...?
  167. Loki Typelists
  168. Pixel Manipulations
  169. pssible confusion about iterators
  170. pssible confusion about iterators
  171. taking a pointer from iterator
  172. inheritance question
  173. primitive range
  174. Removing all elements from STL queue
  175. What is NP-complete?
  176. How to measure code-efficiency?
  177. copy constructor in g++
  178. Recursive templates
  179. oo in c++...and may other
  180. assignment operator overload error??
  181. [Project] List & ConstIterator
  182. setjmp/longjmp in Symbian OS
  183. socket programming windows Dev-cpp environment
  184. Q about default function parameters
  185. How to do this in c++
  186. class library in c++
  187. dev-cpp icon issue
  188. Kdevelop/Kcachegrind
  189. passing void function pointer
  190. for loop
  191. calling the method from the parent class
  192. I need help with a program
  193. errata page
  194. Here is my idea on how to do this program, but I cannot put it into action
  195. Weird Output
  196. CoCreateInstance fails returning class not registered
  197. uninitialized bool
  198. struggling with a design approach ......
  199. operator []
  200. Question about language compliance
  201. single double precision question ....... more
  202. switch case error
  203. Problem with Composition Relation/Forward Referencing.
  204. c++ array conventions
  205. Best performing use of boost::spirit
  206. LINK : fatal error LNK1195: target machine 'ARM' requires '/SUBSYSTEM:WINDOWSCE'
  207. Are there tools for working with .ini files?
  208. First CFP for ADVIS'2006, Fourth Biennial International Conference on Advances in Information Systems
  209. Troubles with building boost 1.32
  210. How to obtain library name at compile/preprocessor time?
  211. cast ambiguities
  212. ifstream can't open file
  213. "LNK2019 - Unresolved external Symbol" while using templates
  214. New to C++; Examples in Physics and Chemistry.
  215. name conflict
  216. Bimodal random generation - help
  217. Need help choosing a C++ development tool set - TIA for responses :)
  218. Operator= overloading question
  219. serialization of structure into a raw memory block
  220. enum visibility problem
  221. Xerces, howto parse stringstream and validate with xsd-file
  222. grammar for c++ for coco
  223. Saving to a database
  224. Can't figure out syntax error with templates/member function pointers
  225. Anyway to break input into tokens in STL?
  226. what is funtion for delay in VC
  227. Constructor help
  228. library for querying virtual polygon over raster spatial data
  229. Using a loop to do this...
  230. time problems
  231. Color in win32?
  232. STL BOOK
  233. C++ joke post --troll like style
  234. "Reverse" polymorphism
  235. cout won't print string
  236. nonmember function swap used in assignment
  237. NaN in C++
  238. Encryption doesn't work right
  239. Typical Exception Handling Implementation
  240. ===Welcome to comp.lang.c++! Read this first.
  241. how to compile .c on Windows
  242. Server app speed - Java vs C++
  243. delete from a file, maybe overwrite!?
  244. strings
  245. Re: GoF:"C++ [doesn't] treat classes as frist class objects"
  246. Opinions on application design?
  247. Crashing with cstdio file class
  248. oop design for a chat room
  249. wxwindows gui library
  250. Casting pointer to members