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. how to write bits by using ofstream?
  2. vector question
  3. const debug variable optimized away if false?
  4. C++ builder question..
  5. Function pointers
  6. Scope guards
  7. How callback function works.
  8. realloc equivalent for new
  9. Installing Borland C++ 3.1
  10. using default values on <Enter> with no input
  11. testing ...please ignore
  12. ctor, operator =
  13. accessing directories using C++
  14. two defination ?
  15. converting LARGE decimal number to binary stream
  16. Authentic MS Visual C++ Pro 6.0 for Sale
  17. BTree beginner
  18. Simple Welding of two small C/C++ Programs, But How??
  19. out of here
  20. Database Connectivity
  21. Why double Underbar in header files? Thank you..
  22. coding problem (matrix multiply)
  23. Which one is faster ? Thank you very much...
  24. Do you actually think of this or something else ? File content
  25. C++ code beautifier
  26. class hierarchy problem (do I need MI?)
  27. stl list, const correctness
  28. "const <anonymous>**" and "<unknown type>" errors while compiling
  29. need to find a good "readable" book for ...
  30. modeling billiard table
  31. STL tree implementation -directory structure
  32. seriously, i need a good book,
  33. some memory questions about two-d arrays
  34. Is it really necessery to replace #define from const?
  35. Member operators operator>>() and operator<<()
  36. virtual destructor?
  37. How to access a class member function outside of its class?
  38. "was not declared in this scope"
  39. is this possible - pointer to a classtype, that differs?
  40. How can you make Cmake use gcc on WinXP?
  41. memcpy : maximum buffer size
  42. trying to use gprof, program compiled with -pg dies immediately
  43. SGI hash_map
  44. Class to support keywords.
  45. communication between mini-modules
  46. Help with long symbol names generated by templates.
  47. A program that prompts the user for keywords belonging to C++.
  48. non-sorted map?
  49. STL - an algorithm for finding a collection within a collection?
  50. Disassembly in g++ ?
  51. void pointers
  52. Script Engine in C++
  53. istream::readsome() behavior in g++ and Microsoft C++
  54. Cryptic compiler/linker error messages with C++ templates
  55. How to prevent a function in base class being overloaded from child class
  56. Accessing the registry
  57. An exception said: catch me if you can
  58. Bus Error on Integer Assignment
  59. Function Pointers and Inlining
  60. xlc - A template dependent name that is a type must be qualified with "typename"
  61. Changing IE default access directory
  62. signal handling
  63. Reuse allocated memory
  64. Passing by const & and returning a temp vs passing by value and returningit
  65. Stack corruption
  66. How to delete and remove all items in a container<T*>
  67. a stl list of list with jump back
  68. typeid behavior on object without RTTI
  69. Can't access field in struct
  70. How to read data from a bash pipe
  71. data validation
  72. recvfrom gives empty string
  73. Python to c++ conversion problem
  74. Templates and user defined conversion operator
  75. Passing vectors as parameters to a recursive function
  76. Where to do the operator<< overloading
  77. Processing pathnames listed in a text file.
  78. FIELD_OFFSET
  79. memcmp for <
  80. Operator Overload
  81. Problem with abstract base class
  82. DLLs
  83. Digit grouping
  84. Problem Based Passing Vectors Elements As Arguments
  85. std::string Destructor Throwing Exception
  86. handle cin errors
  87. run-time analysis tools
  88. map<,> optimization question
  89. delete[ ] with malloc or free [ ] with new()
  90. getchar vs. cin
  91. help
  92. it's Geek Of The Day
  93. YAML?
  94. Problem with results of overloading << for polymorphic types...
  95. Is there an STL algorithm for this?
  96. why does this not compile ?
  97. "is protected within this context" error
  98. Cheap (simple, efficient) solution for literal strings in templates?
  99. ? : Operator
  100. Big O and algorithm to decide string A contains string B?
  101. Is this some best practice?
  102. sizeof an empty class object
  103. Need info on Template specialisation
  104. Pointer-to-member
  105. Remove pointer from list
  106. Does not name a type error
  107. Naming factory functions
  108. C++ Programmer Wanted
  109. mmap iterator validity
  110. help needed c++
  111. Static objects in function templates
  112. Vector of structures: non-aggregate error
  113. Replacing dynamic_cast
  114. Getting an iterator to an arbitrary index of a string
  115. bits manipulation
  116. standalone xml library?
  117. goto
  118. why two const in one function
  119. Templates: Why does this fail to compile?
  120. class hierarchy
  121. References referencing array members - how evil is it?
  122. MFC App to receive and display data from IEEE 1394 FIREWIRE Port
  123. modem initializing
  124. basic help
  125. private overloading
  126. C++ book recommendation
  127. function overloading question
  128. std: bitsets of variable size
  129. using activex in vc v6
  130. Operators, implicit conversion and templates
  131. Wrap Lib file
  132. function return value
  133. Implicit conversion issue
  134. foreach shorthand
  135. Compiling with aCC on 64 bit HPUX
  136. BeforeNavigate2 not working with NewWindow2
  137. non-aggregate type bool
  138. parallel programming in linux
  139. std::vector in vector - LOOPING
  140. A question regarding the duality of pointers and arrays and another on structures.
  141. STL insert with hint
  142. bit convertion problem
  143. Subject: Use of new and delete in C++
  144. IIS configuration using c++
  145. How can I call an enclosing class's function?
  146. use of assertions in practice
  147. Out-of-class-template member template specialization syntax
  148. Redefining new
  149. STL Iterators
  150. ReadConsoleOutput changes the size of my SMALL_RECT... help!
  151. Google's (G-mail)
  152. j2020j0908@yahoo.com
  153. Getting lower-bound and upper-bound of strings input
  154. Design Patterns Textbook - Monoglyph
  155. Allocating and returning new class in function
  156. Pointer To A Vector Elements While Still Adding
  157. Deconstructors
  158. Re: 3-day novice, How do I calculate age in days? [C++]
  159. rope vs. string
  160. typedef'ing Function Pointers
  161. Question about ostream
  162. How does a compiler implement exception handling ?
  163. Get URL Content In A windows service
  164. Portable STL implementation?
  165. Required DataType ???
  166. Initialize vector
  167. help needed in c++
  168. operator<<
  169. ualarm() Interrupting select()
  170. using placement new
  171. MingW
  172. polymorphism type error, I think...
  173. Re: operator<<
  174. trying to declare an iterator for a std::vector of template pointers
  175. break , continue, how to understand
  176. problem in static function template specialization
  177. The Most Important Computer Languages
  178. Forward Referencing Question
  179. Using Inheritance in C++
  180. Struct inside namespace -- Not Member -- Need Fix?
  181. Convert from std::vector<double> to std::vector<int>
  182. FD_SET has unknown sockfd
  183. Writing a tree iterator
  184. How can we pass a template in a template function
  185. Placement Oppurtunities
  186. enum : char ???
  187. g++ 2.95.4 has a problem with templates?
  188. unnamed namespace collision
  189. Reading bits off an unsiged long
  190. May a template argument be a friends of the template class?
  191. replacement for dynamic template parameter
  192. Keyboard interrupts
  193. Pointer to Function Inside Struct using Static
  194. Need help with Pointers
  195. System reboot/system freeze with simple code in Visual C++ 6 and lcc-win32 (OS issue?)
  196. Re: Catching FP division by 0?
  197. OOP is bad?
  198. Newbie
  199. template probleme
  200. Type conversion of reference to a temporary object
  201. [ANN] YARD Parsing Library version 0.4
  202. please explain why this is Undefined Behavior
  203. get system info? (linux/unix)
  204. Why program denies when my function is loaded ?
  205. Help me
  206. Is wchar_t guaranteed to be larger than char?
  207. inline class member functions
  208. using enum from another namespace
  209. $6.00 to $20,000 in 4-6 weeks.* Legal Home Business!!!
  210. Doubt regarding inheritance involving templates
  211. RSS Feed collector
  212. error message
  213. std::map operator[] and default values of build-in types
  214. International Conference on Intelligent Agents, Web Technologies and Internet Commerce
  215. Array of objects as array of POD
  216. modifying stack variable
  217. Strange issue regarding template functions, struct static members and g++
  218. Exe will not start
  219. array of pointers
  220. strang function pointer from faq book (help)
  221. UML
  222. Chicago - Sr. C++ Developer
  223. Is incrementing iterators actually this slow?
  224. parameter deduction in function object
  225. template template argument from specialized instance
  226. cannot recognize vector as a vector, please help
  227. question: changing order
  228. How to encript header files.
  229. VB6 to C++ 6
  230. anonymous pointer creation and memory leaks
  231. Please help: How to reformat existing c++ files using emacs or VC6.0
  232. Exceptions and overridden methods
  233. Allowing a functor or a function to be stored in a class
  234. Is this valid ISO C++?
  235. is it undefined behaviour?
  236. sendto() failed (10040)
  237. Data stream help
  238. & before a function
  239. Translate C++ to C
  240. Disk space exception ?
  241. _wcsupr () with german characters
  242. Problem with constructors
  243. passing class to a function in c++ - performance question
  244. Finding distance
  245. Mac.........!!!
  246. For what reasons?
  247. Why assembly and translation
  248. Endians and c++
  249. random number generation
  250. g++: command not found!