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. Number of digits of float value
  2. [RM] SOLE
  3. Diff Utility for C++ class
  4. Date and time conversion
  5. deleting this
  6. Opinion) Overuse of symbolic constants
  7. BCB: TextEditor
  8. Initialize int and char with maximum values
  9. Compiles in visual studio but not in g++
  10. inheritance with templates
  11. Need help with template problem.
  12. Inheritance vs containment for policies
  13. template question using named constructor
  14. Isn't this assignment safe?
  15. A type conversion question
  16. Another exception question
  17. need help on a syntax in conditional operator
  18. Container elements with const members
  19. Why const and non-const?
  20. Selecting const vs non-const methods of teh same name at will
  21. Binary Tree Using Dynamic Array
  22. sentinel
  23. Is there a library manipulates configuration file?
  24. Beginner needs help fast
  25. STL - Vector - Normalization ?
  26. Indirect recursion and templates?
  27. cout not defined !?!
  28. simple template question [ newbie ]
  29. TU to XML
  30. priority_queue<> underlying container
  31. A list of reference?
  32. interface M
  33. C++ & nmk problem
  34. Servlets in C++
  35. How to return a string of arbitrary length to caller?
  36. indexing library for C++
  37. Re: Problem with abs(...)
  38. Unicode
  39. Beginner Question
  40. make and other tools
  41. Hashtable
  42. Re: Problem with abs(...)
  43. vector product
  44. Re: expressing a certain algebraic statement in C++ STL
  45. Visual C++ Toolkit - .dsw compile?
  46. vector : reserve(LONG_MAX)
  47. book for programming
  48. C++ Project Files?????
  49. Static code analysis
  50. char, unsigned char, and binary file io
  51. cross compiling
  52. Friend functions and template classes
  53. ===Welcome to comp.lang.c++! Read this first.
  54. Maximum size of an array
  55. Newbie question about pointers to arrays
  56. Design Question
  57. Deriving a regular class from a template?
  58. Looping through a <vector>
  59. Newbie questions about constructors and destructors
  60. pointers VS reference variables
  61. "using namespace" question
  62. eclipse and c++
  63. How to do the implementation?
  64. Comments please
  65. A function that returns a pointer on a function
  66. A* search
  67. lifetime of temporaries
  68. Access violation not caught/trapped by Visual Studio or Dr Watson
  69. Compiling template function
  70. analysis tool.... other than purify
  71. could/should allocator<T> be a static member?
  72. member functions pointers and subclasses
  73. def copy ctor and member-arrays
  74. restriction of a two-parameters function to a one-parameter function
  75. non-type template args and friend declarations
  76. typename missing
  77. conversion from unsigned
  78. Is C++ really portable?
  79. Giving proper credit to 'template metaprogramming'
  80. ifstream problems
  81. protecting my char*
  82. size of long
  83. Cubic Root
  84. What is faster? C++ vector sort or sort in database
  85. why can't use string for getline()?
  86. bitset<n>
  87. gcc doesn't compile templates
  88. long double How are they stored in memory?
  89. EBCO and inheritance
  90. Union
  91. how to convert string to integer??
  92. how to count the occurance of a character in a string ?
  93. Efficient pseudo-random number generation
  94. To inherit or not to
  95. C++ From the Beginning by Jan Skansholm
  96. INCITS/ISO/IEC 14882:2003 vs INCITS/ISO/IEC 14882:1998
  97. Declarations and Definitions in One Header
  98. Passing arrarys from a function to another function.
  99. Character Handling Question
  100. how to do a simple loop to store strings ??
  101. constant array size during declaration ??
  102. Complex struct or Array
  103. C++ plugin framework
  104. "Ravenscar-like" profile for C/C++
  105. grouping different kinds of food
  106. Vector question
  107. 'Best Fit' match with Strings
  108. undesired cout behaviour
  109. Binary Trees
  110. Help for Head File sequence Problems
  111. Sort the strings based on their numeric values
  112. stl binary stream question
  113. Cracking DES with C++ is faster than Java?
  114. sort not working
  115. click through window
  116. detecting if application is closed?
  117. polymorph object - why doesn't it work???
  118. What good ways?
  119. Randomize STL stack
  120. Double -> C-String conversion
  121. Function Pointers To Member Functions
  122. Profiler
  123. ===Welcome to comp.lang.c++! Read this first.
  124. linkedlist and checking for duplicates,
  125. gcc and g++
  126. HELP!
  127. How to use map::iterator
  128. std::string.find_first_of()
  129. Re: convert hex to oct
  130. read float value from file
  131. Private vs. protected inheritance
  132. Large numbers
  133. sorting in alphbetical order
  134. Headers/Libraries default locations
  135. MS compiler bug?
  136. how to display 12345 as 12,345 ??
  137. GUI for C++ programme in Visual Studio .NET
  138. STL sort question
  139. Two C++ questions
  140. multithreading
  141. CreateProcess DEBUG_PROCESS children termination
  142. ostream implementations (str, f, cout ) work slightly differently
  143. Overloaded << and >> - Why Friend, Help
  144. Make a software & interfacing it with access control card reader
  145. Optimization of template code
  146. bit twiddling in C++
  147. delegation class question
  148. Re: scrn shot from this morng
  149. whats wrong with this simple code?
  150. hash_set : need the location /index where stored .
  151. Whats the best book for a beginner
  152. forward declarations and namespaces?
  153. Mock Objects Tool
  154. duplicate filestream
  155. problem with a calculation
  156. Struct vs. class as simple container
  157. volatile
  158. where I can find largest Standard C++ library list?
  159. Problems using Boost, Pls Advise
  160. manipulators act strange under g++/gcc-2.96
  161. openGL for C++ programming
  162. write and read the xml file using c++
  163. Reading a small text file contents into an array
  164. Namespace Problem ... I Think
  165. deque iterator problem with const
  166. Terminology Question
  167. Problem with time() using g++
  168. find version of binder and Linker in g++
  169. Re: Is it possible to choose a better way?
  170. copy constructors and printf
  171. abstract class & template methods
  172. Problem: sockets
  173. Array and string type
  174. Inheriting from fstream
  175. Xcode and cppunit
  176. STL: Converting a string into a list of string
  177. take data out of a stream
  178. STL: Cannot use STLs even though it exists..!!
  179. Problem with virtual in derived class
  180. Explicit copy constructor
  181. dynamic class members workaround
  182. how to display 12345 as 12,345 ??
  183. New developer
  184. "catching" a base class pointer as the derived class
  185. VM Size!!
  186. inheritance problem - base class redifinition
  187. Does C++ have a standard symbol representing the value Pi?
  188. Newbie question.
  189. Why won't the compiler tell??
  190. Simple question
  191. Object Creation
  192. Derive or not to
  193. Question on: IsDialogMessage
  194. Busting Windows-to-Linux myths
  195. Busting Windows-to-Linux myths
  196. Speed up you typing speed more than 100 wpm
  197. Declaring war on macros
  198. Umlaut letters in C++
  199. gprof
  200. Flatten a dynamic array
  201. Dynamic creation of objects
  202. KYLIX AND MS WINDOWS PLATFORM
  203. Populating an STL vector from a struct which reads from a text file.
  204. FILE out of memory
  205. Class members, pointers or not?
  206. c++ memory leak detection
  207. C++ Container question.
  208. I need Information to print a barcode in VC++
  209. Reduced bit number in short
  210. Iterators and containers STL
  211. Using C++ to wrap Java
  212. template and disambiguation
  213. numerics and scientific calculation
  214. "using namespace" within a class declaration?
  215. What is boost's unspecified_bool_type?
  216. leading underscore for member names
  217. Anti-Grain Geometry - 2D Rendering Library
  218. Copy Constructor -Query
  219. "interface"
  220. A "new" instance
  221. how are exception expensive?
  222. private/protected
  223. Redirecting standard input for external application
  224. Question about ADL
  225. crawling the net...
  226. template & void argument
  227. Samsung CD-R/RW SW 248B problems writing data
  228. ozone filter
  229. opening files
  230. Writing to memory instead of FILE
  231. Question about simple gmake Makefile
  232. pimpl or precompiled headers?
  233. int64 question
  234. Summer School on Garbage Collection & Memory Management
  235. slice_iter and valarray
  236. ===Welcome to comp.lang.c++! Read this first.
  237. Pointers to member functions and default parameters
  238. swap() implementation curiosity
  239. Character Array & Initialization Lists
  240. [ann] Easy LogView
  241. cin, iostream problems
  242. STL sort on arrays of pointers
  243. memory usage profiler -- unmanaged code!!
  244. Compiler identification macro?
  245. Log File Program: problems btw compilers
  246. How to Install SGI STL into MS Visual C++ v.6.0
  247. Stylistic question -- initialization lists and vectors
  248. Always avoid "new"
  249. using template
  250. Program to rename C/C++ symbols (variables/functions)