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. question about boost::scoped_ptr
  2. std::set::upper_bound
  3. french to english numeric conversion
  4. argg, noob array question
  5. Help fixing file input reading routine?
  6. BITWISE SHIFT question
  7. operator overloading in the derived class could not work...
  8. constructor inside constrcutor and this object
  9. reverse a file's content
  10. Simple Quadtree
  11. Visual Basic for Applications
  12. I need help w/my tic tac toe code
  13. Static initialization order fiasco with smart pointers
  14. test
  15. How to bounce a post
  16. Problem with std::basic_istream<_Elem,_Traits> &std::getline()
  17. program crashes at start
  18. Get user Temp directory
  19. Borland C++ Builder 6, Active X
  20. problem with complex numbers
  21. proper initialization
  22. lottery numbers
  23. Adding index counter to linked list
  24. friend templates
  25. C++ & C# EBOOKS
  26. Default parameters in macros... Is it possible?
  27. A quick question...
  28. [ANNOUNCEMENT] C++ Programmers Frappr
  29. re:sorting
  30. sorting
  31. bitfields as static members?
  32. "heap" vs "stack"
  33. Stuctures in classes
  34. quick+insertion details by microsoft(1997)
  35. funciona mesmo!
  36. unexpected behaviour of set_unexpected()
  37. hash_set<string> declared deprecated
  38. problem with the destructor of cout.
  39. counting letters words
  40. Virtual Constructors and Destructors
  41. How to call Fortran moules from C++?
  42. How can i do matrix with STL?
  43. Class Templates pls help
  44. Access Violation by fox toolkit in FXObject::MetaClass::search(FXSelector key)
  45. testing - ignore
  46. Newbie at windows
  47. "friendship" question
  48. Whats faster? i1++ or ++i1
  49. problem with hash set iter
  50. unit--, a unit test framework for C++
  51. virtual method with different return types?
  52. $2.00 Bonus signup from Goldscity.com.
  53. casting primitive type to user-defined type works in usage
  54. search for all exe files on the computer
  55. to generate a fingerprint of all exe files present on my computer
  56. ctor exception question
  57. Template specialisation of static members
  58. Help
  59. How to print stack info when using assert?
  60. Risky question?
  61. Library for random-access console screen functionality?
  62. RPM for profiling
  63. log10
  64. Passing varibles into a function from a differen class...sorta
  65. vector of fstream, does not work?
  66. ===Welcome to comp.lang.c++! Read this first.
  67. Bad DLL calling convention
  68. template specialization overriding non-specialization?
  69. Accelerated C++ exercise 8.8
  70. Read one array into another then sort it = Newbie problem!
  71. vote
  72. How Do I Convert String To Int
  73. ignore. this is a test.
  74. const 'correctness' question
  75. TCP Connection
  76. Routine for eigenvalues of *complex* valued matrix
  77. directx "how to" question
  78. Some questions, big numbers library
  79. Some questions, big numbers library
  80. Project design
  81. stl questions: how can I compare 2 stl list?
  82. Problem using vector.earse( ) in a class
  83. Error: function already has a body
  84. Xerces and URL access/parsing
  85. how to find .obj file
  86. cud any one tell me what is the problem in this program
  87. find if any application is openning the file
  88. find if any application is openning the file
  89. deleteall
  90. iostreams: change default floating point precision?
  91. Is std::multimap "stable" ?
  92. C++ Faqs
  93. Reference and Pointer
  94. Creating methods for a data base
  95. Frustrating array initialization problem
  96. virtual methods in multiple inheritance
  97. CRTP question
  98. Non-member vs. Member
  99. Unhandled Exception. Undefined Pointer?
  100. Tutorial on C++ Templates
  101. How to compile a CPP file in Command Prompt
  102. Testing protected or private functionality?
  103. Why does this crash?
  104. Float to int conversion by using two int variables for representation of the float variable
  105. memory
  106. sudoku coding help
  107. MFC: How to resize a control with only SendDlgItemMessage (ie. without MoveWindow)
  108. Class Inheritance - newbie Question
  109. how to copy from a vector into an array?
  110. Vector of pointers
  111. releasing memory when shut down ...
  112. Stack runtime error
  113. overload new in shared library (crazy)
  114. A doubt regarding constructors
  115. Error executing c:\windows\system32\cmd.exe
  116. test(null)
  117. iomanip: setwidth was not declared in this scope
  118. faq why use p=NULL?
  119. private constructors
  120. Transferring the log file over the modem using PPP
  121. is the v-table global ?
  122. Huge compilation time of template based sources (AIX 5.2, VA C++ 6 compiler)
  123. store pointer to template function
  124. delete this;
  125. constructor overloading with static variable
  126. char* string?
  127. Overloading operator []
  128. Inline Constructor
  129. floating point bitwise & and >> operations
  130. pointer to member function as template argument
  131. Fastest way to construct this class
  132. Tools for refactoring header files
  133. Covariants
  134. Friend class and NULL object member functions
  135. Are implicit casts to void*& illegal?
  136. Auto-generating C header file from C++ header?
  137. fatal error C1001: INTERNAL COMPILER ERROR
  138. Populating an Array of Struct
  139. Linkage of templates
  140. COSPA Deliverables available online
  141. GCC output directory
  142. Deleting a File from Hardrive and Deleting a SubKey in Registry
  143. ; in function member declaration
  144. Inner classes and access restrictions
  145. How can I pass command line arguments in Visual Studio 2005 (in C++ environment)
  146. to add 2 very long integers
  147. virtual inheritance downcast
  148. ===Welcome to comp.lang.c++! Read this first.
  149. Need help in designing a quiz
  150. coloured text in console
  151. std::list and interfaces question
  152. STL map compare function - can I pass a parameter?
  153. derived class incresing the sopce of base class methods and explicit call to constructor
  154. junk information an the end of dumping out string to a file.
  155. faq new as parameter in the constructor
  156. Re: Why does this crash?
  157. Available C++ Libraries FAQ
  158. cast from void* to int
  159. Copy bitmap to clipboard
  160. Problem- strcat with char and char indexed from char array
  161. need of virtual keyword
  162. stl map, lower_bound and upper_bound
  163. new process or a new thread
  164. The Shell execute command not working
  165. Select function
  166. Pro*c - Using c++ to retrieve unicode data
  167. Destructor
  168. Member function redeclaration not allowed when constructing temporary object
  169. warnings .. and removal
  170. Structs and pointers
  171. Crash with Seg Fault
  172. new and memory management
  173. [Fwd: [yate] we hire!!!]
  174. ISAPI DLL Location help
  175. system() function usage
  176. Need odbc32.lib odbccp32.lib
  177. istream and string
  178. replace std::map with <ext/hash_map>
  179. replacing operator new
  180. Deriving and Template typedef
  181. Defining a constant in a class
  182. overloading new
  183. is there any open source c/c++ parser available?
  184. Numbered class
  185. Accerated C++ question
  186. aCC Compiler error : Cannot use extern object of unknown size
  187. Report from ACCU Conference Thursday 20th April
  188. The copy constructor
  189. calling base class destructor's
  190. Begin() applied on empty Vector returns NULL or non null value????
  191. Quick template newbie question
  192. passing varg to another method
  193. semantics of std::vector.reserve()
  194. subsets of array
  195. A new syntax (to me)
  196. Why the standard doesn't force following the "simple" references link ?
  197. What's the best/a good way to access a variable member of an array of structs?
  198. What's the best/a good way to access a variable member of an array of structs?
  199. legacy code?
  200. using directives
  201. struct in struct
  202. catch (...)
  203. A garbage collector for C++
  204. metapost & powerpoint comparison
  205. catch( ... )
  206. Best C++ compiler for DOS programs
  207. rand function
  208. storage allocation?
  209. Will this leak ? (question on throw statement)
  210. 10000 Interview Questions And Answers(C,C++,JAVA,DOTNET,Oracle,SAP)
  211. Termios is freezing
  212. declaring data in classes - what's better?
  213. Senior Compiler Engineer, Mathworks, Natick MA
  214. vector, hash table, etc. library in C? I am abandoning C++
  215. displaying any struct
  216. boost facilities for determining whether or not a type supports particularsyntax?
  217. diffrence between access modifier ....and access specifier...in c++
  218. Calling base class constructor?
  219. Need explanation with something
  220. Calling base class constructor?
  221. Stupid question for you all....
  222. Trimming Vector's Excess Capacity
  223. Files when calling the dispaly function some garbage value is coming
  224. Compiling C/C++ to MIPS ASM on a Windows computer
  225. ===Welcome to comp.lang.c++! Read this first.
  226. Q: formatted integer extraction from ifstream
  227. comparing objects using pointers
  228. Job title: $300 flat for job in perl, cgi, Visual Basic/Asp.Net, whatever online project
  229. DOS programming
  230. multiple namespaces
  231. C++ Template - Does it work on 16-bit platform
  232. friend with template class
  233. International Characters in an Edit Control
  234. Going to Copy Constructor from here Why?
  235. getting time in milliseconds
  236. Working with classes?
  237. Re: getting time in milliseconds
  238. Count elements in range between two iterators
  239. When copy constructors become handy?
  240. c++ & ftp
  241. How to handle "operator []" returning reference to the null pointer
  242. FTP server program using sockets in C++
  243. question on std::find()
  244. Functions inside Macro Curly brace
  245. Very lost
  246. The callback function parameter in multithread
  247. exe runs from BCB IDE and on double-click, won't run from cmd line... help!
  248. static import
  249. Calling another program in C++ and directing the program flow
  250. Init syntax for checked array template?