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. Need a guru to help a noob
  2. using namespace std
  3. passing an iterator as an argument
  4. CComBSTR, std::endl and stack overflow
  5. Question about inherited class virtual functions
  6. Converting between number bases
  7. rounding to the nearest nth digits
  8. Accessing a thread's object
  9. Const objects defined in headers
  10. difference between static_cast and reinterpret_cast
  11. check the existence of string
  12. What does << mean in C++?
  13. Subclassing Off Of Vector
  14. Mode Oriented Lexical Analyser Generator
  15. Determing if a line is a comment
  16. Large Buffer Memory Management
  17. malloc in 64-bit
  18. ANN: MultiExtractor v1.2.0a update
  19. How can I insert null bytes in to std::string?
  20. parsing a string
  21. codecvt and stringstream
  22. Class knowing properties of another class that contains it
  23. how to use friend ?
  24. Always create the object in heap?
  25. Get list of all IP addresses
  26. declaration affects efficiency?
  27. dialog problem
  28. Re: J2SE 5.0 Generics and C++ Templates
  29. assigning reference to a returned value from function.
  30. Need a URL for Coplien's discussion on Exemplars idiom?
  31. Problems with LNK2019
  32. Problem communicating between DLLs
  33. vector of pointers to instances of a templated class
  34. Bruce Eckel's CD
  35. setprecision in output
  36. std::string to char[] with a twist
  37. std::string to char[] with a twist
  38. typeid
  39. multiple inheritance and base pointer
  40. using pointer in a friend operator +
  41. Linking ASM Object File to C++ Program
  42. Write 3 decimal places always to stream
  43. while (std::cin >> x) why it works?
  44. Vector
  45. A problem with inheritance
  46. Problem with a template class & friend function
  47. UNET Contest IDE
  48. virtual function table ptr stored to file and then again reread
  49. Creating a class which holds a container with pointers to itself
  50. STL
  51. exception model for real-life applications
  52. Re: J2SE 5.0 Generics and C++ Templates
  53. string constructor difference
  54. "n Parameter" in C++
  55. Templated container members
  56. Function for all integer types
  57. Which container to use for circular buffer?
  58. std::string.find_first_not_of(size_type index, size_type num)
  59. reading from multiple files 1kb at a time to a byte array
  60. cost 2 company problem ....
  61. intptr_t
  62. ambiguos symbol ifstream
  63. Converting 4-byte char array to float
  64. strtod(*iter) + double
  65. how to initialize a vector in the constructor
  66. Initializing a reference ?
  67. function overloading question
  68. char** question...
  69. reference and pointer and function argument copy
  70. Mitov Software, AudioLab, SignalLab Usage questions
  71. pointer
  72. Why doesn't this compile....?
  73. STL list's assignment operator
  74. Catching a system error.
  75. types
  76. Multidimesional maps, vectors and iterators
  77. Using boost signals
  78. error compiling this code
  79. Factorial
  80. Optimization of STL map's find
  81. namespace doubt
  82. how to make this possible
  83. using insertion sort with a linked list
  84. VC++ does not compile my code after header file change :-(
  85. Reference Variable Vs Pointer
  86. ===Welcome to comp.lang.c++! Read this first.
  87. traverse directory with boost
  88. [AD]Incredible! $26.00 == The C++ Programming Language (Special 3rd Edition); $35.00 == Thinking in C++ (Vol. 1 & 2)
  89. Safer Array Length
  90. unexpected 'pure virtual function' error
  91. variable declaration in if statement
  92. need a hint
  93. Template trouble
  94. Class and Container
  95. return of a function
  96. end()
  97. inner class and initialization list
  98. stack address is different when parameter is passed to function?
  99. function can be called from ## operator
  100. problem in object
  101. a unique set of unsigned char-arrays?
  102. Problem about memory allocation
  103. Copying entire file, line by line into another file
  104. style and performance
  105. Constructor function
  106. Small application
  107. I need to adjust the size of a bitmap in a buffer
  108. Static class members - how
  109. TR1 Book Now Available
  110. Very strange, please help
  111. Very strange, please help
  112. Read text file
  113. Strange output
  114. Detecting the arity of a constructor at compile time
  115. reading other peoples code
  116. Error while testing the "non-template friend function of a templateclass"
  117. inaccessible constructor
  118. static & dynamic allocation problem
  119. Visual Studio
  120. Is this a Bug of VS 2005?
  121. implicit type conversion
  122. precision in C++
  123. Job opportunity in the Philippines
  124. How to tackle this problem???
  125. fprintf format
  126. What's the benefit to dynamically allocate memory?
  127. Calling a class' memver function from inside another class
  128. recursive function
  129. specialization of a template function in a template class?!?!?
  130. cin/cout vs. scanf/printf
  131. How to understand this sentence
  132. meaning of j++
  133. Basic Linked List Problem
  134. FILE* and fstream
  135. return a line back to the stream
  136. Info on how to learn more
  137. Why can't the sentence compile?
  138. Calling std::list::erase(iterator pos) with a reverse_iterator?
  139. How to type an empty string in command line?
  140. How to invoke member function over by "const"?
  141. big gap between visual studio 6 and 2003
  142. a==b==c ?
  143. Lightweight XSD validation
  144. method & function
  145. A problem with GNU Scientific Library GSL
  146. How to invoke member functions of the objects in a Set
  147. Can someone give a simple implementation of RTTI in c++?
  148. split, splice and the like
  149. Bit enumeration algorithms
  150. Bit enumeration algorithms
  151. The most powerful question to ask A.I is:
  152. weird compiler warning
  153. Template problem with unordered_map
  154. Copy constructors, de/constructors and reference counts
  155. typedef every where
  156. How to pass variables from a C++ function into inline ASM
  157. How does std::set stay unique with only std::less?
  158. multiple level bom search
  159. What to prefer - TCHAR arrays, std::string or std::wstring ?
  160. fstream::open problem
  161. [c++] Nested calsses and access to them.
  162. memory leak or mtrace()-problem?
  163. An Array and memory problem
  164. Segmentation Fault
  165. structs problem
  166. inline, templates,
  167. istrean Vs ifstream
  168. type, class, object
  169. Problem with lengh of string
  170. Standard command line argument parser.
  171. ===Welcome to comp.lang.c++! Read this first.
  172. Template specialization problem - compiler bug or my fault?
  173. Does bit shift depend on platform/implementation?
  174. ##
  175. The Holy Shroud
  176. What are functions provided by the compiler in a class?
  177. Startup Needs C++ Developers
  178. Doubt regarding strcpy()
  179. objects known inside the class
  180. Application's pointer
  181. define and include
  182. Doubt on STL vector
  183. How to negate a group
  184. Difference between MFC Container classes and STL libraries
  185. Can we get whether a character is even or odd using regex
  186. will this code work always?
  187. Memory
  188. Calculating RSA Decryption Key
  189. Base and Derived Class
  190. Custom Allocator
  191. How to avoid multiple definition of a variable by multiple inclusion of a header file
  192. namespace
  193. TI RFID-reader
  194. Using objects without ever creating an instance - recommendable?
  195. better way of doing this!
  196. Weird pointer issue
  197. map problem
  198. input and output from multiple text files
  199. newbie question: Compiler relocation ??? What is that?
  200. how to pass variable arg list to a function pointer
  201. & and Int &
  202. a * b
  203. old question: difference between pointer and reference
  204. data structure & alignment accessing speed on 32 bits system
  205. Private member accessible from another object?
  206. problem with big programs
  207. Null Pointer
  208. std::numeric_limits<double>::infinity() returns 0.0 on Intel/Linux g++ 3.2.3
  209. problem using strlen
  210. Windows error on calling exit(0)
  211. Template specialization
  212. Functions that get called automatically
  213. function in the class have addresses
  214. RTTI
  215. virtual inheritance and virtual function.
  216. Problems with threads limit.
  217. Code Cleanup Tool
  218. rand() between m and n
  219. multiplatform C++
  220. Proclama del Comandante en Jefe Fidel Castro al pueblo de Cuba
  221. It proclaims of the Commandant in Boss Fidel Castro to the town of Cuba.
  222. decimal acrobats
  223. Operator versus Function Object
  224. SSE - UNIX INTERNALS - URG. OPNG. IN BANGALORE FOR AN MNC
  225. Address of a class
  226. URGENT HELP REQUIRED IN C++ programming...
  227. Function-like macro or templates for auto buffer allocation
  228. Compile directives
  229. Function Pointer
  230. 1's complement and 2's complement
  231. Array of Char
  232. Don't know how to define my class correctly
  233. get variable number of ints
  234. vector<pair..> >::iterator
  235. free() and delete
  236. saving file using fstream - newbie help
  237. STL list problems
  238. WTF??
  239. removing last written symbol from stream
  240. const_cast
  241. Virtual Destrctor Function
  242. [C++] Problem with compiling my program.
  243. Just learning C++ - a question
  244. A Few Questions
  245. cast int into a string
  246. Const
  247. template template argument
  248. trouble with .lib file export - class exported, but not as expected.
  249. String problem, I guess?
  250. how to generate this code?