PDA

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 170 171 172 173 174 175 176 177 178 179 180

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