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. help with file output (fstream)....
  2. Pass value of short type
  3. Calling virtual override from base function fails
  4. After example of use of #line
  5. Check it out
  6. Socket Programming IPSec
  7. Why default constructor isn't enough?
  8. dynamic_cast and virtual function
  9. file processing
  10. Template problem
  11. Controlling Serial Ports
  12. not sure how to create the main for this program
  13. How to ensure proper install of GNU GMP on Windows ?
  14. ===Welcome to comp.lang.c++! Read this first.
  15. help on round robin
  16. Template Specialization
  17. closing/hiding custom modeless dialogs?
  18. Edit control accepting type double/float?
  19. static extern?
  20. Struct and inheritance
  21. System time in C++
  22. Static functions
  23. Is this forward declaration legal C++?
  24. dynamic char-buffer vs. stringstream
  25. Externally Linking
  26. Overflow Underflow
  27. reference variable and local variable
  28. 4D array
  29. specialized constructor arg signitaure for const object
  30. Migration from Win to Linux
  31. Table of virtual methods
  32. dynamic multidimensional array allocation using one(and only one) 'new' call
  33. Multi-dimensional array allocation with single 'new' call
  34. algorithm for finding permutation of characters
  35. Programming Puzzle
  36. Using valarray
  37. Return pointer to object of common base
  38. fooling XP with visual styles?
  39. deleting one char in ascii file
  40. Loki's STATIC_CAST macro
  41. Template Friend
  42. passing arguments dynamically to functions
  43. Member function pointer woes
  44. creating directories...?
  45. Inlines with external linkage
  46. <fstream.h> , no need for <iostream.h>?
  47. multi-dimensional array dinamic allocation VERSUS <vector>
  48. Is this code MT-Safe?
  49. Why are g++ error messages so daunting?
  50. Passing refrences to objects...
  51. custom FFTW lib
  52. Std 1.3 "Terms et definitions"
  53. Return code of 4294967295 (UINT_MAX)
  54. Stack overflow
  55. Passing Variables To System()
  56. Question of a novice
  57. order of const in function prototypes
  58. defining or not defining destructors
  59. Problem with serialization
  60. Event loop and sleep()
  61. template and typeid
  62. USING DLL IN C++
  63. Nested Class vs Inheritance
  64. Command pipes in C++
  65. recursive declaration of variables
  66. multi-inherit and pointer to pointer
  67. How do I delete files from a directory?
  68. Is this a bug of the compiler?
  69. void main
  70. accessor_cast
  71. Address of union members
  72. purify or code checking tools
  73. Virtual function question
  74. VC++ Compilers
  75. how read from LPT port?
  76. Re: Is this a bug of the compiler?
  77. if you were god.....
  78. string rtrim ?
  79. Problem with streams and 1.#INF
  80. Can't access static member var from static method. Why?
  81. file access problem
  82. how to write in terms of reference ?
  83. reference vs pointer .. ?
  84. Aborting CALL to stored procedure
  85. 'multiple definitions' problem
  86. re-setting an array
  87. Read out pixels from .jpgs
  88. Weak binding of member functions
  89. CString and array.
  90. Visual C++ 7.1 Internal Compiler Error
  91. Preprocessor concatination of defines
  92. ===Welcome to comp.lang.c++! Read this first.
  93. problem with SFINAE applied to class methods
  94. Data Retrieval/Insertion Data Structure
  95. runtime access to program state via a hacked libpq sql interface
  96. Template behaves differently with same types
  97. Re: void main
  98. Re: void main
  99. Re: Template behaves differently with same types
  100. Re: defining or not defining destructors
  101. C++ compiler
  102. Repeated instantiation of a variable / performance?
  103. Is C++ a type-safe language ??
  104. valarray<bool>
  105. Restarting windows from c++
  106. Toolbar - Transparent Color
  107. pointer to function
  108. Avoiding rtti
  109. Java to C++
  110. Alternatives to #define?
  111. strange crashes, maybe related to memory problems, always occur in STL
  112. weird behavior of algbraic evaluation in concatenated operators
  113. Re: weird behavior of algbraic evaluation in concatenated operators
  114. Re: strange crashes, maybe related to memory problems, always occur in STL
  115. Iniitializing static const data?
  116. Request for Code Review
  117. can I use base class pointer to swap the derived object in a vector?
  118. shared_resource<T>
  119. which MFC dll is CArchive in?
  120. Re: which MFC dll is CArchive in?
  121. dynamic_cast problem
  122. Enumerators, Templates, and Type Safety
  123. Re: weird behavior of algbraic evaluation in concatenated operators
  124. Where can I get a copy of the ANSI/ISO C++ Standard?
  125. trouble when overloading function used as predicate in std::sort
  126. management of many small objects
  127. [OT] Java, C# : no need for templates?
  128. Dinkum C++ Library
  129. Rounding by prayer?
  130. Difference between 1998 and 2003 C++ standard
  131. non-member extractors
  132. Pointer to member data problems
  133. how to extract data in a textfile
  134. comparator not called in std::map operations??
  135. Is unsigned float legal?
  136. Ways of constructing objects.
  137. initilize array member's size in object constructor?
  138. invalid access to non-static data member
  139. Creating Objects Dynamically.
  140. Running application using DLL + DLL localization
  141. Wireless Networking
  142. How do i correctly implement: two inherited (multiple), same-named,pure virtual methods inside a derived class?
  143. std::for_each question
  144. kruskal:minimum spanning tree. how to do?
  145. Who originated the term "Miranda function"?
  146. how to order a struct?
  147. Exception handling help please
  148. void* questions
  149. singletons
  150. ===Welcome to comp.lang.c++! Read this first.
  151. set of T*; how to make T the key?
  152. how to introduce a small delay without using cpu time too much
  153. std::map
  154. std::partition
  155. Stack unwinding
  156. Strange Conversion Error from double to int
  157. Parentheses in the control expression
  158. parent process ID
  159. Re: Java nach C++
  160. Exception stack trace
  161. Portability, where?
  162. reference to reference and constness problems with bind1st
  163. Optional template constructor parameters?
  164. Dynamically appending custom data to an object
  165. don't understand this deal with const pointers in this trivial example
  166. Any Generic ET framework?
  167. How to capture the name of a class in a string at compile time ?
  168. where to find good patterns and sources of patterns (was Re: singletons)
  169. Call constructor/destructor of base class
  170. Test
  171. Test
  172. std::find_if, std::logical_or and short evaluation
  173. A problem with a graph
  174. Converting VB6.0 external dll function call to Visual C++ .NET
  175. Test
  176. Test
  177. Test
  178. Test
  179. A giant list of resources for C++ programmers
  180. How do I define my own namespace?
  181. pair and make_pair
  182. "endl and "\n"
  183. copy an istringstream
  184. How to empty a file?
  185. Accelarated C++ doubt.
  186. C++/CLI standard
  187. sumowanie czasu
  188. CDaoDatabase Field Limit?
  189. circular dependencies and typedefs
  190. Class with all static members --> Is namespace() the right choice?
  191. Simple function arguments
  192. How to read multiple items using read ifstream in C++
  193. A Question about std::map class
  194. Is there anything in C++ akin to Java's class Object?
  195. Which is the better way to define methods?
  196. Changing namespaces
  197. Help with simple cin problem please.
  198. Accumulated CACMs (since 1966) Considered Dangerous: you want? (free,OfCourse)
  199. 3rd RFD: comp.os.ms-windows.programmer.64bit
  200. Newbie Q: to point or not to point ?
  201. c/c ++ projects
  202. std::string and integers
  203. how to read a file?
  204. inherited member function not seen
  205. Friend a good idea here?
  206. C++ standard committee censor different opinions
  207. C++ for z/OS, bad return code on rename()
  208. Questionable compiler warning
  209. Extending string class
  210. ===Welcome to comp.lang.c++! Read this first.
  211. Substitute 'float'?
  212. Code -> flow chart conversion software
  213. Could Someone Help me on this CODE.... THANKS!!
  214. how to pass smart pointes to function.
  215. C++ language parser?
  216. can assert() hide debug dump out?
  217. operator+ overload resolution
  218. [OT] Java, C#: why no multiple inheritance?
  219. Best way of comparing two containers?
  220. Re: Code -> flow chart conversion software
  221. Re: Code -> flow chart conversion software
  222. Re: Code -> flow chart conversion software
  223. Network Protocol?
  224. atlcom.h include file
  225. why this code has compile error
  226. Meaning of template construction
  227. Finding string with "wild" characters in another string
  228. map with polymorphic key???
  229. Good programming rules
  230. Visit Website??
  231. deallocating vector storage
  232. New
  233. Calling Unix Shell from C compiler
  234. The old anagram problem with open address hashing HS77154
  235. parsing using strstr
  236. Name Mangling in DDK
  237. help: class compile error
  238. a brief help on generating fixed column text files
  239. allocator requirements
  240. Object Oriented Database for C++
  241. confusion with Rogue Wave dcomplex.h
  242. Farpoint Spread
  243. Curiously recurring template pattern
  244. add evaluate function (postfix)
  245. Fortran and C++
  246. Is it legal to type cast to DWORD* ???
  247. What will be future of VC++
  248. a question about preprocessor
  249. Reading a file in OFF format
  250. Advanced usage of macros