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. ifstream not reading everything
  2. Q: STL priority_queue with boost shared_ptr
  3. map insert cause crash, please look
  4. std::map and insert()
  5. conversion from '...' to non-scalar type '...' requested
  6. STL initialize iterator problem with compiler change
  7. Who define __cdecl, __stdcall, etc...
  8. Feature Article in Better Software Magazine
  9. Is 'enum Colour : int { red, green, blue };' legal?
  10. #defining a comment
  11. template inherits from template passing its argument is not legal c++ ?
  12. How to make whole container to create in heap
  13. which c++ book i am not able to get Accelerated C++
  14. MultiFunctor implementation trouble
  15. spaces & special characters in C++
  16. sprintf causing segmantation fault
  17. Disadvantages of Multiple Inheritance
  18. problem with <iostream>
  19. Connecting to the database and executing SP in C++
  20. In-Memory Processing
  21. Linked List problem
  22. Typecast illegal from int to pointer?
  23. Problem of Compiling VTK5.0 with Qt Support in Win2000
  24. i want to have a friend!
  25. do static method get inherited ?
  26. how to call the destructor in the case of a endless loop?
  27. .h problem
  28. Loki Typelist
  29. The world's evilest code formatting style
  30. Attempted to read or write protected memory. C++ dll vs vb 2005
  31. MSc in Computer Science, at Bristol or UCL?
  32. ===Welcome to comp.lang.c++! Read this first.
  33. Typedef specializations
  34. wonder about constructors?
  35. std::list::reverse_iterator not working right.
  36. Is this the correct way to do this template?
  37. Mutually dependent classes where both have only inline functions?
  38. template arguments / compile-time binding of int/float/double numbers
  39. odd behaviour of overloaded * operator
  40. vector iterators ...
  41. How to put in a multi-line string without quotes on each line?
  42. overloading the [] operator
  43. Calling function exported in a dll..
  44. Problem with string
  45. Statically linked library causes segmentation violation upon C++ throw
  46. Socket communication on multihomed box
  47. unfamiliar syntax: class MyClass;
  48. address of class from within class method
  49. Problem with Generic Pointers
  50. cout core dump
  51. Inheritance question: best wrapper for copying base pointer?
  52. stl hash_map and user defined data type update
  53. string->int
  54. Ndis Coding
  55. Multiplying two doubles
  56. object construction recognized as function declaration
  57. insure++
  58. What does this mean in C++ AType(Ptr)[index]
  59. loss of precision in doing file I/O
  60. template static data members
  61. ignore please
  62. try--catch inside do...while
  63. What is this
  64. "Appending" at beginning of file
  65. Drag and Drop onto console app
  66. New and improved binary class
  67. References question
  68. object of type int
  69. Please compile the attached c++ program for me
  70. Reusing variable argument list
  71. In C++, How do I insert a block of codes in the middle of my Main?
  72. Operator Overloading
  73. C++ HTML library
  74. C++ get time in milliseconds
  75. [ANN] U++ 605 released
  76. Entry-Level IDE
  77. Why is this working?
  78. What is the problem with this???
  79. What is the problem with this???
  80. Good C++ XML library
  81. constructing and initializing a scoped_array
  82. compile error in demo program
  83. Recover template type from non-template base class
  84. Problem with Heap Sort
  85. copy files in c++
  86. Problems mixing boost::lambda::bind and boost::shared_ptr..
  87. G++ 3.3.2 and Files over 2 gb
  88. Can I pass addres of constant reference to a function in c++.
  89. OCX in C++
  90. applying a method to an array of objects.
  91. using namespace std;
  92. Is this template possible?
  93. C Style Strings
  94. STL set question
  95. dynamic array of objects
  96. Doubt on Templates
  97. Named CTORs - symualting it by tempaltes?
  98. service me
  99. forcing c++ to use an overloaded method
  100. static initialization of array members?
  101. Returning iterator from template class
  102. Using a MS Visual C++ DLL in Borland C++ Builder
  103. ===Welcome to comp.lang.c++! Read this first.
  104. What's better C++????
  105. C++ Tutorials
  106. invalid enum values
  107. Pointer decrementation delivers wrong result
  108. visit http://freshersnews.com for new jobs offers
  109. Regarding released memory.
  110. Observer Design Pattern
  111. gnu optimization bug
  112. What's about the future of C++?
  113. Binary outout to std::cout
  114. regarding const modification
  115. Can you delete a pointer without newing it up? (modified version)
  116. Can you delete a pointer without newing it up?
  117. CORBA ORB for Linux and C#.NET CORBA ORB
  118. why is operator<< not found
  119. how to install vc6 without java vm?
  120. Can we override [][] ?
  121. vector.resize() taking a short time on AMD, a long time on Intel
  122. casting X* to char*
  123. std::binary(n)
  124. namespace trouble
  125. Problem while installing a linux-library
  126. Dynamic polymorphism vs. Static polymorphism
  127. VC++ keybd_event and VK_SHIFT problem
  128. problem with MMTimer [maybe OT]
  129. Problem with find for string objects
  130. deferring member object instantiation to constructor
  131. Help with Naming Conventions
  132. pointer to pointer
  133. how write a final method in c++ like java ..
  134. How do i view files of a directory?
  135. C++ construct on AIX
  136. pointer to a class?
  137. Initialisation of reference vs. initialisation of reference member
  138. question about constructor grammar..
  139. Modifying the value of key of a map.
  140. convert std:string to LPCTSTR
  141. Bump map in 2D terrain
  142. Need help ... tnx
  143. increment pointer
  144. floor of log(k)/log(b)
  145. slightly interresting derrived class problem
  146. C style , one argument, recursive, string reverse
  147. Problem instatiating a template container
  148. illegal explicit template specialization
  149. Working with strings
  150. namespace convention confusion ?
  151. Operator Overloading
  152. PLease help me.Wots the problem with following code....?
  153. a set of N classes?
  154. constructor throw problem
  155. Can list container contain an vector object, such as list< vector<string> >??
  156. Converting char to int.
  157. Storing variable arguments for future use in C++?
  158. Modulus with double variables
  159. Style Question: erasing map element in for loop
  160. why does this pointer work?
  161. pointers
  162. Reall biginner
  163. verify inline function
  164. Generalized Loops
  165. Writing <lf> verbatim to file opened in text mode
  166. Virtual function behaviour
  167. Deleting a pointer...
  168. C++ : protections and freedom...
  169. delete vs delete[]
  170. Work around for the array of references issue
  171. template argument deduction
  172. Me again with same problem.
  173. Fun with const
  174. Limit of a sequence
  175. Is it UB once it's an L-value?
  176. Is it fine??
  177. pointer to function as template parameter
  178. over loading new and delete question
  179. Load image from internet
  180. Error C3440 on overloaded operator []
  181. [newbie to C++] what is the best way to...
  182. Does anyone has already seen a non mutable String based on std::string
  183. "We don't need no steenking headers!"
  184. Subclassing compile error
  185. ===Welcome to comp.lang.c++! Read this first.
  186. strange problem
  187. precision problem
  188. Fibonacci Program
  189. vector<vector<double> > & segmentation fault
  190. Near a solution
  191. must iterator be bound to owner/source?
  192. class templates with pointers to each other in seperate header files
  193. 'Looping' an std::list
  194. Stuck with Bresenham drawing line algorithm!
  195. SYNTAX AND SEMANTICS
  196. input of a string
  197. strange behaviour
  198. need help on coding grammar about reference / pointer /instance.
  199. What does the initialization of a reference object do?
  200. need a date look here
  201. Data initialization (is this correct?)
  202. Sorting Multidimensional Array
  203. Linkage errors
  204. Implementing ORDER BY clause in c++
  205. Question about odd syntax: char* c = {"Text"};
  206. VC++ 5.0 runs this different then VC++2003
  207. export/import C++ managed classes
  208. vector of stringstream*
  209. Reference Errors with vectors
  210. busco programador c++ senior
  211. paxCompiler for scripting C++ applications
  212. Dev-C++ Error: "In file included from..."
  213. Re: Botnet
  214. Probably an easy one for you but pls check
  215. Style: preferring parentheses to '=' for initialization?
  216. How delete works!
  217. signal for kill -9
  218. Sequence points.
  219. unexpected unique_copy constness issue
  220. illegal friend templates?
  221. fprintf(fp,Count); gives C2664 error
  222. Static Map
  223. New Software Organization
  224. Right shift >> weird result... Why?
  225. C++ Parser Web Service
  226. Struct alignment
  227. [OT] Neat API site
  228. What is the linkage of a namespace scope typedef?
  229. Return key not displaying
  230. Multiple inheritance ambiguity
  231. sscanf error
  232. Always making members private/protected?
  233. virtual mechanism acivation
  234. Template Confusion: Short Code I promise!
  235. using find_if/binary_function
  236. Data Manipulation
  237. structure
  238. data structures please help which book ?
  239. implicit_cast isn't possible... is it?
  240. Deploy ActiveX component in Internet Explorer
  241. IPropertyBag
  242. visit http://freshersnews.com for new jobs offers
  243. IOstream reference - source code?
  244. custom streambuf - not working with >> but works with << and .get()
  245. std::max_element real value complex sequence
  246. Guidelines to using Libraries
  247. Help required on getting data from database to cursor and sending to structure.
  248. Can a name of a object be name of any other class?
  249. In Dev-C++, how can I make a rounding to nearest integer?
  250. Class and Struct