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

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