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. std::bind1st making life difficult
  2. comparison signed vs unsigned
  3. Classes - Adding members to members
  4. C or C++? (Preference for cross platform solutions)
  5. getline does not work on HP-UX:
  6. strtok behavior with multiple consecutive delimiters
  7. compilation error: "error: no matching function for call to 'String::String(String)'
  8. std::map Help
  9. signed in to unsigned int
  10. Negate an integer
  11. RTF Library
  12. SetWindowRgn tu Button
  13. Benefits of copy constructor over assignment operator
  14. Searching through a map question
  15. file reading problem
  16. friend syntax
  17. 'placement' new, and allocation in the constructor.
  18. discards qualifiers
  19. ===Welcome to comp.lang.c++! Read this first.
  20. a good C++ project ideas
  21. Should We Use Macros in C++ Programming ?
  22. Please a little help with Bits!!!
  23. Use of macros in C++?
  24. Practical Algorithm Book, Exercises and Answers
  25. urgent help needed
  26. cannot access protected members : why
  27. compiler help needed (nu-B)
  28. Consume C# DLL in C++
  29. Help with ATL COM code for a kind of collection !
  30. bus error on vector resize
  31. Occurence problem: different ideas
  32. Requset a console based c++ library.
  33. Question on C++ inheritance.
  34. Pipe Implementation in NT
  35. Help with Pipe Implementation in NT
  36. Notification Messages from objects
  37. Reg C++ implementation for in memory database
  38. Adseense and googlepages
  39. who read what c++ books and best learning practices?
  40. how to deal with duplicate class names
  41. How to pass memory range to functions?
  42. Looking for some way to get correct value with long precision
  43. pleac and Cookbook
  44. Info needed regarding iostreams
  45. Need GUI Input box and button to execute :)
  46. Create Window (not rectangle)
  47. Constructor question, how does the call to the parent constructor work?
  48. CObList
  49. What should function returning a reference return on failure?
  50. printf("%x",...) in C <=> cout+ ? in C++
  51. Best wa to retrieve keys of a map
  52. 2nd Attempt : How can I count the actual number of operations performed in a program
  53. Why does this fail?
  54. RAX?
  55. Improve an algorithme involving 6 loops
  56. map value as function pointer
  57. std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n');
  58. Segmentation Fault ...why ?? I implore you helped me !!!!
  59. what is .h file's function?
  60. can't get the right time
  61. Password program problem...
  62. What does this mean?
  63. does STL set have FindKth() functionality?
  64. pointers
  65. windows programming prob
  66. Systemc?
  67. std::vector and object copying
  68. visual C++ error C2371 redefinition basic types
  69. Compilation Error?
  70. static const function not allowed?
  71. Fun with strings and vectors
  72. Copying Files from Windows to Linux Server throug VC++ Program
  73. create a database and dynamic allocation
  74. Re: Finding errors in this code...
  75. Finding errors in this code...
  76. Implementing this constructor...
  77. where is VTABLE stored ?
  78. newbie help: Input Output Text file question
  79. auto_ptr question
  80. Debugger and DDD
  81. correct approach to fix a bug
  82. PR_BODY
  83. Linker error for instantiating static data members of template class
  84. new and delete from different threads
  85. boost::filesystem::create_directoy()
  86. MS S Compile problems MT and clr
  87. using base class instance in a derived class
  88. Re: Finding errors in this code...
  89. Is this allowed in c++?
  90. Combination Testing to a predefined value
  91. Software Engineers - Multiple Positions
  92. Getting MSVC to compile proper unix stuff, like hash_map, fts.h, dirent.h
  93. Segmentation Fault
  94. Writing to Vector Buffer
  95. New to STL
  96. Inheriting template class
  97. No Subject
  98. Re: I'm getting a Segmentation fault after I clear a vector list
  99. Re: Summary: translation units, preprocessing, compiling and linking?
  100. Re: Summary: translation units, preprocessing, compiling and linking?
  101. Re: Summary: translation units, preprocessing, compiling and linking?
  102. declaring variables inside while loop illegal?
  103. yet another virtual functions question...
  104. Why do we have to define a namespace with string header?
  105. Namespace clash for istream object :-(
  106. how to overload subscript of 2D-array
  107. How can I make a Two-Dimension array of classes by operator overloading?
  108. problem with function "_tfindfirst()"
  109. database
  110. question
  111. Retrieving the src value of the img tag
  112. operator overloand and .*
  113. question about exceptions
  114. how to red doc file in c++
  115. C++ References
  116. map with pair of key
  117. Is this right??Is redefine??
  118. Will this code leaks memory
  119. Question regarding int* const in function call.
  120. Template partial specialization question
  121. [ANN] CodeSynthesis XSD - XML data binding for C++
  122. Placement new and destructor
  123. undefined reference
  124. Sources for checked STL implementations?
  125. Numbers in string declaration
  126. ===Welcome to comp.lang.c++! Read this first.
  127. CD burning with a C/C++ programm
  128. template-nested STL iterator question
  129. Using STL in a library interface
  130. ctor throws an exception case
  131. why should throwing an exception by reference work
  132. newbie iterator question...
  133. Inititialing list/vector inside a constructor
  134. can local variables be changed in a const [member] function?
  135. I love pointers - they are greatest invention in the history of programming!!!
  136. vectors
  137. Lowercase std::string compare?
  138. Testing for EOF in file with binary data
  139. Array and Pointer Tutorial
  140. 8 numbers
  141. const class reference return from function, what does const do?
  142. Why does "function hiding" exists in C++
  143. vector pointers
  144. For loops help
  145. unicode mess in c++
  146. unpredictable crash
  147. i need any help for a project!
  148. Program that prints itself
  149. Trouble with heap after call of DLL method
  150. what is the problem with the getline / file?
  151. Converting a float to a unsigned int?
  152. Find the position of maximum value.
  153. Need help sending email programmatically
  154. Debugger question again
  155. Noob question about parsing a BSTR
  156. Where does one initialize a static template member?
  157. Conversion from scalar to class type
  158. HELP : visualC++ with STL roguewave => errorC2079(first' uses undefined class...
  159. q re abstracting set operations (I'm baffled)
  160. Large-Scale C++ Software Design
  161. cnuf
  162. Derived class constructor
  163. Scope resolution operator question
  164. Shared Objects on AIX
  165. FREE Work At Home Job Finder
  166. c++ ide
  167. Compiler barfing on struct with map including structure as second
  168. friends of a class...
  169. ordinal number programming challenge
  170. delayed eof()?
  171. win32app & .net
  172. Neural net library?
  173. xml parser
  174. delayed eof()?
  175. Is it possible to use type traits as a template parameter?
  176. call constructor from base class
  177. creating output string
  178. Static Map Initialization
  179. strange exception
  180. Help converting this Write to operator<< overload
  181. using extern to declare an instance of a class.
  182. Problem with C++ operator for Vector
  183. TekSystems WARNING
  184. C++ for windows while camping outdoors.
  185. "virtual" variables?
  186. Rationale for Static Member Definition in ISO C++
  187. invalid conversion from `const void*' to `void*'
  188. Multiple Software Engineer Positions !
  189. attempting template metaprog to print arbitrary container
  190. Comparing Matrix for common entry
  191. Please help me in this
  192. Class Member Data and Member Function Parameters - Should Parameters Be Data Members?
  193. How to get all the files in a directory?
  194. Amazing offers for Computers,Laptops
  195. CTreeCtrl move + button to the right
  196. Iterators...
  197. C++, is it Dead?
  198. shared_ptr to incomplete type, undefined behavior?
  199. Text file Program help please
  200. Container Classes
  201. Can u help me??
  202. Role of copy constructor
  203. deleting a boost::filesystem::path object
  204. partial ordering of template functions & parameter specification
  205. using less<string>...
  206. Checking if a path isDir()
  207. NovelSpace Media, LLC announces the launch of their new online bookstore and web portal devoted to developers and programmers.
  208. Emotional programming
  209. Declare a member variable of a class in the constructor
  210. need help finding error in binary tree code
  211. Help with Vectors and Dynamic Objects
  212. ===Welcome to comp.lang.c++! Read this first.
  213. DLL Encryption
  214. A little confused with this (const ptrs)
  215. invalid conversion from void* to int**
  216. Overloaded vendor library routine: is this C++? Or very clever C?
  217. Thread safe way to initialize static object
  218. Exception Terminate
  219. newbie Q: how to use stl hash_set in gcc3.4.4
  220. What is wrong with reference into std::map?
  221. side effects
  222. What is std:: ?
  223. any 1 helpe me
  224. Template class and inheritance
  225. Initializing Static Map Member
  226. operator[] in matrix class
  227. How to force client to catch exception thrown from failed constructor
  228. Gsoap webservice call Crash on Windows 2000 SP4
  229. Problem with datagram socket
  230. C++ and Games
  231. Reading unser input & deciding course of action.
  232. Undefined Reference Error for Map
  233. c++ project
  234. WSAAsyncGetHostByName without window
  235. Declaring structs vs. classes
  236. Static member use before its initialization
  237. FREE Work At Home Job Finder
  238. passing by value pointer of a struct
  239. iostream buffer and write to file
  240. [fstream]how to set buffer
  241. static const in struct
  242. child class as argument?
  243. C++ for smart phones
  244. Need compiling help on c++builder 5
  245. hash_set help
  246. Exception in a derived class constructor
  247. Mixed public/private derivation?
  248. computed #include directives questiron
  249. Static Map initialized with Static Function but error
  250. Silly returning-an-object question