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. USB 2.0 Memory Stick
  2. GDI objects and memory leaks
  3. operator-
  4. vector<pair> .. more
  5. problem with const objects in lazy parser
  6. can you make an ifstream from a FILE* ?
  7. is there any transform_if algorithm?
  8. scan frames of other windows
  9. C++ class library for kernel mode programming
  10. Getting confused in Virtual calls
  11. Creating Dynamic 2D Arrays
  12. why is automatically generated copy constructor of this form
  13. who can give me a lmplement of Diffie-Hellman key exchange.
  14. Cline/Lomow Book (Original) FAQ # 158
  15. How to catch Mouse down and mouse up on item of treeview
  16. Error when initializing static variables
  17. STL map and memory management (clear() )
  18. How to Check the content of the memory?
  19. add a new member to struct
  20. Derived template classes
  21. Dual Head Monitor
  22. Bowyer watson algorithm
  23. Reading 16-bit raw data
  24. Question on vector of vector iterators
  25. private default constructor is good or bad?
  26. map iterators interface
  27. Naming issue
  28. copy and istream_iterator question
  29. How to turn a C++ program into a BASIC program ???
  30. std::vector
  31. How to become a C++ Programmer
  32. std::list
  33. friend sibling class nested in derived class problem in gcc 4.0
  34. My programs always shut down...
  35. `sock_create' undeclared (first use this function)
  36. #ifdef vs OO patterns
  37. Special iterator
  38. weird problem with gcc
  39. [Linker error] undefined reference... pliki .h... dev-c++
  40. what is the difference between string.h and cstring?
  41. How does the compiler implement a virtual destructor?
  42. problems at multiplication (Currency multiplied with float)
  43. CTAGS usage
  44. using fis.c in a c++ project
  45. Complex policies
  46. auto_ptr always implies heap?
  47. auto_ptr and casting
  48. int var declared in "for" not local?
  49. Too Many Function Pointers?
  50. can std::set hold pointers to keys instead of the keys themselves?
  51. Initialization of non-POD aggregates
  52. operator % and signed integers
  53. deleting all elements in a STL container of pointers
  54. Again: 2D-Array/Table but sortable asc/desc by column for different datatypes
  55. typeid ... more
  56. Memory allocation problem
  57. Implementing a Decimal class
  58. A good use of fn ptrs?
  59. mscorlib.dll problem (Visual C++ 2005)
  60. Access to MS SQL Server from C
  61. How to minupulate the elements (counting by 3) of an array usingSTL?
  62. c++ spreadsheet libraries?
  63. including and excluding at compiletime
  64. ===Welcome to comp.lang.c++! Read this first.
  65. variable in a class member
  66. Symbain Device
  67. Which is better, using ReadFile/WriteFile or use fstream?
  68. Struct inside a struct
  69. exception woes using fstream and .eof
  70. storing "almost-POD" classes to binary file
  71. inherit WITH operators
  72. Network Programming... Ugh!
  73. Problem with Exponent program
  74. Xml Parser
  75. Which header files are included?
  76. how to using codecvt to convert ascii<-->UTF-8 within std::ofstream
  77. Available C++ Libraries FAQ
  78. operator= Q.
  79. Getting error with SUNWspro 6 update 2
  80. lots of warnings with stlport
  81. using C structure in C++ (VC++ 7)
  82. what are the problems with this piece of code?
  83. 'new'd memeroy is contiguous?
  84. Function template partial specialization
  85. Reading from serial to an array
  86. question about "scanf"
  87. request for new questions
  88. How to change the button style of Console Application
  89. Switch vs. Else If
  90. geometric progression
  91. Memory leaking
  92. Is my naive C++ implementation the best, or...
  93. Making gcc a windows .exe file
  94. Initialization list and inheritance
  95. Link to lib file
  96. Allocation with new operator and Destroying with free operator
  97. undefined behaviour ??
  98. reference l-value
  99. AVI /MPEG Lib
  100. Opensource software for computing checksum?
  101. Heap Manager and new/delete overloading
  102. initialization problem
  103. incompatible warning in C/C++
  104. method to count 'endl' manipulator on insertion operator
  105. clone a tree
  106. efficient algorithm for customized set_difference
  107. ANN: SimpleORB now available for C#, C++, Java and Smalltalk
  108. Singleton class
  109. Singleton class
  110. Exceptions
  111. Using flex++ and bison (not ++) with c++
  112. The problem of inheritance? Why can't it overload the private same name function ?Help?
  113. Operator Overloading : Incorrect implementation being called
  114. dynamic cast for streamed data
  115. Casting, inserter and streamspos?
  116. SSL
  117. ===Welcome to comp.lang.c++! Read this first.
  118. Crash while erasing a member in a vector
  119. Finding a program's directory at runtime
  120. Operator<< for ostream
  121. looking for a clever preprocesser solution
  122. Why do all the compilers I try fail?
  123. how to distinguish whether the type is unsigned or not
  124. Newbie - getting value from excel cel
  125. defining class-object declaration in header gives error
  126. method max_size() for map-object (STL) returns -1
  127. Using Definitons
  128. std::streampos and INT_MAX - incompatible?
  129. architecture to adopt
  130. job interview question in C++
  131. Help! Windows.h Conflict
  132. fstream question
  133. fstream question
  134. Copy constructor: why can't I copy objects as if they were structs?
  135. I/O exceptions
  136. Global variables...
  137. Need advice about brushing up on my C++
  138. Befriend during runtime?
  139. Which container I should choose for better performance?
  140. Which container I should choose for better performance?
  141. C++, wchar_t, Unicode and all that stuff
  142. Re: C ++ is DEAD
  143. Re: C ++ is DEAD
  144. make files
  145. STL : list, map, ...
  146. sample.xll is not a valid add-in
  147. System functions + wchar_t
  148. operators << and >> for 'std::streampos'
  149. Memory value change?
  150. Class in class problem
  151. char * const &szKey
  152. references and l-values
  153. Static members and inheritance
  154. Best Editor/IDE
  155. problem in a very simple code
  156. Default Template Parameters
  157. Problem with input
  158. Problem with bitwise operators
  159. std::map
  160. is C++ dynamically or statically typed language or both?
  161. ===Welcome to comp.lang.c++! Read this first.
  162. Date/Time class
  163. new and memset
  164. cross platform shared libraries
  165. Any function can convert the words form,such as "boys"->"boy","became->become".
  166. Any function can convert the words form,such as "boys"->"boy","became->become".
  167. Any function can convert the words form,such as "boys"->"boy","became->become"?
  168. Re: C ++ is DEAD
  169. std::auto_ptr with virtual class
  170. The Trouble With Locks by sutter
  171. Class Design Question
  172. vector 'push_back' problem
  173. Dealing with const
  174. (newbie need help) Problem with template vectors
  175. Undeclared identifier???
  176. integer int i; *i++ and ++*i have a different integer value after the increment
  177. Default call of an Empty class object
  178. 'B' is an inaccessible base of 'D'
  179. Static and dynamic library
  180. Malloc() and new()
  181. A problem on string swap
  182. template class to alloc memory
  183. [Newbie Question] Static members
  184. PLEASE DON'T FEED THE TROLLS!
  185. calling class member functions without instantiating object?
  186. templatized copy constructor not being deduced
  187. I'm having trouble. Help?
  188. Formating Output of std::ostream
  189. weird iostream/fstream behavior
  190. Preprocessor
  191. Problem: how to use one std container to store multiple types?
  192. using exceptions to catch segmentation faults?
  193. for me its difficult
  194. How to write a bluescreen with C++???
  195. C++ Templates: Incomplete Type Problem
  196. ShellExecuteEx
  197. global instances and extern help
  198. vector 'initial block of storage' / implementation guidance
  199. vector 'initial block of storage' / implementation guidance
  200. vectors of floats
  201. compilers
  202. Copy Constructor and Initialization by Temporaries
  203. Accelerated C++: exercise 6-1
  204. problem while running a STL CPP application.
  205. How can you connect c++ with any database.
  206. aaaaaaaa
  207. Template for POD types only
  208. problem in placing command line aruments(LPSTR) into **char
  209. fid to c
  210. File's Openmode and the Cursor position
  211. Silly question (8 lines of code)
  212. Re: cannot convert char** to const char**
  213. gsl and windows (matlab)
  214. Overriding new and delete.
  215. How to write Java style classes in C++
  216. ===Welcome to comp.lang.c++! Read this first.
  217. "Die" class
  218. conversion warning with STL combination of functors
  219. Why can you delete a const pointer?
  220. pointer to 2d array
  221. no match for 'operator!=' in ...
  222. How far should I go in protecting the user from his stupidity?
  223. Is 'close' a reserved word in C++ ?
  224. Implement Singleton Using or Not Using dynamic object.
  225. Containers & Iterators sanity check
  226. Visitor Pattern Choices
  227. Allowing a class to be converted to bool?
  228. (*(void(*)())0)();
  229. Distinct sub-types of POD?
  230. Sorry for the inconvinience
  231. ifstream and format issues
  232. Query regarding to overloading.
  233. trouble
  234. Is it possible to overload with return values?
  235. STL iterator ?
  236. does all implementations of std::vector use regular arrays?
  237. template argument to a template class
  238. Function overloading
  239. problem with microsoft speed optimization
  240. Best way of sharing a enum
  241. Problem with std::ostream, std::streambuf and "virtual xsputn"
  242. accessing inner struct members
  243. boost::MultiIndex help
  244. function template
  245. Vector of vectors
  246. Whay was Justin Kemp out this match ?
  247. Class A contains class B, class B points to class A
  248. Strange Output, Help.
  249. Where to allocate memory for the char * data member ...
  250. simple question on WM_PAINT