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. what is the better way to determine if a string is number or not?
  2. error checking by parsing thru a string
  3. Set operators
  4. How to disable preprocessor checks in BCC32
  5. source code commenting
  6. String Manipulation doubt
  7. pragmas with example
  8. Now a tricky one ;-)
  9. Static Table...
  10. Class / lib files
  11. Access to excel spread sheets
  12. Rotated Sorted List Search
  13. Simple reference counting.
  14. objects hierarchy problem
  15. accumulate() usage
  16. finding angle between two points
  17. Vector withing map: accessing values
  18. Protecting Your Application
  19. Template Specialization: when are extra template params required?
  20. Questions about const reference
  21. Dynamic object costuming
  22. generate
  23. how can c++ be slower than Perl?
  24. Walking thru a STL list and remove element at the same time?
  25. what is the better way to do the mapping?
  26. catch(...) doesn't catch everything
  27. &*iterator
  28. Re: Commercial programs written in C/C++?
  29. DLLs - State of Play.
  30. random numbers
  31. Template specilization problems, howto work around
  32. Runtime Type Checking
  33. Apache C++ Standard Library 4.1.3 released
  34. ===Welcome to comp.lang.c++! Read this first.
  35. index vs iterator
  36. SetParent() on a control
  37. How to convert an integer into a string
  38. Traversing a 2D array
  39. map/set and multithreading
  40. Exception in Constructor
  41. Download Visual Studio 2005 Full
  42. How to insert binary to memo
  43. ostream_iterator<wstring, wchar_t>(wcout,"\n"))
  44. changing the sorting behaviour of std::map
  45. Serial COM port driver
  46. Anonymous Uniouns
  47. binascii in C++
  48. Tokenizing a string using STRTOK() in g++
  49. Manipulating bits
  50. Re: C++ "packages"?
  51. Re: C++ "packages"?
  52. C++ "packages"?
  53. Reading a file that looks like this..
  54. Deleting a Polymorphic Class
  55. How to get pointer and offset from vector<bool>::iterator (or reference)
  56. C style casts
  57. Initialization inside a class
  58. storing arrays in cpp
  59. Manipulator for parsing quoted strings
  60. How to enforce execution order?
  61. Hardware
  62. vector of vector newbie problem
  63. Endian swaps with C++; comments please
  64. calling virtual destructors and virtual functions
  65. Design question
  66. g++ vs msvc++
  67. How to prevent a letter insert in a int var ?
  68. "Good" and "pricy" developement environment for c++
  69. tree container library, revisited
  70. Preventing delete
  71. How to play .mp3 and .rm in VC++ programs.
  72. Operator overloading vs. class derivation/inheritance
  73. Operator overloading - lhs, rhs?
  74. Operator overloading - lhs, rhs?
  75. Get Rich
  76. Re: Passing a const object by reference.
  77. Video tutorials
  78. Compile error
  79. restricting memory
  80. istringstream
  81. some last minute isues...
  82. ifstream read() loop
  83. Linux and c++
  84. Class Member Memory Allocation
  85. Read and write the same file
  86. Finding dupilcate entry in a STL
  87. ostringstream and write()
  88. Namespace and #Include best practises
  89. RoseRT to "clean c++"
  90. Re: Free templates
  91. Help about windows programming with DLL
  92. operator overloading and virtual funtions
  93. Bad Reference?
  94. linked list program in c++
  95. in-place functor comparison instead of std::binary_function
  96. Delete node from singly linked list when header is not known
  97. Function / Method in class
  98. Making C++ classes available for C
  99. avoiding code duplication w/ type lists
  100. Linker errors on Template function definitions
  101. Seg fault when delete a pointer to vector<int>
  102. loop thru a STL list causes an infinite loop
  103. IT tests. C, C++, XML, HTML, .NET, SQL...
  104. const and non-const variables
  105. gcc error for Name lookup. - Item 32 exception C++
  106. Timer, threads, exceptions
  107. STL remove compile error
  108. Is there any command like Pause or Nope in C++?
  109. reading lines from file
  110. [MFC] CDataExchange::Fail() fails
  111. which clustering algorithm to use
  112. File I/o questions
  113. Operator < in map template
  114. C++ Network Solution -- Where should I begin?
  115. ===Welcome to comp.lang.c++! Read this first.
  116. syntax question
  117. custom allocator using templates
  118. Forward declare a templatized class
  119. question about function pointers
  120. Rot-13 encoding an std::string
  121. Masking a virtual function?
  122. Class inheritance question
  123. Passing a const object by reference.
  124. How can i get each coloumn of a 2D array as 1D arrays??
  125. Please use wxWidgets
  126. Binary File Reader
  127. std::find / find_if versus for loop
  128. How do you define key_compare and value_compare
  129. tightly coupled class design problem
  130. Random Colors For Use In Defining Different Regions
  131. map inserts and efficiency
  132. How to pass this template template argument? (MSVC++ 8 error C3200)
  133. bitmap array
  134. ToString : convert types to string
  135. std::string, subscripting, and npos
  136. Template Instantiation and member templates.
  137. Forward iterators and past-the-end iterator
  138. About const references
  139. source files vs. resource files
  140. templated pointer function for simple array
  141. Subscript operator overloading with vectors
  142. How to use wide char
  143. knight's tour helpppppp
  144. Comment on style
  145. vector erase
  146. Dataset always null
  147. member initialization - no matching function - candidates are
  148. Socket class done the C++ way
  149. class design question
  150. s there something better than EnumPrinters?
  151. how to declare this template operator?
  152. extract data from file
  153. What is the advantage of inherit from unary_function template
  154. Enum to type (for static dispatching)
  155. Re: Adding Multi_Language support to X, my Hand_Rolled newsreader.
  156. Which members are created automatically, which members are not inherited?
  157. What is the proper behavior of gmtime()?
  158. Removing elements from a list that are elements in another list
  159. Removing elements in a list that are also in another list
  160. Double getters
  161. const map templated 'find'
  162. Does c++ standart support thread? Is _beginthreadex the standard function?
  163. Newbie Question - Constructors
  164. Importing Borland DLL to MSVC++
  165. std::string performance (Sun implementation)
  166. which is faster
  167. What would new (char([0])) give?
  168. Cast vector<foo*> to vector<const foo*>?
  169. Are MAGIC numbers always bad?
  170. C++ POSIX implementation?
  171. Passing by reference... is it safe in this case?
  172. Another STL ?
  173. STL iterator/reverse_iterator
  174. simple drag & drop
  175. I fixed a problem...Now, what exactly did I just do?
  176. Abnormal C++ Compile Time - How to debug?
  177. multiple inheritence contructor
  178. Macros (I know, yuk!)
  179. Random Access Iterator
  180. ===Welcome to comp.lang.c++! Read this first.
  181. Return an iterator
  182. Question about operator new
  183. Loop over enum values
  184. cppmake
  185. Can I put this in a .h file?
  186. Advice required on my ascii to hex conversion C++
  187. auto_ptr's exception safe
  188. what are the rules for writing header files?
  189. visitor pattern and COM like objects ?
  190. Solaris : Difference in g++ and CC compiler for variable length array declaration
  191. Regading interview Question.
  192. How do I detect infinite floats?
  193. Passing Through Constructor - Simple Error
  194. STL ??
  195. Critique requested.....
  196. How to use std::copy?
  197. collecting data from text file
  198. recursive
  199. Ada to C++ translator
  200. Nesting try blocks inside catch
  201. Using STL how do I convert a variable to a binary string
  202. inclusion compilation model question
  203. bitset solution
  204. Help with template object
  205. STL iterator
  206. Converting a macro to a string
  207. Can C++ do it for me?
  208. Deprecated API?
  209. Little problem to use a priority queue
  210. dtors that fail
  211. UDP broadcast problem
  212. experiment with std::fill
  213. Error "type specifier omitted for parameter" in preprocessor directives??
  214. Pure Virtual Functions
  215. release build assertions/verifications
  216. Interpreting error messages (gcc)
  217. bstr string to New character string
  218. STL: copy vector of class ?
  219. static initializer order
  220. Running MS-DOS within a c++ program (Code)
  221. Grand Opening Giveaway! 85% off all electronics! http://xthost.info/ediscount/
  222. Definite type sizes
  223. graph layout algorithm
  224. Help with std string
  225. Virtual Template or Template Virtual
  226. Remove items from a stl vector
  227. Help with initialization of graph (Boost Graph Library)
  228. Interface
  229. global scope variable in .cpp file?
  230. Average All-Pair Path on a Graph
  231. Average All-Pair Shortest Path on a Graph
  232. does multimap insert invalidate iterator?
  233. "named parameters mechanism"
  234. CFP: IAENG International Workshop on Computer Science (in IMECS 2006)
  235. size of a class having enumerated data types?
  236. Smart Pointer library in C++
  237. memcpy a int to a char buffer ?
  238. C/C++ code to parse XML file
  239. garbage collection questions
  240. Whats wrong with my stream ?
  241. Debugging a Segmentation Fault in C++ STL code
  242. How to open a file in $PATH?
  243. question about operator new
  244. How to delete an array?
  245. how to use this utf8 interators to read from a file
  246. PostMessage() in vc++ thread not talking to main program
  247. utility to view the expanded preprocessor macros
  248. How to install c++ on Windows
  249. Gauss Jordan Solver?
  250. ===Welcome to comp.lang.c++! Read this first.