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. RE: what's the different between char[] and char* as parameters
  2. std::string and case insensitive comparison
  3. "Shifted" insert in std::string
  4. partial template specialization error...
  5. why does this compile? cygwin GCC 3.4.4
  6. Problems with cin (already tried getline)
  7. MAP Error
  8. Implemetaction a straw by next of memory at any allocator.
  9. Implemetaction a straw by next of memory at any allocator.
  10. log4cxx
  11. Manipulating excel spreadsheets in C++
  12. Clipboard operations
  13. object lifetime
  14. static data members in template class problem
  15. stl vector assignment question
  16. Structure size
  17. want to know how i will use
  18. Methods for fast binary file output?
  19. conversion ctors question
  20. C++/Sybase
  21. Expected constructor, destructor or type conversion before...
  22. How I will use
  23. C++ Primer ex 3.14
  24. Why moving a function from protected to public area in class causes error C2556
  25. get the input but still the input should remain
  26. Boost Libraries failing to work with g++ 3.3.2, but working with 3.4.5
  27. Animate an avatar using a webcam
  28. Template member function
  29. Newbie inheritance question
  30. try/catch problem
  31. C++ Primer exercise 3.13
  32. programming my c++ matrix
  33. Problems with new Entry Point
  34. Do all members of partial specializations need to be redefined?
  35. file operations
  36. file operations
  37. Question about hooking and simulating input in C++
  38. Small High-precision Arithmetic Library
  39. Template function overloading question
  40. Refactoring Traits and Policies (in Containers)
  41. Processing Images: Need good library for various image formats
  42. erase a "pair" element in set
  43. How to read a 8-bit grayscale JPEG image using C++?
  44. Which design patterns for my FSM?
  45. To use or not to use smart pointers?
  46. version 2.0 of C++ Unit Test Library released!
  47. what's the possible reason for these core dump?
  48. Passing array by reference
  49. Function Identifier Not Found
  50. Function Identifier Not Found
  51. Member function as parameter of STL algorithm
  52. A strange problem of template
  53. Custom Software Development
  54. Conditional For issues
  55. How Best to Incorporate Traits and a Policies
  56. Global variable initialization
  57. How to write better C++ programs?
  58. Initialize global variable before any other global variables
  59. Solution to your problems
  60. how to control position of output values on output console
  61. "inheriting" constructors
  62. hoscakal yarin filmi istek
  63. accessing an empty string
  64. "ispunct()" not working on std::string
  65. Converting date string to a number
  66. delete chars until end of line
  67. any improvements for this programme
  68. parsing string with std::stringstream
  69. inner classes allowed consrtuctors?
  70. C function pointer within a class method
  71. Problem with Simple Directmedia Layer (SDL_Delay)
  72. template question.
  73. windows GUI application
  74. using boost::date_time for epoch time #secs
  75. Linker error - VS2005 thinks it's a function declaration?
  76. stringstream question (repost)
  77. stringstream question
  78. what's the possible reason for these core dump?
  79. compile time error due to changes in stl_list.h code
  80. Member function as parameter of STL algorithm
  81. Block threats from USB storage device
  82. how to handle the exception handling when NEW operator failed to allocate memory
  83. how to handle the exception handling when NEW operator failed to allocate memory
  84. Initialization of numeric (intrinsic type) data members
  85. STL sort with derived class
  86. newbie problem with cin and getline
  87. STL sort with user defined data type
  88. changing reference
  89. On pure abstract classes
  90. PBM: getopt_long doesn't process more than one long option table
  91. Placement new and explicit destruction
  92. Understanding Some one else's code - beginner
  93. How to call templated constructor explicitly?
  94. Dinkumware STL using Local
  95. problem with microsoft C compiler doesn`t accept things gcc does,how to solve? (encoding)
  96. Explanation for behavior
  97. Gzip decompression without saving data to file.
  98. Using/retrieving the internal array of elements from a vector
  99. Storing base and derived classes in a vector???
  100. Write Stringstream in fstream ...
  101. partially specializing member functions of a template class
  102. gd and c++
  103. TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set By L'eau Prosper Research
  104. class design question
  105. LINKER Error in Borland C++
  106. Array assignment conundrum
  107. a console application in C++
  108. Reading a file.
  109. why "++a" is undefined behaviour ?
  110. data corruption on pointer cast
  111. stl container within shared memory
  112. singleton question
  113. membership in a set in C++
  114. Not what I expected from some exception code (throw/try/catch)
  115. The boost.spirit library and it is not discrimitation a letter size
  116. What are those _Traits for?
  117. scanf and c++
  118. list
  119. lvalue/rvalue?
  120. File reading problem
  121. boolean to integral conversion
  122. The sort in <algorithm> of c++
  123. RTTI and CObject Question
  124. Is it just me or just Microsoft?
  125. Qualification Conversion
  126. Is "reference" a (different?) type?
  127. templates, arrays and size
  128. linker error in singleton implementation
  129. C versus C++
  130. Sorting STL lists
  131. advanced C++
  132. converting to utf8?
  133. key bindings
  134. Documenting my project
  135. compilation of malloc using c++
  136. list
  137. Preserve dynamic type information
  138. gammu with c++
  139. what's the different between char[] and char* as parameters
  140. Memory Management
  141. Using std::ws
  142. C++ Primer section 1.6 example
  143. static dll linking
  144. Template traits
  145. Basic question on operator overloading
  146. is that code is valid?
  147. why this is wrong??
  148. char * to bool
  149. Some Help
  150. Pointer to member functions in VS C++ 2003
  151. Decralation of class inside other class and definition outside this class
  152. Enum vs Char * array
  153. headers - best practice?
  154. Templatized constructors & temp variables
  155. Is this code free the memory
  156. Dependent Template Issue? g++ gives the following ==> error: expected primary-expression before "int"
  157. confusion with pointers and memory cell's
  158. what's the use of "const char*" as a parameter?
  159. strptime() workaround for windows
  160. Solving a template/struct issue
  161. ifstream from stdin
  162. newbie question on streambuf
  163. ansistring,ansistring get's by compiler
  164. Implicit conversion to complex<double>
  165. regarding new operator
  166. Pointers + dealing with integer arrays and strings
  167. enumerations
  168. Returning a reference from a function.
  169. Value of static variable after object re-created.
  170. makefile and header files
  171. Container allocator_type
  172. C++ Primer 4/e exercise 1.19
  173. Member having only referenced attributes
  174. Converting procedural type code to OO code
  175. I have One Cent Coin Queen Victoria for 1874
  176. C++ Resources
  177. Can't use activex control inside Cdialog and thread
  178. what's the use of "__cdecl"?
  179. Detecting Unicode files
  180. Object validation class dying from seg faults
  181. How to create removable side menu?
  182. smart pointer patterns
  183. Question about using for_each
  184. An example with lots of errors
  185. non-local static object initialization problems
  186. Http Client Library
  187. C-style unit -> C++ class, implementation function / structure issue
  188. How to shift multi bytes?
  189. problem with template specialisation
  190. Deleting a pointer to an incomplete class
  191. Why does string.find(x, npos) search from the begining of the string
  192. Retrieval Of Files From The Internet
  193. Headers cross-calling
  194. 'function' : cannot be explicitly specialized error
  195. creating a folder in borland c++
  196. link error when using a lib file
  197. Segmentation fault in gdb
  198. file handling in C++
  199. What this line of code means?
  200. Curiously Recurring Template Pattern
  201. Problem with virtual functions called from a destructor
  202. boost/scoped_ptr or new/delete
  203. Urgent need for Sr. ETL Programmer-Analyst Position-DATASTAGE
  204. console programm with alias design
  205. Question about type mismatch with references.
  206. typedef with a template
  207. Recherchons - Analyste Programmeur .NET
  208. The C++ std and copyright
  209. XP com-port problems
  210. Pointers vs References
  211. MultiExtractor v2.5.0a update
  212. png++ version 0.2 available
  213. looping problems
  214. looping problems...
  215. pragma section( partition of data segment)
  216. The Existence of God, glorified & exalted is He.
  217. pointer problem: invoking the method of a pointer?
  218. Templates specialization
  219. Any idea why clock() returns 0 or 10000
  220. Compile time equality test
  221. Free .NET , Java , SQL Server Interview questions and projects e book
  222. ?Hi Hi Hi.....ARE YOU Searching for Happiness
  223. Multithread problem
  224. casting from std::vector<_ty>
  225. any good book for c++ algorithm/data structure implementation
  226. Serial port programming (C++) in WinXP
  227. 1 or 3 files
  228. boost::singleton_pool<...>::release_memory problem
  229. "SPAM what's that like?"
  230. Reading of file by next of map file and by next of file descriptor.
  231. conversion between Boost.Xpressive and Boost.RegEx
  232. extensible math functions: variable number of arguments and class templates
  233. My DLL wants to close the program in which it's running
  234. Writing Efficient Arguments
  235. How to use objectiented programming.
  236. Problems in a managed Visual C++ project (CLR Class Library)
  237. [ANN] Parsing Tutorial and YARD 1.0: A C++ Parsing Framework
  238. [ANN] Parsing Tutorial and YARD 1.0: A C++ Parsing Framework
  239. Unicode strings normalization
  240. Typecasting goes the wrong way
  241. bool to int cast
  242. Whats Next?
  243. Help with code snippet
  244. boost_foreach
  245. Tree vs Map
  246. STL: delete needed along with erase?
  247. template
  248. Download XML file from a website using bcb
  249. Basic design question
  250. Learn Oracle Database Administration in 10 Minutes