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. File/Directory info in C++
  2. Handling file sizes correctly
  3. two dimensional array
  4. std::map< MyString, MyString > comparison operator?
  5. linked list error
  6. linked list error
  7. linked list error
  8. allocate and delete space question
  9. Three C/C++ Programming Questions
  10. Algorithmic complexity & STL
  11. stl map without any information
  12. What're the benift and the drawback of defining a class embedded inside another class.
  13. quick question: \floor(\log_2(ix))
  14. what am i doing wrong?
  15. Typedefs inside classes
  16. References
  17. Function parameter in: "void __cdecl Function(class Class1 *,float const (* const)[4]);"
  18. failed to compile ACE examples
  19. a question about "bind2nd" ?
  20. syntax ok?
  21. assert from <cassert>
  22. Log4cxx Time Zone problems
  23. overloaded casting question
  24. pointer to a derived class type
  25. using resources
  26. Programming Language for Systems Administrator
  27. Programming Language for Systems Administrator
  28. integer to time
  29. looking at a C++ dll with a .NET wrapper. need help.
  30. Having a design program
  31. C++ Template problem
  32. how to read this function with 2 constants
  33. PHIDGETS: Anyone use em? Need some help.
  34. Efficient, safe handling of "char *"
  35. Const vars vs. defines
  36. Application crash on IBM AIX 5.2
  37. Application crash on IBM AIX 5.2
  38. Application crash on HP-UX 11.11
  39. c++ object copying bitcopying vs references
  40. Case insensitive compare
  41. char array function problem
  42. Weird result of calculation after casting to float
  43. invoke sub-class's derived virtual method.
  44. Default Copy Ctor
  45. Loss of precision assigning floating point values?
  46. C++ Template, - "non-type" error
  47. Anonymous functions
  48. crash in copy of a list. very simple question.
  49. multiple tokens input to cin
  50. compilation problem: LIBID already defined in...
  51. Beginning design patterns
  52. Environment for C++.
  53. String ctor
  54. Qt QAccel question (very basic)
  55. Type conversion issue
  56. [OT] Data structures book
  57. q: inheretence/virtual
  58. A question about vectors and pointers
  59. Semi-Off-Topic: Online education
  60. writing SSH client
  61. is a memcpy() equivalent to the default copy constructor?
  62. dictionary design, comments?
  63. Openings in an online game company for programmers
  64. Lexicographic ordering of punctuation marks
  65. Assert vs. exceptions
  66. Initialise array of struct using C syntax
  67. Execution speed of overloaded functions
  68. non-blocking file access possible in c++?
  69. Problem with base constructors using templates
  70. Pointers to pointers
  71. Is there something wrong with this OO/STL code?
  72. dbx/gdb Choosing Which Forked Process To Follow
  73. Getting system time and Date?
  74. how to read it out?
  75. code for the trasnpose of a matrix
  76. something like a Split Function
  77. Negating a List Of Numbers
  78. 'MyCClass' has no constructors
  79. How can I get a file descriptor from a c++ i/o stream?
  80. Memory "plot" and bit packing question
  81. writing a library
  82. Nested classes and templates
  83. help on "can not create output directory" using Visual Stdio C++
  84. how to eliminate duplicates in a multimap?
  85. Cant figure out how to do progrom help please
  86. Link error with g++ using STL
  87. point of definition or instantiation of a template
  88. another c++ inheretence/virtual quesion
  89. When copy object of class type, all members shouldn't be non-public?
  90. When copy object of class type, all members shouldn't be non-public?
  91. Problems using Loki with MSVC
  92. is this usage of enum healthy?
  93. reply
  94. confusion..
  95. unable allocating memory
  96. Supercomputer and encryption and compression @ rate of 96%
  97. Stratified random sampling with random_shuffle ?
  98. ffblk
  99. Looking for an ASN1 tool to compile h.245 from ITU
  100. non-sorting std::set ?
  101. A simple question about iterator category.
  102. strtok() and std::string
  103. Partial template specialization on a function
  104. Debug (DLL MFC) -> Debug (Static MFC)
  105. wav file fade in/out help
  106. goto
  107. order one matrix
  108. do STL containers buffer nodes to pools?
  109. C++ Job opportunity
  110. problems with stl maps
  111. template spec issues
  112. type case problem
  113. use base class constructors always
  114. assignment operator
  115. how to read a single keystroke in C++
  116. Weird C++ error
  117. Hi
  118. what is the fastest memory allocation method???
  119. constructor initializer list
  120. about inheritance
  121. How to call a function with variable argument list...
  122. C++ "Exam"
  123. Returning an argument or local variable ?
  124. Returning an argument or local variable ?
  125. is implicitly a typename warning
  126. CRTP question
  127. Converting std::string to char*
  128. Extending class to be a base class *properly*
  129. Help with downloading large files
  130. Calling a const char
  131. ifstream
  132. How to link in shared library?
  133. Avoiding expensive copying, reading and writing in my program.
  134. Could you help me to find out what is wrong the following usage of function object
  135. joining two maps
  136. sort() a vector: quick question
  137. Odd help request (method functions)
  138. quick question: sort() a vector
  139. Find unused ID.
  140. Handling logical predicates
  141. "Accelerated C++" beginner question.
  142. When to use 'new' and when not
  143. Template argument deduction
  144. Incompatible issue (version 2.95 and 3.3) when using template
  145. Cross Platform C++ GUI API
  146. Static data member initialization
  147. "Correct C++ Tutorial" ch. 2.1 in PDF
  148. standard c++ version
  149. const-correctness and lambda expression
  150. difference of dates
  151. Are there standard C++ networking classes?
  152. Derived Class Reference to Base Pointer
  153. Re: Using C Structs as C++ Objects : Info Please!
  154. C++ & arithmetic exceptions
  155. Executing out of order
  156. May STL dtors throw?
  157. Polymorphism - run-time vs. compile-time
  158. Large private data member access
  159. underfined inline function.
  160. [MFC] Using IWebBrowser2 => Navigate with TargetFrameName
  161. Detect if my destructor is called by unwinding through an exception?
  162. Advice: Buffer to Different Variables Quick & Easy?
  163. Design + policies + functors question
  164. Sorting multidimensional arrays
  165. template functions
  166. pthreads with C++
  167. Q: lapackpp v2.2.0 lib usuage
  168. test
  169. while compile time ...
  170. How to transfer the values in a binary file to decimal ?
  171. Re: "Correct C++ Tutorial" ch. 2.1 in PDF
  172. Template specialization as built-in type
  173. Bad webcam picture
  174. returning map value in const function
  175. Excel (.xls) to .xml conversion.
  176. Polymorphism - run-time vs. compile-time
  177. Clones, exceptions and so on.
  178. hotmail password request tool (intranet usage)
  179. default argument value for vector
  180. combine templates with methods in different namespaces ?
  181. Pointer to the penultimate element in a list
  182. integer to string conversion
  183. Certification in C/C++
  184. Re:Q:lapackpp v2.2.0 lib usuage
  185. Beginner in C++ need help
  186. Does boost required some additional libraries???
  187. Setting properties of an object stored as a member of another object
  188. Inline Buffered Sort
  189. Reading COM port - Attaching an event or interrupt for arrival of new data?
  190. map::insert gets a hint. What about map::find?
  191. C++ FAQ
  192. Unix advanced sockets etc.
  193. getline and files
  194. Friend vs. Static
  195. if else
  196. Character pressed
  197. how do I print 64 bit int in c++
  198. printing list elements
  199. strange compiler warning(g++ 3.2.2)
  200. Splines with shared knot vectors
  201. retrieving system time
  202. sockets
  203. Linked lists and insertion sort
  204. copy of list iterator
  205. Template Parameter List non-type
  206. boost:shared_ptr ::weak_ptr using with NULL?
  207. static variables in derived classes
  208. STL equivalent of Brland's FormatDatTime function
  209. Shared .cpp files and source control
  210. delete elements in vector
  211. problems with stl map iterators
  212. timeGetTime
  213. Re: C++ FAQ
  214. Newbie: How to access class members?
  215. ios_base (where is this file)
  216. puffer empty
  217. if loop
  218. static member and private /protected constructor
  219. creating a c function at compile or runtime, is this code possible?
  220. Why upper bits is different after <bitset> to_ulong
  221. The performance of strstream vs. stringstrem
  222. Exceptions -- criticisms
  223. "void Method()" vs "void Method(void)"
  224. Parallel programming/execution
  225. Default Value while 'passing by reference'
  226. BCB + MySQL
  227. fully specialized function template and "multiple definition"
  228. A problem when creating a matris
  229. [Q]: Templates and parameter names
  230. destructor problem
  231. Good design?
  232. STL & multithreading
  233. How do I write an overloaded indexoperator
  234. fastest navigation in a list
  235. Passing and converting LPVOID
  236. Is the peace of code valid according to standard?
  237. VC6: 1+4=8 WHY???
  238. typedef inside a template class
  239. Guaranteeing that a function does *not* exist
  240. multimap insert survey
  241. concept question
  242. Iterator in Design Pattern
  243. return int from main
  244. Why does someone perfer #if defined to #ifdef
  245. const in function declarations
  246. delete pointers: why is this working!!??
  247. Data redundancy, performance and formatted read/write operations.
  248. Template specialization for class != for subclass??
  249. Arbitrary precision decimal numbers
  250. how to realize a friend interface?