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 181 182 183 184 185 186 187 188

  1. MSVC++ Question
  2. reinterpret_cast<>() v. static_cast<>()
  3. catch (...)
  4. vector of vectors
  5. atomic flag
  6. defining a custom output facility
  7. is this ok
  8. push_back() and vector of classes - C++ newbie :)
  9. Classes, Pointers, Constructors, Headaches
  10. Q about endian-ness/portability
  11. local functions, namespaces, and inlining
  12. executing a file with a byte offset? (pipe?)
  13. References to class functions
  14. Windows Compiler Recommendations
  15. C++ Credit Risk position with Lehman Brothers, NYC
  16. File Open and Close
  17. size function for multi-dimensional array?
  18. Network Printing
  19. Does a static variable in a class's member fn always remain static?
  20. Problems using omanip
  21. float: IEEE, big endian, little endian
  22. N00b
  23. Looking for good naming convention for class attributes
  24. Not a able to return value from a dll
  25. friend class problem
  26. STL hashmap
  27. Visual C++ with Dialogic
  28. template friend function
  29. Vector of vector question
  30. fixed stream manipulation function syntax
  31. Re: c++ access to object methods via pointer
  32. Factory method -- best practices for portability
  33. creating dynamics derived classes
  34. NFA to DFA
  35. import image!!! I'm a rookie
  36. Idea for custom thread-safe STL allocator?
  37. Debugging Template classes
  38. std c++ library documentation
  39. ...Or how to build plain-dos app with DJGPP which uses <windows.h> include
  40. how to build plain-dos EXE using Borland C++ 3.1 which uses WINAPI
  41. STL and shared memory
  42. Template partial specialization
  43. Move constructors and Intel compiler
  44. undefined reference
  45. [gcc] class specialization - what is wrong ?
  46. pthreads
  47. VC++ not linking my lib correctly
  48. Template errors
  49. help with THIS [ Newbie ]
  50. How to uninstall NT Service
  51. Sorting??
  52. testing for int
  53. Convert int to string
  54. Albegrical Expression
  55. Standard
  56. pointer to char, strings
  57. [C++] Mutable member functions?
  58. Placing functions from .lib in a namespace?
  59. xerces-c++ Tutorial
  60. Conscious antipattern behavior
  61. Beginner Help: Joining Multiple classes in multiple files?
  62. How to store an object and reuse it later in C++
  63. Objects with value semantics - enums vs classes
  64. Help me with this coding please. Adjacency Matrix
  65. Help for *x++=*y++;
  66. Help me please, how can I create an array of object of a my class?
  67. C++ networking
  68. "delete this;" Is this safe?
  69. Copy Constructor
  70. broblems with miracl library
  71. beginner help on api and MFC
  72. how to get the binary file ??
  73. Re: how to call C++ from C?
  74. Can std::string contain binary data
  75. No results with MySQL
  76. Opinions on this code please guys....
  77. missing file Turbo C++ ver 3
  78. Find if elements of one array are present in the other and return a boolean array
  79. Good Hash Implementation?
  80. C++ linked list
  81. C-Like Strings?
  82. software protection and licensing question
  83. throw wth no operand
  84. Forcing Exception Catching At Compile Time
  85. Why define operator == global and not as a class member?
  86. clean exit - suggestions?
  87. how to send ata commands to a harddisc
  88. Is this a standard?
  89. problems with siemens m20 gsm modem & c++
  90. Undefined reference on template class
  91. char (oder bstr) aufsplitten
  92. How to refresh another dialog box
  93. check if a directory exists
  94. Need help with C2666 error
  95. online literatures
  96. random string generator library!
  97. STL speed
  98. Inheritance and virtual functions
  99. make dll
  100. How to write a lower_bound_if function modification to STL
  101. about shared_ptr
  102. Discrepancy in the solaris CC 5.3 and 4.2
  103. Read Only Attribute?
  104. Not STL newsgroup... Where?
  105. Wizard, property sheet and minimum size...
  106. C++ faq 38.5 - macros with multiple statements
  107. FTP Resume
  108. VC++
  109. Template problem when linking with WorkShop 5
  110. Remove and Rename using fstream
  111. how to convert program to lib?
  112. Borland compiler installation
  113. PathCleanupSpec - Shell32.dll
  114. stream and formatting char type
  115. public vs private access
  116. random number geneator
  117. complex numbers
  118. converting a program from commpression to encryption.
  119. Accessing C++ from C
  120. vector
  121. no recoil in c++
  122. Why does this compile?
  123. C++ Refactoring Tool
  124. Friend Function in Template Class
  125. instances of my student class help!!
  126. Creating and Maintaing Heavy and Light Versions of Classes
  127. Need C++ question list
  128. namespace problems with friend function
  129. pointers : segmentation fault under Linux
  130. casting pointer data type -more info
  131. cast pointer to different type, what is the impact?
  132. typecast int to string
  133. possibility to forbid use of "this"?
  134. CString question
  135. How to modify a file using C++ file objects
  136. What does this code mean?
  137. Re: operator new only as static member possible?
  138. Can I compile ACE on WIN32 with minGW without cygwin?
  139. STL abuse
  140. operator new only as static member possible?
  141. latest version of OCX
  142. Re: Exercise from C++ How to program Cyber classroom 4th ed.
  143. set::count() wrong ?
  144. Exercise from C++ How to program Cyber classroom 4th ed.
  145. why display is ffffff82 instead of 82 ??
  146. Contract Position
  147. Write program to display "Flash" file
  148. CEdit Scrollbar help required.
  149. zlib question ...
  150. prototype mismatches
  151. Tutor and Software Engineer(Java, C++, PC computer, Internet, etc)
  152. Multiple Inheritance - does order matter?
  153. Question: Unicode <-> HEX conversion in C source file?
  154. Fixed Q: HEX <-> DEC const value conversion in C source file?
  155. Question: HEX <-> DEC constants auto-conversion in C source file?
  156. Coding for multiple platforms
  157. Queue of function calls
  158. same static variable in ALL template classes
  159. how C++ telsl the number of element in delete []
  160. static linking libgcc.a
  161. Pointer arithmetic
  162. little C++ Syntax Problem
  163. Linked list of object
  164. capture a photo
  165. ostringstream
  166. comparing compilers...
  167. I don't know what's wrong with my very simple code
  168. [ANN] New Version (V1.0.0) of the Wave preprocessor library released
  169. std::cin.ignore() and std::cin.clear()
  170. implementing a templated struct within a templated struct
  171. handle leakage...
  172. Re: Storing/processing binary file input help needed
  173. Dering classes, virtual functions, not sure return type
  174. Storing/processing binary file input help needed
  175. variable scope in for loop
  176. can u do this ???
  177. Memory allocated to an object of a class
  178. const_cast
  179. Questions of streams
  180. help with standard streams and the file descriptor
  181. Saving / reading structures to / from disk
  182. Pointr to function
  183. Using MCI to create a video "splash screen"
  184. Static/NONstatic error!!
  185. Re: Redirection at the prompt
  186. Why doesn't std::cin choke on this?
  187. Mersenne Twister -- A Revised C++ Implementation
  188. inherited constructors
  189. Initialization of array by vector
  190. LNK4086 again....
  191. function prototype / method declaration enhancement - assertions
  192. Implicit/explicit conversion
  193. Function templates
  194. Escape Character in directory path
  195. C++ Calculate wrong answer.
  196. Help with template find_if predicate
  197. new or not new
  198. ?bitwise operators
  199. Red eye correction
  200. [ANN] U++ 0.1.3 windows/linux development system
  201. Order of evaluation and better declaration of functions
  202. [OT?] C++ Standard - 14882:2003
  203. how long is double
  204. Number of files in a directory...
  205. [OT] ACCU website
  206. C++ if statements - only last one is ever true
  207. C++ book for less than $1 !
  208. Understanding unlimited arguments with ...
  209. Unable to initialize values
  210. Newbie help with C++ under Visual Studio
  211. [ANN] cyclic logs C/C++ libraries and commands
  212. Need some advice on a few things
  213. Problem using string/vector in MS Visual C++ 6/g++
  214. Dumb MVC++ Question
  215. Implement a simple filter
  216. Could anyone explain the code for me?
  217. Nonlocal Store (global and class static variables)
  218. vector, list and deque
  219. Casting Away Constness
  220. map and multimap
  221. Preprocessor gcc and override
  222. Linux OpenSSL C++ Problem
  223. Object-Oriented Programming in C++(4thedition by robert Lafore)
  224. MFC error
  225. rvalue / lvalue operator[]
  226. a simple C++ question (about binary file input)
  227. Re: safe scanf( ) or gets
  228. Help with FindFirstFile
  229. :: with object
  230. vc++, graphics related problem..please !!!
  231. The OpenECG programming contest deadline has been extended to January 25, 2004.
  232. String literals non const?
  233. Win32 application failing in poweredge server
  234. Linking Error unresolved external symbo when using template and friend
  235. C++ altering the wrong class members
  236. return in void functions
  237. header files & #includes
  238. API for suspend or standby
  239. C++/ CONTRACT/ IMMEDIATE
  240. reverse iterators revisited
  241. implicit declaration of function 'int func(...)' error
  242. Suggestion for lib function: apply<>
  243. classes wrting/reading to binary file
  244. can read drwtsn32 log entry?
  245. how to declare array of class pointer
  246. Simple Event Framework - Suggestions?
  247. Gene Theory - C core commands
  248. How to create a bitmap on a form ?
  249. reverse iterator operator==
  250. Developing an app to controll multiple screens at once