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. Remove a UNIX hidden file using boost::filesystem
  2. infinite stl list loop
  3. c++ debugging
  4. how to display the multi-line information into a box in VC++ 6.0?
  5. Why equal operator is not called?
  6. STL algorithms and output iterators
  7. Class with methods written in asm (Linux)
  8. class method static variable same across isntances?
  9. printint problem
  10. Is operator precendence in standard
  11. Better/prettier way to copy from one set to another?
  12. templates and friends
  13. prevent assignement from a vector
  14. Abusing const/mutable with std::set
  15. C++ in KMDF
  16. proper form for const version of operator->
  17. need some tips!
  18. Update a value in std::map?
  19. cannot run test program while cross compiling.
  20. string array ...
  21. Elementary question on preprocessors and xlw
  22. overloading new/delete operator
  23. Member function pointer, delegates
  24. c++
  25. Unary plus integral promotion
  26. compilation error with const_reverse_iterator
  27. How to decompartmentalize fields
  28. SOCKET problem
  29. Computer Security Information (Free Articles and eBooks)
  30. Help with an Assignment(newb help)
  31. Template Syntax
  32. lovestory
  33. How to read a binary file larger than 2GB on a 32-bit system
  34. template question: preallocation for the underlying deque in user-defined queue
  35. C++, BISON, and M4
  36. Specifying address of const overloaded function
  37. deep copying
  38. making more than one test in a 'for' statement ?
  39. Choose between x++ or x--?
  40. java to c++?
  41. Exception destruction
  42. A question about the std::set<>::iterator
  43. const char** to char*const[]?
  44. Product Manager/ Sr. Product Manager
  45. Principal Engineer/Sr. Principal Engineer
  46. What is the meaning 0xfb00000000000LL
  47. throw operator
  48. A Must Read!!!
  49. monitoring disk activity in windows
  50. Xerces Compilation Issue
  51. Boost Logging Lib, v2
  52. Problem understanding pass by value and pass by reference of arrays and what happens in the memory
  53. template<> operator()
  54. pointer to a member function?
  55. Templated class declaration
  56. sentry member class
  57. operator < stopped working
  58. How many lines of code per day should a good programmer produce?
  59. Why is this allowed?
  60. Conversion from binary
  61. christmas tree
  62. Re: sentry member class
  63. Constructor call
  64. Protected declaration
  65. max_size()
  66. why deque is default for stack?
  67. plain iterator to vector<const int>
  68. How do you debug?
  69. vector<string> to char*[]
  70. Convert back a shift operator
  71. get memory size for STL containers
  72. How to compute the Hessian matrix in C++
  73. vector has segfault null dereference
  74. Re: How to use std::cout to output a char as a number?
  75. OT: C++ from bison/flex.
  76. Print horizontal/vertical lines?
  77. binary operators
  78. Eating whitespace but not eol
  79. getting values in a map - map wrapper class
  80. HELP ME
  81. STL string and assignment operator. Plz Help.
  82. is it possible to switch between threads manually.
  83. Updating new e-books!!
  84. stop a debugger when a global variable gets modified in c/c++
  85. routines
  86. Porable Semaphore implemented in C++ ?
  87. Possible to access standard global new operator after it's beenoverridden?
  88. identifier not found
  89. how can I delete a file in c++
  90. valid use of cast
  91. ONLINE CODING EVENT AT INNOVISION@NSIT
  92. java, c or c++
  93. print struct fields and its member structs' fields recursively, generically
  94. Super
  95. which language allows you to change an argument's value?
  96. ostream_iterator and vector< pair<int, string> >
  97. code improvement question
  98. Fractal program code taken down
  99. All Quick Test Professional (QTP) FAQs
  100. problems with inheritance and protected attributes
  101. difference between libboost_regex-mt-gd-1_33_1.lib and boost_regex-mt-gd-1_33_1.lib
  102. Explicit specialization of member class template
  103. syntax for mem_fun needed
  104. Is it bad to use references in these cases?
  105. Howto declare a friend function to a nested class
  106. Stream state question
  107. How can I write a class with "string or char*" member variable to a file...?
  108. loan website has been uploaded
  109. c++ tips
  110. How to read errors?
  111. On-line Info on the Stl Queue
  112. About static member variable
  113. GDI in C++
  114. Adding namespace name to source filename?
  115. Pointer vs Reference
  116. how to define const double in a templated class
  117. Thanks, the problem has been solved.
  118. A Problem about istream ">>" overloading
  119. A Problem about istream ">>" overloading
  120. C++ solution for K & R(2nd Ed) Ex.6-4 - better solution needed
  121. Help how to get file size of larger file(>2G)?
  122. Q: Any ideas for this algorithm???
  123. syntax for function template
  124. Copy Constructor with Template Class
  125. Check If Object Deleted
  126. Calling a template function from a template function
  127. Pause execution?
  128. selecting a type at run time?
  129. vector of pimpl's / weird behavior
  130. Re: [C++]boost.variant and its optymalization
  131. [C++]boost.variant and its optymalization
  132. Java's System.currentTimeMillis() to C++
  133. having a little problem with some code for a little game I am creating.
  134. append data to a vector
  135. Problem with solaris compiler
  136. Initialisation and cleanup
  137. static variables and memory cleanup
  138. The private-inheritance variant allows Car to override Engine's virtual functions
  139. best way of initialize an array?
  140. Replacing a void* in C++
  141. disable implicit type conversion
  142. reading non-cached files from CD
  143. cgi dispatcher?
  144. Need key to solve the C++ problem
  145. Is it possible to catch an exception raised by a member variable?
  146. TCP SO_KEEPALIVE
  147. Automatic type conversion to complex<T>?
  148. Problem with references
  149. Conversion Part 2: A better way?
  150. Conversion Part 2: A better way?
  151. File I/O and conversion
  152. Serial Programming - Rs232
  153. operator overloading for primative types
  154. I am new to programming and wanted to know where a good place to start for C++
  155. is anyone aware of generalized transform, for_each?
  156. How to write spaghetti code in C++???
  157. Check it out:If you want to buy tickets,you can check this page,very easy and fast:
  158. Differences in code implemented using this pointer and a variable THIS simulating this pointer
  159. Modular programming
  160. delete[] causing DAMAGE
  161. number of digits in a number
  162. state pattern / template
  163. Help getting to a derived class template given a pointer to a no-template base class
  164. Enums
  165. compilation error using ofstream
  166. cpptcl on windows - someone got a working example dll sourcecodefor me? [crosspost comp.lang.tcl & comp.lang.c++]
  167. Guitars for 0$ !!!!!
  168. Get unlimited visitors to your website
  169. Detailed logging question
  170. hi,what is the meaning of int main(array<System::String ^> ^args)
  171. Use cout as ofstream object
  172. using decl, force to file scope only in header file
  173. valid syntax?
  174. Thread Safe, Standard Template Library, and C++
  175. What is "ERROR: Wrong magic number"
  176. Forward Declaration produces an error (no cyclic dependencies tho)
  177. Urgent!!! UPGRADE METHODOLOGY
  178. combinations of substrings
  179. Why Java Fail and C++ rise
  180. lovely modey
  181. Send Unsigned Char* using Winsock.h
  182. Comparison - Language sensitive collation and searching using UTF-8
  183. how to initialize list in a vector
  184. Question about printing double
  185. Multiple inheritance/overloading ambiguity - is this behaviour intentional?
  186. "Inheriting" during template specialisation
  187. rel_ops and namespace
  188. How to declare stl iterator for a template type?
  189. public headers
  190. visual c++ 8 (.net 2005) has unresolved external symbol errors
  191. can I interact with fax modem directly?
  192. Project-Queues !!!
  193. C++ Pitfall: const objects do not behave constantly.
  194. Survey about Visual Annotations for Software Models
  195. permutations and combinations
  196. Assert in Threads
  197. Inheritance
  198. Convert subroutine
  199. copy ctor
  200. Code for read a file
  201. multiple cpp files
  202. union float[3] and x,y,z
  203. static member object initialization
  204. initialization by copy
  205. ambiguous constructor? Is it right?
  206. Format of floating point output
  207. keep splitting the atom question
  208. Template specialisation with multiple typenames
  209. copying elements from a <list> to <deque>
  210. Can't typedef a struct
  211. Something with static...
  212. Member function pointer cast question
  213. understanding of data abstraction, information hiding and encapsulation
  214. copy constructors with iterators
  215. how to implement sum of bits using template metaprogramming
  216. Reading / Writing to Hardware Registers
  217. Addressing a &vector<>[i] as a C-array & the C++ standard.
  218. client server framework
  219. client server framework
  220. Any recommendation about open source project on Natural Language Processing or Information Extraction
  221. Where does programming begin?
  222. Vector Erase
  223. static member in base class
  224. RE: local function definitios are illegal
  225. RE: local function definitios are illegal
  226. databases
  227. can c++ deal with hardware???
  228. class with a map
  229. Partial template specialization
  230. Conditional include
  231. the AIM of LIFE
  232. new object declaration
  233. new declaration
  234. Conditional include
  235. parsing with std::istringstream.
  236. file input problems (should be an easy question)
  237. combinations of substrings
  238. dynamic allocation array/function
  239. Generalized "observer" pattern
  240. help with a c++ calculator
  241. Latest software downloads!!!!!
  242. Travel around the globe...
  243. Free C++ e-books
  244. Implementing overloaded operator new[]/delete[]
  245. Compatible codes for both Visual Studio 2005 and gcc
  246. Linking in a module?
  247. Is this a correct place to ask questions on GDB
  248. new programs for Window, WEB, and for good RAD - Rapid Application Development,
  249. How to overwrite 'new' operation in c++
  250. assignment operator