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. Porblem editing makefile
  2. pointer to reference conversion
  3. Rounding time algo
  4. Source of memory leak
  5. Help with C++ program converting PBM (p4) to PPM (p5)
  6. Pointers and functions
  7. vector<T>::iterator argument matching
  8. Iterator to list of iterators
  9. What is the difference between heap and stack
  10. What is Data Type of Vptr pointer
  11. reading new line character into a string
  12. Class forname in c++
  13. Theory and C++
  14. ===Welcome to comp.lang.c++! Read this first.
  15. C++/C# Interop and gacutil/regasm DOS commands
  16. Timer class, mixin vs. subclass.
  17. enforcing function calling order
  18. invoking static methods of derived class
  19. issue #309
  20. This is true
  21. cast required for void** to int**
  22. pointer & reference doubt!
  23. question about .h file and .cpp file,also compiler question
  24. neted class & virtual function
  25. try and performance issues
  26. Exception control flow
  27. typedef cause any overhead?
  28. Why still can't compile (simple)
  29. Iterate through an empty STL Map
  30. How to declare the size, and fill vector<vector <T>> ?
  31. Parsing large files
  32. sleeping for less than a second
  33. Suppressing console window when calling system()
  34. Solution to exercises of book "DataStructure&Algorithm Analysis in C++" by Mark Allen Weiss
  35. Aggregate Initialiser Syntax
  36. Re: Couting lines.
  37. Linking .lib files in Visual C++.NET
  38. map.erase, key cleanup
  39. Static Variables In a Class
  40. using static variables
  41. typedef inherited from template spec.
  42. Problem with multiple parameter templates and function overloading
  43. Add a new calendar for windows
  44. Is it best to return a class or a reference to a class?
  45. structs
  46. How I should write code then I can use operate "<<"
  47. Unexpected behaviour
  48. Help with Extern C
  49. doubt on kinds of linkage
  50. Why compilation error here?
  51. Memory layout of a class with only static members?
  52. how safe is this mapping
  53. Doubt about namespaces
  54. FEFF behaviour
  55. const char* as a static member
  56. g++ compilation - invalid conversion from void* to double*
  57. is g++ wrong?
  58. How to free up pointers
  59. about STL sort
  60. overload insertion operator<<
  61. Trying to use cryptlib in C++ project...
  62. Bug in G++ or Visual C++ ?
  63. how can i convert a file stream in a string?
  64. ZThreads....
  65. Array data members initialization
  66. C++ Primer Plus
  67. Results of C++ Builder Programming Competition Posted
  68. wrong compiler warning?
  69. Paralel read/write protected file
  70. C++ static function
  71. Begginer to C++
  72. friend question
  73. Very weird compiler bug or normal ISO C++ behaviour?
  74. convert different video format (avi,mpeg,mp4, etc) file to a flash format
  75. Re: Big Bertha Thing blogs
  76. my code seems slow
  77. Does anyone know why this happens?
  78. books and international edition
  79. RogueWave hash set ordering
  80. applying partial_sum to a map container
  81. How ro Iterate a portion of a container
  82. handling catch(...) to convert it into SEH
  83. how to have forward declaration from different namespace?
  84. quick questions
  85. C++ primer
  86. AfxMessageBox
  87. small doubt in C...
  88. STL vector : can not use begin() and end() on function return
  89. faq which matrix class do you use?
  90. Cannot create an object from a class i created. Help!
  91. ((UINT)-1)
  92. Is this a problem with my compiler
  93. I am truly LOST. I would love some help.
  94. multidimensional arrays
  95. Studio ......
  96. pointers to pointers
  97. "A reference is an alias"
  98. Analysis Paralysis
  99. problems compiling templates with ubuntu c++
  100. How to read a text file line by line and remove some line
  101. memory access violation
  102. convert integer to string
  103. Exception handling -- the significance of "try"
  104. read_data code
  105. overloading subscript
  106. Traveling salesman problem in C
  107. Traveling salesman problem in C
  108. Traveling salesman problem
  109. ===Welcome to comp.lang.c++! Read this first.
  110. Hiding template in non-template class
  111. Using VB ActiveX DLL in Visual C++ API
  112. Java JNI callout to anti-spam third-party library
  113. c++ data pipe
  114. Why the results of debug and release version is different.
  115. Help with std::string to char[128]
  116. Help with template specialisation syntax
  117. Which compiler or IDE?
  118. C++ Compiler That Doesn't Need To Install
  119. Re:Fail to Compile vc6
  120. Re: Fail to Compile vc6
  121. Regular expression to match a nested quoted string
  122. Fail to Compile vc6
  123. Storing variables in DLLs
  124. Help with Overloaded stream insertion operator function
  125. unresolved external symbol
  126. same overhead in calling virtual and non virtual member function...?
  127. pointer definitions
  128. strange seg fault on stack
  129. friend und non-member function
  130. multiple return values (new syntax proposal)
  131. seeking advice
  132. size_t
  133. global variables and class statics in a static library
  134. Template Class Specialization
  135. C++ Versus Pascal
  136. How to write this recursive definition?
  137. conversion between pointer_to_const int and pointer_to_int
  138. Change dynamically its IP address
  139. Explicitly calling destructor
  140. AMPC: C to Java Class Files compiler
  141. [OT] Rebalancing a Binary Search Tree
  142. Class with no default constructor as a member in another class?
  143. What will happen to "1 << (-1)" in G++?
  144. Method access question
  145. Convert wstring to UTF-8
  146. Class declarations
  147. Error while using __int64 ...
  148. Hooking Parallel Port IRQ
  149. template 'typename' usage ..
  150. transmitting XML files vs. binary data
  151. Shared objects and virtual functions
  152. companies' tests for c++ developers
  153. Socket class
  154. Ksiazka c++ OO.
  155. Controlling Messages
  156. Segmentation fault calling insert on vector
  157. reinterpret_cast<> and UB
  158. Mechanism for distributed programming?
  159. logic ops,
  160. SSL connection example
  161. Create filke with a specified dimension
  162. can i initialize a char array variable like this
  163. Lock pointer implementation
  164. Difference between Inline function and Ordinary function
  165. Please help
  166. Please help
  167. help
  168. low-level, ugly pointer arithmetics
  169. Is there any loop that can expressed in while that cannot be expressed in for..?
  170. How can I store derived classes in a map
  171. some C++-specific interview questions
  172. how does this work?
  173. how to convert narrow string to wide string and vice versa?
  174. operating system project
  175. C++ Library
  176. Container ?
  177. what's Visual C++'s equivalent of inet_aton?
  178. Understanding boost::shared_ptr method
  179. Solution: linking classes using their derived pointer types (type-safe!)
  180. Any reason for local var to be "static const"?
  181. Linking two C++ Programs ???
  182. Callback high-res timer C++ class
  183. Matlab plots from VC++
  184. ===Welcome to comp.lang.c++! Read this first.
  185. SleepEx problem
  186. TMP and unit testing
  187. Similarity of strings
  188. Confusing function declaration
  189. Smart Pointer release() const : it can set the pointer to null with the keyword "const"?
  190. A question about private virtual function
  191. How to Implement Aggregation concept in C++
  192. Smart Pointer release() const : it can set the pointer to null with the keyword "const"?
  193. Rouge Wave Library Port
  194. Does the gcc compiler have a VC 6.0 C++ compilation mode (interfacing with classes over dll boundary)?
  195. HELP
  196. Does "#if 1 func1 #else func2 #endif execute func1 during executation?
  197. L2 and L3 (switching and routing) opening with our Leading and Reputed client in Bangalore, India.
  198. L2 and L3 (switching and routing) opening with our Leading and Reputed client in Bangalore.
  199. how to link classes using pointers of their derived classes
  200. C++ XML Parsing
  201. Efficient XML parsing
  202. multidimension array questions
  203. struct problem
  204. Array problem
  205. Comparing 2 structs
  206. Namespaces when used with ostream_iterators?
  207. Test for inclusion
  208. const exceptions
  209. using fscanf to read data for a class member ...
  210. std::map and multithreaded access
  211. accepting cStringIO in an extension
  212. How to allocate memory which is 2^k aligned
  213. reseting timers
  214. Reading in and out of a character buffer
  215. a question on reference
  216. Default precision of cout
  217. new freshers jobs
  218. c++ software development
  219. forward_iterator_tag
  220. bit operations and sequence points
  221. How to store range iterator?
  222. How to fetch the newest state of C++?
  223. getting last pushed element pointer of vector.
  224. Visual studio
  225. Re: faq how to code an expression of fraction in if-clause?
  226. faq how to code an expression of fraction in if-clause?
  227. Best way to allocate memory for simple types and objects
  228. how to go from X(i,j,k) to Y((i,j),k) ?
  229. One type traits class (or something like that) to get the return type of a pointer to function
  230. storin a istream in a char*
  231. nested class in a template
  232. extern and namespaces
  233. Order of creation of objects in arrays
  234. In touble, sincerely ask for kind advice.
  235. to allocate memory dynamically to a class
  236. skipping line while reading data file
  237. newbie: unfamiliar operator declaration
  238. Freestore allocation etc
  239. problemrelated to storing reference
  240. "overloaded cast operator" and "operator const"
  241. std::map in VC 6.0
  242. I find a BIG bug of VS 2005 about string class!
  243. syntax question
  244. virtual inheritance question
  245. Deciding execution path based on template parameters?
  246. Deniele Russinovic help me please
  247. Logic question...
  248. HOW TO TURN $6 INTO $6,000!!!!!! READING THIS COULD
  249. Query on new operator for object construction
  250. Is there a logic shift operator in C++?