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. what happens internally
  2. USB APPLICATION
  3. little problem
  4. Zero sized arrays in base classes?
  5. #include<> internals
  6. Help with Dijkstra's algorithm
  7. Re: including files
  8. Re: including files
  9. including files
  10. Is this possible in C/C++?
  11. getting reference to a STL map element
  12. overload operator ?
  13. Pattern matching with boost
  14. problem with c++
  15. class wizard in 7.0 (.net) IDE
  16. Secured access to source code project ?
  17. How to define a class GasPump?
  18. Array copying technique
  19. Checking if number is bigger than INT MAX
  20. Operator Overloading Problem
  21. When is std::list more effective than the other containers?
  22. Correcting answers
  23. Store two images in one file
  24. candidate for a reference counted smart pointer (?)
  25. software for Voip.phone
  26. how to transfer a DWORD from a function?
  27. How do you return a list? Best practices
  28. tr1::bind in a template class
  29. Insanity or technicality?
  30. Opening is for technical lead
  31. Programmer's Avenue
  32. learn C/C++/Java/HTML/Web development
  33. Another name of type of iterator allowed or not?
  34. unresolved external
  35. member typedefs
  36. Can I write a fn reference?
  37. Getting a chararacter array to accept spaces
  38. Getting certain item from a character array
  39. Runtime Definition of a struct
  40. header files
  41. problem with auto_ptr<> and assigning derived class to base class object
  42. operator [] or what ?
  43. vector of structs
  44. ANN: Data processing toolkit
  45. finding the length of a char*
  46. string comparison, help!
  47. ===Welcome to comp.lang.c++! Read this first.
  48. Function returning a function pointer?
  49. Operator overloading for pointer to objects .
  50. What does this mean?
  51. Initialization of non-integral type in initialization list
  52. Programmer's Paradise
  53. Composition using references
  54. Question about char
  55. Arrays as parameters
  56. Why does the write method take a character pointer to the object one wishes to write?
  57. vect of struct ??
  58. Is this the 'prefered' way to use a vector
  59. oracle-c++
  60. oracle-c++
  61. oracle-c++
  62. $100 for a trading program
  63. $100
  64. Overloaded
  65. Enhance your Bugzilla with Release Planning System
  66. file writing
  67. Multiple inheritance, dominance and pure base class
  68. CPU temperature reading
  69. Runtime errors with c++ binary search tree
  70. Stack or Queue?
  71. Design question for UI library
  72. hello ,i really need your help
  73. undefined reference to '__gxx_personality_v0'
  74. Linked List Isn't Working Correctly
  75. regular expression lib
  76. Plz i need ur help
  77. set<const int> - does not compile
  78. design patterns - Maze examples
  79. Assertion Errors
  80. Problems with reading xml-files
  81. template instantiation with local type
  82. Operator overloading and inheritance
  83. test.c:24: error: `read' undeclared (first use this function)
  84. HELP!
  85. default arguments in member function
  86. class instances ..
  87. double pointer
  88. member template partial specialization
  89. STL vector and element constructors
  90. Strange Unresolved External Problem
  91. design question
  92. How to implement arctan(x) without using standard library?
  93. How to implement arctan(x) without using standard library?
  94. Interesting technique using templates to get around privacy
  95. Parameterized Template Parameters
  96. constness of an object
  97. A few function questions
  98. STL: Map of maps possible, but no multi-map of maps? Workarounds?
  99. Dividing large classes
  100. basic classes question
  101. Double-Linked List, Cont'd
  102. accessing const array reference in inherited-templated class
  103. Double-Linked Lists
  104. bit array in C++
  105. undeclared indentify error
  106. Random Numbers and Removing only 1 item at a time
  107. calling all would be writers for CUJ
  108. what is the error
  109. How do we find out stepping over somebody else' memory
  110. How to identify who cause memory leak
  111. How to check allocated memory size
  112. UNICODE variant of fopen or ofstream to be ANSI compliant.
  113. fatal error please help
  114. DLL - C++ - C#
  115. Anyone who can help me to compile a source code package under the Solaris platform?
  116. Cursor Movement
  117. Diffence between CreateThread and AfxBeginThread
  118. Hierarchy of objects, object "deep down below" needs to access one high up
  119. nested for loops behaving oddly
  120. Is there any way to overload "typecasting"
  121. pointer initialization in ctor
  122. Dialog size question
  123. C++ compiling and uncoompiling
  124. template & typedefs declaration problem
  125. Ascii-Art word converter lib
  126. C++ Internals handling this pointer
  127. Finally, a release candidate of the "Pointers" document (introduction to pointers)
  128. C program can't catch exception from C++
  129. structure and pointer problems?
  130. vector of struct ?
  131. Question Can I use explicit qualifier <C> after member function name of a template class?
  132. Stock Quote Order Level Book
  133. Stock Quote Order Level Book
  134. fstream::open
  135. passing a templated struct...
  136. Question about the operator<<
  137. calling overloaded constructor from constructor
  138. what's wrong with this code?
  139. friend operator= ?
  140. static member of a templated class weirdness
  141. Split a class across two source files
  142. ===Welcome to comp.lang.c++! Read this first.
  143. Function to determine the length of an integer string
  144. Linker errors while compiling C++ applications on AIX 5.3 machine
  145. 64 bit integer
  146. copy constructors and overloading = What is the difference?
  147. std::string copy constructor fails
  148. char to wchar_t conversion
  149. allocate double dimension array in C
  150. How to write and read on network interfaces?
  151. operating system
  152. State Machine Implementation
  153. about struct keyword
  154. Can Singleton Instances Clash?
  155. Combing two linked lists
  156. hellp about local timestamp
  157. stack overflow
  158. Is Space Allowed in Filename?
  159. array variable type, question about semantics
  160. COM
  161. Function objects vs. function pointers
  162. Function objects
  163. beginner question on vector<struct>
  164. memory allocation issues?
  165. Best STL container to use for single pass-through operations
  166. Need help -- starting functions
  167. std::bitset, simple question
  168. DynPtr: A pointer with implicit dynamic cast
  169. need help
  170. Question about pointers and vectors
  171. Is an MFC/C++ ActiveX control best?
  172. benchmarks of char* ops vs. std::string
  173. Number of times number repeats
  174. sorting the nodes
  175. Declarator operators
  176. Templates
  177. oracle
  178. Need advice to choise complex data structure (STL)
  179. Is there a cleaner way to do this?
  180. "typedef templates" inside templates - how can I do this?
  181. TEst
  182. work with char[]
  183. COM compatible C++ objects how to ?
  184. accessing symbol tables from compiled code with debug options turned on.
  185. Template magic needed, partial specialization
  186. Help with a decompiler
  187. c and c++
  188. Problem with fgets reading last line over and over
  189. computer science
  190. overloading operators (basic)
  191. Float-to-string conversion that raises exception instead of returning0.0 like atof
  192. Large C++ function
  193. How to display a string in many lines, each lines have a specified length
  194. ARRAYS FUNCTIONS
  195. please help me to start compiling c++
  196. vector ?
  197. Data structure problems.
  198. are all templates inlined?
  199. Password Verification program help
  200. global typedefs and #define /\ global inheritance base
  201. Custom swap in std namespace
  202. Binary predicate member function needs access to another object's data
  203. Re: what is it for?
  204. initialization lists trouble
  205. specifying interface without definition?
  206. Array size ?
  207. some help required with maps , stucts and vectors.
  208. How to initialize a const char[] member variable
  209. HDD RAW sector reading in Visual C++
  210. how to connect with sql and ms access through c++ file handling
  211. STL collection to wrap a raw pointer?
  212. function template
  213. Writing classes which are "streamable"
  214. ARRAYS AND FUNCTIONS
  215. Pointers and Vectors
  216. Finding a directory using a partial path name
  217. C++ list and private copy constructor
  218. How to set the filesize
  219. Data Structures In C++
  220. tutorial
  221. java language
  222. using c++ to design internet protocol
  223. Why do we need non-virtual destructor?
  224. Macro for Backslash
  225. modify this c++ source code
  226. LInked list Problems, Please help
  227. overloading global dereference operator?
  228. What purposes do types serve?
  229. a problem with static declarations
  230. 'x = this' in constructor
  231. stack&recursion
  232. alignment of structures in c++
  233. How do I get bitwise access to a file?
  234. ?explicit instantiation member function of class template
  235. How can I write the most efficient code about this problem?
  236. Boost library and Borland Builder 6
  237. Does C++ have HugeInt?
  238. ===Welcome to comp.lang.c++! Read this first.
  239. Segmentation Fault
  240. New to c++, need help with advanced topics
  241. class organization (very elementary)
  242. Dynamic arrays?
  243. Large Random Number Generator
  244. New style header files?
  245. Binary tree Algorithm
  246. auto_ptr explained
  247. CLASS ?
  248. bind2nd
  249. binder2nd
  250. Wrapping C code into a C++ object