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

  1. Re: Tricky problem (at least for me)
  2. How to Parse a CSV formatted text file
  3. Body of a function in a header
  4. ifndef define question
  5. non-const function return values: gcc bug or language flaw?
  6. Iterator and handle confusion
  7. matrix inversion
  8. Random number generation in array
  9. cin error recovery
  10. do arrays hold pointers or the actual objects
  11. Troll Alert
  12. convert a single to multiuser.. in c++ program
  13. Does Vector is not supported by VC++ 6.0??
  14. How to build libboost_filesystem-vc71-s-1_31.lib?
  15. access the fields of a struct by position rather than name
  16. Help me to solve this C++ problem
  17. C++ Books
  18. long long
  19. .NET dll
  20. kasowanie ciasteczek
  21. Making a program quicker tips...
  22. simple graphics question
  23. STL hash_map hash
  24. max number of threads with linux 2.6 kernel
  25. [ANN] U++ development system 0.1.5
  26. wchar_t -> UTF-8?
  27. interfacing with gnuplot without pipes
  28. Aspect Oriented Programming techniques
  29. How to distinguish between heap/stack pointers
  30. Newbie question on pointer
  31. How to validate a pointer
  32. ===Welcome to comp.lang.c++! Read this first.
  33. how to write portable database access code?
  34. Unhandled exception when ending a program
  35. What methods are useful in a BTree?
  36. Amount of heap memory reserved by a procces
  37. Using C++ functions from C
  38. I write a virus in C++
  39. Is this bad const design?
  40. private members in internal class
  41. Special map iterator
  42. about the use of a string in an ifstream statement
  43. graphics
  44. remove trailing whitespace from string
  45. Lost references?
  46. How do I lik an Object with Microsoft C++ v6.0?
  47. Recommended Online OOP Tutorials
  48. nextline statement in write function
  49. why does const not work on pointed objects?
  50. Quick std::string question
  51. Templates and typedef
  52. finding offset of subclasses
  53. Help
  54. prime number routine
  55. Software Quality & Fault Measurement
  56. How to print the strings reading from file
  57. BTree implementation - take 2
  58. What is better /standard for creating files. a cpp file with header or cpp and seperate file for header
  59. Reading bar code from a tif image with C++
  60. Calling a Template member function without specifying a type
  61. placement new , is this acceptable?
  62. enum is poorly defined
  63. How to prevent a class from being inheritable, in C++
  64. Weird pointer error
  65. Why it does not compile?
  66. Anther inner class question
  67. performance
  68. FAQ Issue
  69. Copy Constructors
  70. STL custom mem_fun
  71. int, float
  72. Create a Shortcut to a DUN Entry on Desktop
  73. nextline statement in write function
  74. Diamonds and redefinitions
  75. pipeline with iostream
  76. Ann: Aspect-Oriented Programming with C++ and AspectC++
  77. new for n-dimensional array.
  78. subset algorithm
  79. UML reference
  80. Defeated by basic_istringstream
  81. Declaring Variables
  82. Call for Hungarians
  83. directory inventory
  84. C++ String termination
  85. Iterators
  86. You must include the .cpp file instead of only .h file when using templates in VC++ ...?
  87. integer to string
  88. regular expressions in dev-c++
  89. sprintf format type tag for double??
  90. my hook can't work well,help me!
  91. Source code - 2- UML
  92. exe to C++ source code
  93. Can statements be written outside function body?
  94. next ISO/ANSI standard for C++
  95. test
  96. Info about Boost and STL
  97. Please help me to make source code from exe
  98. base/derived ambiguity with gcc, but not with MSVC
  99. how to format a binary file?
  100. Static member functions in Abstract Base Class
  101. starting program without taskbar item
  102. Friend class and typedef problem
  103. Help on operator overload for something like matrix(row)(col)
  104. Ifstream problem
  105. Drawing Graph In VC++
  106. Callling C++ code from C
  107. test-004
  108. Help adding objects
  109. Transfering objects between programs
  110. NEW and DELETE operator question
  111. Calling Java object/methods from C++
  112. Pointers and Arrays Problem
  113. virtual inheritance
  114. how to handle groups of objects
  115. pass by Reference/value ???
  116. How do i debug in Release mode
  117. Questions about destructors on std library containers
  118. g++ -> vc.net
  119. forward declaration of a template class?
  120. Delete a class with multiple inheritance through base pointer?
  121. programming socket in c++
  122. How to convert (type *) to (type) inside a template?
  123. "new" vs "new class"
  124. Semi-automatic indentation in streams possible?
  125. Subtypes of templated types (in templated functions)
  126. Prueba
  127. TEXT macro for ascii and unicode initialization
  128. Merging 2 dlls in One with Visual C++ 6.0
  129. Storing Pointer in a Class Hierarchy
  130. Compile-time checks using tag classes
  131. Writing Numbers to a Binary File
  132. ===Welcome to comp.lang.c++! Read this first.
  133. Another base/derived problem with gcc, but not with MSVC
  134. file stream open failure reason
  135. Calling constructor
  136. const references : confusion
  137. Re: const references : confusion
  138. Function Pointer to a member function
  139. Problem with virtual member function pointer (how to invoke the base?!)
  140. Differences between "class::member" & "object.member"
  141. Shared memory Management
  142. How do the STL containers interact with destructors/constructors?
  143. Initializing std::basic_string<> with literals
  144. [ANN] Date for C++
  145. Variable name incrementation
  146. Reading from array is faster than writing ???
  147. Pointer as Array reference
  148. linux/windows development scenario
  149. Find a file with c++
  150. initialize serial port
  151. how to call functions in C++ code from c
  152. Virtual Memory Drop In
  153. How to add ControlHandler to my main program?
  154. Forced downcast - when will it work?
  155. Empty program so large?
  156. Finalizing virtual methods
  157. comments on this Binary Searh Tree template?
  158. restricting the scope of friend class
  159. unicode
  160. do/while false
  161. Loading a Bitmap More than Once
  162. Class for static maps
  163. How can I log Instant Messaging being done on my computer?
  164. template question
  165. auto_ptr clarification and josuttis book
  166. If operator=() is private in base.....
  167. Redeclarig the unimplemented base pure virtual methods
  168. std::vector<char> or std::ostringstream
  169. Naming convertion
  170. Graphics Libarys
  171. Conditionally copying text to string
  172. About Dlls in Borland C++builder 6 Ent
  173. String search library
  174. Re-forward declaration of types which were already forward declared
  175. Arithmetics
  176. Passing an ifstream object to another function
  177. string search within a large file..
  178. program logic
  179. Short program
  180. Just a simple tree view
  181. C++ and Modems
  182. Codes for Opening PDF files
  183. Should I NOT use Visual Studio 6.0 for programming games?
  184. ===Welcome to comp.lang.c++! Read this first.
  185. Where to place a constant?
  186. formatting floating-point-numbers
  187. how to use using in header file?
  188. How to spool LPT1 on win98?
  189. Who's for chess?
  190. Want to buy "Computing Concepts with C++ essentials" 3rd ed
  191. C++/Bison Question
  192. operator inheritance from a class template???
  193. clean way to organize string constants (for user feedback)?
  194. Automatic Closing?
  195. streams and FILE* interoperability
  196. associative container
  197. *& dereferencing a pointer to a class
  198. using std::sort;
  199. Problem writing a Unicode File in ANSI code
  200. STL & basic_string<XMLCh> link error
  201. radio button layout problem
  202. simple matrix
  203. declaration of size of vector<vector<int> >
  204. Order of uknown array subscript
  205. Newbie question about class member functions...
  206. std::cvector
  207. template related question
  208. ide for qt , C++, windows <-> solaris development
  209. Specialisation of a template that results to another template
  210. STL: malloc_alloc - omission of types
  211. parse error before `('
  212. memorystream
  213. VISUAL C++/ CONTRACT/ IN
  214. Access specifier and inheritance
  215. Templates
  216. Creating instances of objects
  217. Converting char* to char
  218. Memory leak ?
  219. specialized static template variables
  220. How to read/write raw bytes from a flash card in C++?
  221. Multiple Inheritance size problem
  222. Re: Forced downcast - when will it work?
  223. C++ beginner's book... Please help.
  224. std::string c_str()
  225. Leaked Windows 2000 Source Code File
  226. error LNK2001: unresolved external symbol - Ultra noob question
  227. STL remove_if function
  228. Finding permutations of a list in a map or multimap
  229. Member pointer to template class object?
  230. cast operator
  231. Design Question
  232. time to get rid of unsigned?
  233. Fetching NCLOB oracle C++
  234. Prototype or instantiation?
  235. Which IDE
  236. I don't understand this assignment...
  237. Pointer to non-static member function in the same class
  238. Comparing C-Style Strings
  239. The Wisdom Seeker IDe, an open source software development project for all
  240. Free Allocated Memory Error (delete)
  241. local class question
  242. char[] element editing question...
  243. Link List
  244. Dynamic variable name. plz help
  245. Help perfecting std::vector for antique C++ compilers
  246. Interview questions
  247. Secure programming
  248. Converting containers of smart pointers
  249. Overloading new and delete in C++.
  250. Can It Be Done?