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

  1. What does the standard say about this
  2. Trouble passing a function template into "for_each" algorithm
  3. Borland Builder C++
  4. Resizing arrays in C++?
  5. Deleteing automatic variables
  6. Re: Deleteing automatic variables
  7. A question from Bjarne S' book
  8. Instantiation of classes
  9. New to "make". Help, please!
  10. evaluate postfix problem
  11. client-server data transfers appended with funny characters
  12. Coupling of objects
  13. Floating point arithmetic.
  14. std::vector as a class data member. Is this wrong?
  15. How to read numercial data from a file
  16. survival of c++
  17. newbie question
  18. Array size
  19. smarter enums
  20. Re: client-server data transfers appended with funny characters
  21. How to convert a string to int or double
  22. Pointers to functions: How is the proper function selected?
  23. ===Welcome to comp.lang.c++! Read this first.
  24. inheritance question
  25. Building constructors with shared functionality
  26. Is it possible to find in what language a dll has been programmed?
  27. const_cast of `T* const t' to `T* t'
  28. Inheriting operator() and templates
  29. Help @ C++
  30. Help @ C++
  31. Codewarrior for MacOSX warning msgs
  32. Undefined symbol __rtaccess() error
  33. OpenGL in C++ displayed on a web browser??
  34. Null Visualization
  35. Strange compile errors when merely including <map>
  36. return memory to the OS
  37. Very simple template question
  38. CString to const char conversion
  39. References and interesting declarations
  40. Get FILE * pointer from C++ stream?
  41. atoi problem
  42. bitfield optimizations
  43. non-aggregate error
  44. far pointer
  45. shortcut constructor syntax
  46. reinterpret_cast problem
  47. Re: a brief help on generating fixed column text files
  48. static template variable ???
  49. how does temporary address come?
  50. Undefined behaviour
  51. #define macro to enclose an older macro with strings
  52. std::set
  53. grr... this old nut
  54. ostream_iterator from fstream
  55. Persistent ios::setw()
  56. Template code works with g++ but not MSVC++
  57. Novice Linker Errors
  58. Nmake problem with inferences
  59. strange runtime error caused by enum
  60. [Fwd: inline functions and function pointers]
  61. Value restriction
  62. Rewrite TCP/IP From Scratch
  63. newbie questions on templates
  64. new question
  65. simple addition program, no output
  66. about: fstream << "\r\n"
  67. C++ Style Standards
  68. Defining many classes in a single file
  69. string comparison: signed or unsigned char?
  70. Is the Bridge Pattern the same as Herb Sutter's Pimpl Idiom?
  71. boost::spirit::actor doesn't accept a std::vector<int>
  72. Pointer question
  73. C++ Template Metaprogramming
  74. IPC mechanism Named Pipes or windows messages or sthg else ?
  75. IPC mechanism Named Pipes or windows messages or sthg else ?
  76. How can we define a funtion pointer to point a member function of a class?
  77. Dynamic Class Loading
  78. Inherit from Intrinsic
  79. Pthread sleep cycle problem
  80. preprocessor, token concatenation, no valid preprocessor token
  81. INetConnectionProps
  82. deleting multible inherited objects using a base class pointer
  83. Writing device driver for custom hardware: C/C++ equivalent of PEEK, POKE
  84. which group can i ask for makefile?
  85. Re: deleting multible inherited objects using a base class pointer
  86. newbie code question
  87. shared_ptr<> part of the standard?
  88. Iterating through an array whose size is unknown?
  89. STL: insert and find confusion
  90. allocate memory for pointer
  91. Stop throwing C++ exceptions
  92. Make problem with MSVSC++
  93. Can anyone explain why output is garbage for char in a union in this code ?
  94. Is tree structure the right concept?
  95. composition,aggreation and acquaintance?
  96. Class giving back information
  97. External structure definitions
  98. Print elements of vector
  99. ===Welcome to comp.lang.c++! Read this first.
  100. On-the-fly Le Chatelier
  101. Confussed: Pointers in Kernigan & Richie.
  102. 8 Long-Term C++ / Unix Contractors Southwestern Ohio (between Cincinnati & Dayton)
  103. 8 Long-Term C++ / Unix Contractors Southwestern Ohio (between Cincinnati & Dayton)
  104. RFX_Long "Oracle Null value" returned as junk integer [DoFieldExchange]
  105. Force the linker to include referenced libs
  106. Very basic question, getting win api return value
  107. template function
  108. libstdc++.so.5 vs. libstdc++.so.6 and externa libraries
  109. Problem with inheritance
  110. template question
  111. Re: Garbage Collection - Stop Making Trash
  112. Re: Garbage Collection - Stop Making Trash
  113. tracking memory allocations by class
  114. Solved
  115. Custom ASSERT macro
  116. YATQ (Yet Another Template Question)
  117. Is there a null ostream (like /dev/null) in cpp?
  118. OT: Utility for finding out unused members
  119. How can I know the size of system stack?
  120. Order of data member in a structure
  121. Tangled up in templates
  122. Learning (advanced) C++ -Websites
  123. RoundTo
  124. C++ 6.0 Enterprise Ed. installation on MS 2003 Cluster
  125. Differences between new/delete and malloc/free
  126. C++/CLI
  127. Re: Class giving back information
  128. Strstreambuf memory leak
  129. makedepend issue
  130. 'recursive' template problem
  131. Icons with alpha channel and MFC
  132. Debugging array bounds
  133. help to read files
  134. memory access error in some simple code :)
  135. #include headers that include this header
  136. round
  137. Using priority_queue
  138. Runs with GCC, crashes with MSVC
  139. Scope of #define
  140. lvalue rvalue
  141. how to avoid stepping into STL code
  142. solutions to stroustrup's c++ book
  143. solutions to strustrup's c++ book
  144. fitting code, statistical library
  145. memory problem
  146. C++ guidance please!
  147. is a static functions address constant?
  148. frequently asked C and C++ interview questions along with their answers
  149. When can I have my templated typedefs?
  150. ANN: EmINENT Microsystems Embedded Software Framework
  151. Re: frequently asked C and C++ interview questions along with their answers
  152. c++ or c#
  153. Meaning of static object?
  154. NMFTP component (BCB)
  155. New To C++
  156. string or character to integer problem
  157. Collection class helper objects in classes?
  158. Pointer and reference
  159. C++ Firewall
  160. Calling a constructor?
  161. calloc.... Why?
  162. Image library design
  163. ifstream / filebug / FILE*
  164. C++: 4 paradigms?
  165. convert the content of a string to an expression to check its correctness
  166. A Question about inheritance...
  167. Re: Newbie question: Why Fortran?
  168. Any small program in c++ compilable with gnu gpp compiler
  169. A simple c++ question...
  170. ===Welcome to comp.lang.c++! Read this first.
  171. Re: c++ or c#
  172. Complex const initialisation and Intel compiler remark
  173. variable-sized class
  174. Sockets and filebuf with msvc 2003
  175. vector acces by index/iterator
  176. Can C++ do this?
  177. coupling definition?
  178. Problems with iterators ans lists
  179. Re: frequently asked C and C++ interview questions along with their answers
  180. 有没有有关图像处理和汉字识别的组?
  181. Valarray input from file
  182. const parameters to template class member functions
  183. Newbie: string/byte concatenation
  184. Problem with a conceptual graph
  185. A compilation error.
  186. Simple output issue - (I hope)
  187. template specialization
  188. does not compile with "using namespace std"
  189. output question
  190. virtual keyword for the derived class
  191. different design considerations for objects and tables
  192. Formatting in C++
  193. accessing the vtable
  194. Set NLS_NUMERIC_CHARACTERS
  195. where to find info?
  196. What does the standard tell about NAN?
  197. problem with constructor/destructor?
  198. Known at compile-time
  199. Linux & C++
  200. Redirect COUT to file
  201. Visual C++ 6 Compile Error
  202. fstream::open & seg fault
  203. std::list and a composite type ..
  204. extern "C" and JNI
  205. Newbie inheritance question: Any way to go from base to derived?
  206. Templates templates templates
  207. string class won't compile
  208. comparing strings
  209. map<string,set<strin> > compilation problem
  210. C and C++ compatibility issue
  211. Solution to the halting Problem?
  212. Performance measurement and optimization levels
  213. latest C++ standard
  214. Pre / post conditions in error handling
  215. pre startup initialization
  216. string comparision in a file
  217. std::vector allocator?
  218. std::list - access at index?
  219. std::container - preallocation size?
  220. "Thinking in C++" in unix info format
  221. VC++ and WinNT Problem
  222. Re: [OT] malloc replacement for windows
  223. iterator as a member?
  224. menu-based console application
  225. Manage a dynamic vector in a structure
  226. bit field with Arrays
  227. Reading ints from ifstream to a vector
  228. C-style casts for built-in types?
  229. does STL hash_multiset erase invalidate the iterator?
  230. virtual function and pure virtual function in the implementation of COM
  231. Copying with istream_iterator
  232. namespaces and main()
  233. Hardcore C++ developers interested in NYC financial firms....
  234. Visual C++ 6 Compilation Problem
  235. Enumerations
  236. Operator overloading and inheritence: Code critique please
  237. Developers and Srchitects needed(C++ and C#)
  238. How can I clear buffer between getch & cin?
  239. Windows Error at run-time...
  240. migrating recvmsg() to recvfrom()
  241. Reference to array, NOT array of references!
  242. How to browse Std C++ classes in linux
  243. istream >> (my own string class) - low-level solution?
  244. Galois field arithmetic libraries in C++
  245. namespace question/problem
  246. Template specialization
  247. std::map::iterator with STL algorithms
  248. Exception Handling & Memory Leak
  249. Problem with C++ traits under OSX
  250. Usage of rdbuf