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. Unsure what "*this = 0;" does
  2. iostream under Cygwin
  3. C++ teaser: Is this a compiler bug, or is this expected behavior?
  4. Template to catch all functions ?
  5. Any free debugging tools for memory leakage?
  6. Restrict template to class type
  7. Memory leak in Vector
  8. clear the screen through program on linux
  9. The New C Standard
  10. clearing contents of ostringstream object
  11. Help with Formatting
  12. How to hide the dialog when execute a dialog based application in VC?
  13. getline and EOF question
  14. map to vector
  15. Pre-Processor code generation
  16. What to name container "flavors"?
  17. Unknown size of Foo in Bar.cpp!
  18. std::string::c_str()
  19. [ANN] SMC - State Machine Compiler v. 4.1.0
  20. modifying new[]'d objects
  21. Level 4 Warning Question
  22. map to vector conversion inside class
  23. 128 bit number implementation
  24. overloaded ops << and >>
  25. generic properties from objects
  26. Omitting function default args when no prototype is available?
  27. Kill current c++ programm process
  28. Singleton question
  29. why C++ object can access its data member without via getter function??
  30. check if string contains numeric, and check string length of numeric value
  31. How to serialize a STL vector?
  32. How to solve this gracefully?
  33. C standard library header files in C++
  34. A problem with Constructors...
  35. std::string = char* + std::string
  36. static stuff
  37. Available C++ Libraries FAQ
  38. timers in c++
  39. constant member functions of a class
  40. Alternatives to the C++ Standard Library?
  41. Passing a 2 dimensional array from c++ to fortran
  42. Help: ofstream issues
  43. I need help getting started.............
  44. Going wide and international
  45. Creating Sorting class
  46. Boost / Phoenix
  47. Simple string manip question
  48. When is a base class protected member not visible in a derived class?
  49. Programming Contest: Fit pictures on a page
  50. Template pseudo-specialization through compile-time assertions
  51. Templates & Typdefs with g++ v4.0.0
  52. operator with differing return type?
  53. performance/style of memory allocation
  54. Invoking C++ functions in C
  55. Re: How can I know size of avaible memory in heap?
  56. Add a method to an STL container?
  57. Question on avoiding page faults
  58. how to use fortran modules in c++
  59. Openssl and DES sample code
  60. How to document ownership?
  61. just want an ipod
  62. references on pointers
  63. How to dump inheritance information of c++ binaries?
  64. VC++ bug or not?
  65. Timeout value on Socket Connect
  66. Inheritance or aggregation in the first variable?
  67. No pshpack1.h in g++?
  68. Touble with passing a reference to vector of vectors of objects
  69. Virtual Function Performace: Say what Stan?
  70. Static variables inside member functions
  71. virtual inheritance.
  72. char ch[] = ""
  73. confusing statement in Deitel book
  74. Is this ambiguous?
  75. C++ wish list and beyond
  76. MS VC++ 6.0 object memory layout
  77. C++ and Tk
  78. Cannot export class symbols
  79. c program, file size limit, how to solve? 2G bytes limit.
  80. c'tor not called?
  81. Is this possible to do in C++ {Novice Programmer}
  82. mem.h doesn't seem to be available in g++
  83. Finding class symbols dynamically
  84. Dealing with dead sockets on a winsock2 sever
  85. bit insertion and extraction
  86. Variable offset and multi inheritance
  87. OSS2005 Proceedings online
  88. Templates, token-pasting, defines and literals...
  89. Bitfields
  90. XML parser
  91. About Efficient c++
  92. Returning a value and retain the original values
  93. Command line EXE is slow, fast in Visual C++ environment
  94. Reading value of a StatusBar (wx) control
  95. multithreaded c++ program gives segmentation fault coredump
  96. Casting class1<class2> to class1<class3 >
  97. How does sampling Profiler work?
  98. float
  99. template static data member definition
  100. char * convert to LPCWSTR
  101. (VC7) Basic Object Const/Dest question
  102. Enum range
  103. virtual function
  104. How to write a program which can support plugin
  105. please help - seg fault in std::set
  106. overloading ->
  107. const function
  108. STL and linked lists
  109. Template problems in Visual C++ 6
  110. C++ objects that act like Java/C# objects.
  111. HELP: unfamiliar C++ syntax
  112. [ANN] Ultimate++ 0.98.6 released
  113. Hyperlinked C++ BNF Grammar
  114. HELP: cpu load graph plotting program
  115. using fortran modules in c++
  116. Replacing Strings Binary
  117. strings stl
  118. singleton with multithreading
  119. Open default mail client
  120. catch with no return value....
  121. g++: Creating DLL from .a files
  122. Empty classes, default ctors and const objects?
  123. Little Patch Program in C++
  124. Please help a newbie using C++ to run an ASIO interface to E-MU1212 SoundCard
  125. template <typename T> struct polymorphic : public T ???
  126. Question to FAQ 35.12
  127. Forward declaration & incomplete template type
  128. Include Problem
  129. VC++.NET 2003 - halp - string
  130. i need advice
  131. check derivations of pointer types (without dynamic_cast!)
  132. Strange dynamic_cast problem
  133. computing limit of basic data types ?
  134. Static member initialization
  135. static member initialization
  136. Exception handling and heap corruption
  137. undefined reference to main and other functions
  138. enum creates undeclared identifier (only sometimes?)
  139. Using Function
  140. member function reference when extending an STL class
  141. Bridge application: Best connectivity solution
  142. Problems compiling simple C++ code (also problems with std::string)
  143. is STL multimap "find" order stable?
  144. Case Sensitivity in Windows 2000 Filenames?
  145. No buffered I/O in the Standard Library?
  146. MFC
  147. How to overload operator= to have both deep copy and shallow copy semantics
  148. Time typedef structure
  149. Necessity of pure virtual destructor?
  150. set begin() retrieved the minimum element?
  151. The design of C++0x
  152. Style: use of member references in derived classes?
  153. parse error in gcc but success in vc.net, call a non_template class's template member function from a template class's member function!
  154. COM Objects and mutex
  155. Reporting formatted input operations that fail
  156. Casting to void*, result unexpected.
  157. Re: how to let gcc warn me when I use = in conditions
  158. C Plus
  159. this->(i,j) doesnt work but this->_ij_val(i,j) does
  160. Difference between using function overloading and function templates
  161. C++'s interface with the Real World
  162. Passing ellipsis to C
  163. DOS window stays open when executing from a batch file
  164. usb to serial adapter problem
  165. bvh hell
  166. simple memory allocation question
  167. Linking Error, 3DS Max Exporter
  168. setting default value for a parameter of a class member function
  169. memory leakage in c++
  170. list of all windows from taskbar
  171. Precidents, Precision, or Plain Screwed Up?
  172. We could omit curly brackets in function declaration?
  173. Destructor call at overwrite?
  174. Initializing static const members with gcc 4
  175. fasteste way to fill a structure.
  176. Creating an Object in a C function
  177. Illogical std::vector size?
  178. GUI
  179. Overloading/Overriding ?
  180. array of TCheckBox - is it possiible?
  181. recording massive data stream
  182. null FILE* pointers
  183. Listing all variables of a source code
  184. Using strtok, need to insert null into vector
  185. "delete this" question
  186. self initialization (??)
  187. warning: namespaces are mostly broken in this version of g++
  188. help with the project
  189. Looking for some serious C++ development ?
  190. C++ ActiveX python javascript communication trouble.
  191. C++ ActiveX python javascript communication trouble.
  192. explode a DVD VOB with c++
  193. template default parameters?
  194. Really **wonderful** website for C interview questions!!!!!
  195. C++ and DVD VOB explode
  196. Really **wonderful** website for C interview questions!!!!!
  197. smallest positive double number
  198. Regardng algo book
  199. STL vector memory leaks
  200. Question about virtual inheritance
  201. map::erase
  202. extern "C" nests suspiciously
  203. Re: How to define friend template function?
  204. setting default value for template parameter list
  205. Running exe file?
  206. unicode std::string
  207. Unable to write to memory error
  208. pointer to a class
  209. Access a list of vectors
  210. Temporary objects as arguments to constructor calls
  211. FAQ (somewhat OT)
  212. My New C++ Project
  213. Memory and pointers
  214. C++ can do it for me?
  215. #import ???
  216. Re: How can I know size of avaible memory in heap?
  217. Deconstructor fails to clear everything
  218. Re: why fopen( ) can't open a big data file? (single file, as big as 29G)
  219. Rational Rose/C++ code generation (newbie question)
  220. derived class constructors
  221. PLEASE POST RENDERWARE STUDIO 3.7!!!!!!!!!!!!
  222. Re: Removing dead code and unused functions
  223. Re: getters and setters
  224. Re: Declaration of "const A &B::A() const" changes meaning of A from "class A"
  225. Re: getters and setters
  226. Re: Borland incompatibility... I think
  227. "dynamic_cast" with instance of an abstract class ?!?
  228. Re: Converting Visual Studio C++ to G++
  229. parsing floats out of alphanumeric strings using strtok
  230. static member constness
  231. Re: C++ way of strtol
  232. Re: Inheritance of overloaded functions
  233. Re: getters and setters
  234. Re: getters and setters
  235. Re: Removing dead code and unused functions
  236. Re: getters and setters
  237. Timer thread
  238. C++/ VB/ CONTRACT/ IN
  239. stringstream used to convert int to string does work only once?
  240. PLEASE HELP !! Link errors
  241. Is this defined?
  242. Opening files in "exclusive mode"?
  243. question about templates
  244. default params to clsas member functions
  245. Putting alternate versions of typecasts in your code.
  246. Does assignment operator have to behave exactly like copy constructor
  247. Submitting HTML parameters to activeX control
  248. Databank for hearing aids
  249. pure virtual class
  250. Cross Platform Plug-in architecture and IPC