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. help with c
  2. Great code to read
  3. Need help with my conversion utility...
  4. Why is not copy constructor called?
  5. Problem with Template
  6. Borland Builder Frage
  7. Class number (add subtract divide and multiply
  8. where is the error??
  9. Numerical value of a string
  10. How to call C# Dll in VC++ MFC Application
  11. Liskov Substitution Principle
  12. Please, help me. It's destructor problem
  13. i want make C++ friends
  14. i want make C++ friends
  15. visual c++ 6 comment question
  16. error in compiling c++ program.
  17. Animals last time
  18. Enum |= and |
  19. help with small c++ assignment
  20. friendship with dependencies
  21. string
  22. myspace meets tucows and planetsourcecode?
  23. Can I use user defined data types in maps?
  24. Fail to understand std::transform
  25. stop a moving bar
  26. can C++ sytanx like this
  27. Bug? Parametrized constructor invokes default constructor
  28. Efficient creation of "refined" list<T>, from old list<T>
  29. large integers
  30. Template parameter type constructor method call
  31. GCC -- Warning when a non-virtual function is overridden?
  32. OT: casting class to pointer: how can this work?
  33. Need some help !!!
  34. functions with same signature
  35. How do i avoid packet segmentation?
  36. template-fn implemented in different object does not link
  37. Problem /w constructor in template
  38. [Function pointer] Translating these typedefs into one
  39. C++ code editor
  40. "vector<int>::iterator" problem
  41. casting unsigned integers
  42. Need advices on efficient file i/o with standard library
  43. C++ Primer, Fourth Edition
  44. setprecision problem
  45. Calling Managed functions from unmanaged class
  46. A question on std::swap and it's performance
  47. send email from program
  48. Am I deleting correctly question
  49. Using locales for dates
  50. template friends
  51. Pig/Chicken question revisited.
  52. Mirror of Kanze's website?
  53. High Throughput Ethernet
  54. ===Welcome to comp.lang.c++! Read this first.
  55. how to call extern variables from a C library...
  56. Static variable initialisation. (easy)
  57. Number formatting
  58. How do i copy an entire file into a string
  59. creating 3d-sruface plots in VC++ 6.0
  60. Dependency Injection in C++
  61. Re: Constructor & Destructor
  62. auto_ptr
  63. Diff b/w the working of exe from within the VS and console
  64. storing pointer vs storing object
  65. Odd Visual Studio Behaviour
  66. New Software Development Articles Directory
  67. how to get the address of a method in a class instance?
  68. Singleton vs Static.
  69. C++ Code optimization
  70. Get everything you need for a successful Marketing Campaign Today!
  71. Writing windows Event log
  72. private within this context, the mind of man is surely not this twisted ?
  73. Abstract class linking issue
  74. Can't remove punctuation from string (compile error)
  75. inherit or templatise
  76. Serial Communication
  77. scientific computation
  78. Finding the first non-white space character using sscanf (C++ equivalent)
  79. Find number of legs on a farm...
  80. library xml rpc in C/C++
  81. Page 572, C++ primer, 4th edition
  82. enum operator overloading in namespaces
  83. Multi-dimensional Arrays
  84. Introducing a brand new discussion group for Symbian C++ Developer
  85. Preventing creation of temporary RAII objects
  86. Self-overwriting class - is 'volatile' needed for field keepers?
  87. confused problem
  88. Allocating a local variable to a member function
  89. Quick question regarding member access
  90. Array(s)
  91. NULL==0?
  92. Should I delete these memory before exit process
  93. vector<string> gives error
  94. Can Template Container hold different type object at a time.
  95. Strange problem of typecasting with stringstream
  96. Quick question about arrays and odd behavior
  97. Calculate days
  98. function overload vs. virtual function
  99. problem compiling WinNTL on Windows system.
  100. C++: array vs vector
  101. creating a wrapper around a vendor api
  102. Scope of temporary variables
  103. member visibility in recursive class templates
  104. MAX value of a subsequence sum
  105. Automatic Generation of Clone Method
  106. Memory problem
  107. Question about objects and constructors.
  108. reverse bit order
  109. fprintf
  110. Student needs assistance... (deperately)
  111. Read floppy-disk sector (Win 98)
  112. Const members of type string in a class definition
  113. exercise 3.9, C++ Primer 4/e
  114. STL and MFC
  115. pass by-reference
  116. A question about CFileDialog! ! ! ! ! ! !
  117. comp.lang.c++.leda
  118. how to use the wstring on the Solaris gcc 3.2.2
  119. How to support Large file size with ofstream ?
  120. Visual Studio 2005 crashes when trying to attach a process (Excel)
  121. Template Meta Programming Techniques
  122. Template Meta Programming
  123. Symbolic link
  124. retrieve folder names of a Mailbox
  125. Error: Constructors Not Allowed A Return Type
  126. How to enumarate/read resources from executable file?
  127. problem with sequence of include files
  128. Inheritance declaration
  129. Sorting a list of objects.
  130. Finding out the total memory used for allocating an object
  131. Newbie using vectors
  132. Help appreciated with identifying a little bug(intro std, map<> and overloading related)
  133. very large integers
  134. Reference syntax? (noob)
  135. Help with template
  136. hello again..
  137. Requirements of TR1 associative containers
  138. Why are there *three* constructor calls when inserting an item intoa map<>?
  139. Memory Allocation Problem
  140. Memory layout of an object with multiple inheritance
  141. Error defining HashMap::iterator type, please help
  142. Simple instantiating of class templates
  143. static member initialization
  144. about bind2nd
  145. Exporting destructor from DLL
  146. advanced string manipulation
  147. keys
  148. ===Welcome to comp.lang.c++! Read this first.
  149. Inheritance and copy constructors
  150. Get Pedia
  151. Inputting numbers of a fixed length
  152. Question about STL string reserve()
  153. OT: completely remove VC++ 6? Or repair $PATH
  154. strlen() without include <cstring>
  155. Change File Associations
  156. Question about passing STL strings by reference vs. value
  157. Pointer to Pointer to character
  158. std::list traversal+erase
  159. Header File Object Definition Trick
  160. Should we use pure virtual function in all case for polymorphism?
  161. max value of a subsequence in a given sequnce of numbers.
  162. :: trolls considered beneficial (gotos still no-no) ::
  163. Vector
  164. C structure rest
  165. Help required building app
  166. Timer for windows console program
  167. SIGABRT
  168. is it safe to use this pointer inside destructor?
  169. uninitializing constructor
  170. auto_ptr safety
  171. Variable retain value between case statements
  172. Multiple inheritance
  173. Including huge strings with line breaks as variables
  174. help! get started on unit test.
  175. 2d array
  176. undefined reference to `main'
  177. Exposing a C++ dll to c#
  178. Exposing a C++ dll to c#
  179. Exposing a C++ dll to c#
  180. Exposing a C++ dll to c#
  181. Exposing a C++ dll to c#
  182. GD-Library
  183. forward declaration of a class in another namespace
  184. performance of freestore management
  185. List files in current directory
  186. Why does Platform SDK define union LARGE_INTEGER in such a way?
  187. TR1 documentation?
  188. silly question regarding template
  189. Creating Games in C++
  190. const
  191. Method signature in C++
  192. How to implement differentiation in C++
  193. Array of classes as a function parameter...polymorphism question.
  194. remove junk charecters
  195. VIEW, RATE & SHARE Interview Questions and experiences
  196. Raw access to vector elements
  197. Student seeking assistance....
  198. Cant concatenate two strings that are the result of two functions.
  199. New code search feature at Google.
  200. resizable array of pointers
  201. Question about objects in objects.
  202. counting within a string
  203. want to know more about programming
  204. Writing Binary Digits to a file
  205. VA_START called inside a function with fixed number of arguments
  206. still segmentation fault in my SVD code
  207. basename in C++
  208. How to find out a if an iterator is pointing to the very last (end) node?
  209. searching a function of standard libraries to help detecting memory leaks
  210. std::copy, backward_copy and fill implementations
  211. Student looking for more help. `ListNode' does not name a type
  212. problems with saving strings in a shared memory segment
  213. how to make sure only one instance of a class is created (dynamically)?
  214. pthread_attr_setdetachstate(...) has a problem
  215. template class and default function parameter
  216. LNK2005
  217. accessing the member of parent class
  218. appending one vector after another.
  219. Problem in adding new images ait folder from a selected folder
  220. Free Mark
  221. fail to call another constructor from constuctor
  222. setting member class
  223. How to release memory of a static pointer data member
  224. HTTP Library
  225. Student requests help... expected `;' before '(' token
  226. expected primary-expression before "void"
  227. dynamic types,
  228. HOW TO DRAW STUFF USING <graphics.h> ?
  229. Conversion from 'void*' to pointer to non-'void' requires an explicit cast
  230. Diamond multiple inheritance vs. dynamic cast
  231. linking error when compiling CVOde in cygwin
  232. newbie: operator == and !=
  233. ===Welcome to comp.lang.c++! Read this first.
  234. Help with Lowest Score Drop
  235. Getting the integer representation of a float
  236. rpasken@eas.slu.edu , You have made comments that Momentum is not Conserved in my PAPER. It is not CORRECT. It is explained in 100 Years of E=mc2
  237. How to convert ascii too.... int64, unsigned long..
  238. Different tuples to one container? (One type of a pointer to point to different kinds of tuples?)
  239. How to explicitly allow object copy ?
  240. Solving linear equations in C++?
  241. New to C++ ; trying to create a class
  242. Required string parser
  243. function declaration returning array ref...
  244. argument returning
  245. RogueWave's RWCollectable
  246. Visual c++ 2005 express edition
  247. c++ puzzle
  248. embed s file in exe
  249. code pages query
  250. Looking for automated C++ beautifier/styler