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

  1. Rolling files in C++
  2. slice_array problem in vs2005
  3. Commas in for loop
  4. DB connection pool. How to pass handle?
  5. internet programming
  6. callbacks
  7. Compilation error
  8. Class redefintion problem
  9. How to mix C code in a C++ program
  10. Threading classes concept ?
  11. Boost Conference Reminder
  12. typename vs class
  13. Classes,lists
  14. Template class partial specialisation
  15. Help with regular expression
  16. little games
  17. weird variable declarations
  18. problem with counter
  19. C++ implementation question
  20. help on implementation algorithms on vector
  21. std::abs problem
  22. Dynamic array of objects - initialization
  23. operator new and exception
  24. Access an STL object through a pointer or reference in a different DLL or EXE
  25. Which book is right for a newbie only know C
  26. +++ Russia Watched 9/11 In REAL TIME on SATELLITE +++
  27. Introduction
  28. why destructor function called twice
  29. example vector wrapper
  30. when a const isn't? (typedef?)
  31. Problems trying to compile very simple code
  32. euler circuit
  33. Iterator-Template problem
  34. resources
  35. error C2309: '{ctor}': is not a member of...
  36. error C2309: '{ctor}': is not a member of...
  37. Is this valid and moral C++?
  38. Re: [#124951495] [Invitation] New Orleans Jazz Fest 2007
  39. Runtime type checking in a simple template function
  40. help with ceil function
  41. boost::enable_if related code fails to compile on VC++8.0
  42. What is the class of a loating point exception ?
  43. some problem with the min exponent of float and double in <limits> header?
  44. A problem about template function overload
  45. help with the if statement
  46. Accelerated C++ - Chapter 1, confusion in understanding "flushing the buffer"
  47. ===Welcome to comp.lang.c++! Read this first.
  48. Accelerated C++ - exercise 0-1
  49. where does the throw re-try
  50. Cleaning up memory leaks
  51. confusion when comparing char * with a string literal
  52. Virtual functions
  53. how return a iterator?
  54. template function specialization problem
  55. rounded to the nth decimal
  56. delete map elements
  57. Const inheriting
  58. Ckoogle
  59. class for connection pooling
  60. insert-ordered-map or keyed-vector?
  61. canonical up-cast idiom for smart pointers?
  62. Which standard container to use?
  63. Initializing static const variables of template classes
  64. (template metaprogramming) conditional inclusion of the default constructor
  65. Double-checked locking: is this alternative OK?
  66. Single Object Instance Techniques
  67. Variables for array size
  68. Can we use abstract class templating classes?
  69. disabling temporaries for a specific class
  70. how to reverse find_if?
  71. I need multiple music video script
  72. help with visual studios
  73. visual c++ /.net developer
  74. Receiving error "SEGV_MAPERR - Address not mapped to object"
  75. Templated Overloaded Member Function Question
  76. \0 in std::string
  77. Open source SQL Parser using C++
  78. instanceof in C++?
  79. How to control the precision of double
  80. Definition order of POD
  81. Overriding class methods
  82. Google Won't Keep Your Searches Forever
  83. multithreaded dll - what is std::_Lockit?
  84. output
  85. Borland C++ Builder & JBuilder
  86. address of virtual member function passed as template argument
  87. got stuck with cstdio
  88. calling anothor program
  89. cool!!!!!!
  90. Overriding class methods
  91. eating memory
  92. c++ application source code which compile under gnu systems
  93. address issue
  94. address issue
  95. Define functor within method?
  96. undoing the close operation of internet explorer
  97. why dynamic_cast fail here?
  98. Understanding references
  99. File input/output
  100. Proffesional programming
  101. FAQ lite:10.19, Bar() part is declaring a non-member function that returns a Bar object
  102. exercises with solutions
  103. Need help in understanding C++ code
  104. Error Processing
  105. global variable vs static member initialization order
  106. I've written some nifty analysis software, what now
  107. Using namespace in a class
  108. STL safety issue
  109. Gow i can free allocated by new [1][100]
  110. Mem pool question
  111. Pointer to member as template argument
  112. Writing operator functions
  113. using std::find
  114. Bit size of (un)signed char
  115. ===Welcome to comp.lang.c++! Read this first.
  116. removing an element during iteration error
  117. valarray Initialization Question
  118. Implicit iteration counter in std::for_each
  119. map::erase(reverse_iterator) is not allowed???
  120. what is the type of a #define const number
  121. CAN any one tell it whats the code tell it
  122. bool
  123. STL container for sorted items
  124. Book review
  125. pitfalls of struct to char* and back
  126. faq why I see it?
  127. Sort array of struct based on the data members.
  128. Experienced Embedded SW Account Manager looking for work.
  129. get the max "absolute" integer in a vector
  130. Automatic conversion to base class when calling constructor.
  131. How to partial specialize a template member function in a template class?
  132. STL container advice
  133. Suggestion on refactoring existing code
  134. shared_ptr and local types
  135. what is the prupose of the __USE_GNU preprocessor directive
  136. Buffers in c++ ANYONE HELP ME!!!!
  137. can I override private functions?
  138. free function or member function for overloading += operator?
  139. C++ for C programmer
  140. problem when allocating a new object
  141. possible solutions to alignment issues...
  142. Determine size of argv[x]
  143. simple failure of boost::regex
  144. what's the point of namespace aliases?
  145. Selecting between malloc() and new operator
  146. Recommendation for simple command parser
  147. C++ stl map in shared memory betn 2 unrelated processes
  148. iterating through a set<string> when passed by reference
  149. list<T> alternative...
  150. conditional typedef in templates
  151. conditional typedef in templates
  152. help extracting tag with boost:regex
  153. overloading << and inheritance
  154. GCC/MSVC++ difference
  155. optimization for reference syntax as for function
  156. What instead of new/delete?
  157. Unit testing framework: CxxTest question
  158. rmicc--RMI for C++
  159. overloading of ","
  160. Capture USB Webcam Image
  161. faq error LNK2005: ...already defined
  162. wide string problem ...
  163. no exceptions are thrown in math operations
  164. namespace and list problem
  165. Some questions about optimization,help me.
  166. Macros, vTable?
  167. command window visible in automation server
  168. javascript and callback function
  169. Simple XOR encryption code issues (segmentation fault)
  170. Portable (as in literally) C++ compiler/IDE?
  171. Learn SQL with Oracle
  172. Problem with templatized overloaded operator ()
  173. long post - need help with beginner level EBKAC logic error
  174. Partial classes
  175. shift operator << and >> question...
  176. question
  177. EOF
  178. Multiple inheritance: Wrong constructors being called?
  179. Question about inheritance in c++
  180. ===Welcome to comp.lang.c++! Read this first.
  181. C++ and Python
  182. C++ reading database from the file into the array
  183. Question about usage of pointer in trees, linked list (The double indirection)
  184. g++ can't locate dylib to link at
  185. why am I getting the C version of getline()?
  186. has anyone seen this?
  187. Ask for book recommendation on component programming
  188. Who are Darwin's Outcasts?
  189. qualified name VS unqualified name in class template.
  190. Two equal examples, but can not compile second
  191. size of passed array
  192. constructor pain
  193. multicast progarm in VC++
  194. problem with getline
  195. creating a Set in C++ using classes (need help on an exercise)
  196. RAII Design Patterns and Alternatives
  197. Pointer Matrix
  198. The acceleratedcpp.com website is back
  199. Any Blitz++ and TVMET experts out there?
  200. for_each bind2nd reference to reference error
  201. "Small C++" Anyone?
  202. Translate bit order
  203. const string *Item::getTitle() versus const string Item::getTitle()
  204. sockets
  205. writing beyond EOF and uninitialized bytes
  206. Hot(rvalue) Referencing and move proposal
  207. ostream as parameter for constructor
  208. can a volatile int be used as a mutex
  209. Problems allocating memory
  210. Вопрос
  211. Were did that wave come from?
  212. File synchronizing
  213. Acquire grayscale USB Video and save as a sequence of 8-bit grayscale bitmaps
  214. for loop
  215. Is there someone have written some programs about RSA-1024?I have some question.
  216. simple inheritance(?) question
  217. atexit() and DLLs
  218. debug assertion error in threads of c++ under windows
  219. debug assertion error in threads of c++ under windows
  220. debug assertion error in threads of c++ under windows
  221. Using invalid variable names in C++
  222. hey.. help! plz... i nid ur response about this assignment
  223. I need a rsa1024 cource code.would you help me?
  224. the question about: printf("%d\t%d\t%d\t%d\t%d\t%d\n",i,++i,--i,i--,i++,-i--);
  225. which text book is just for the c++ beginers?
  226. How to use a MFC's Class in Console?
  227. Inheritance syntax question
  228. visible window from system function
  229. C++ Syntax Killing Me - Using Char Array For Strings
  230. HELP! Create bitmap from binary XML string in MFC
  231. Non .net c++ to c# xmlrpc
  232. OS dependent definitions
  233. variable declaration style
  234. how come no one here uses for loops?
  235. Testing in C++
  236. Compiler segments
  237. socket port is not configuring .... plz help
  238. query regarding SNMP
  239. null object in c++
  240. Asynch Manager
  241. constructor and configuration file
  242. conversion double* to vector<double> and vice versa
  243. strings in classes
  244. Dynamic Dimension Array
  245. mem_fun error
  246. mem_fun error
  247. Bizarre vector insertion behavior - can someone please enlighten?
  248. Bizarre vector insertion behavior - can someone please enlighten?
  249. Image manipulation
  250. simulations contra the terroristic nimbus of the second law