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. Interface Programming the basics
  2. tr1::function implementation
  3. Converting data types using SQL
  4. Yet another template class question (corrected)
  5. gcc at fault?
  6. Yet another template class question
  7. template class question (more elegant soln)
  8. deletion of mem alloated using placement new
  9. using lexical_cast
  10. C++ find question
  11. Coding Standards
  12. May I have a example of design pattern of "composite", I still feel fuzzy after reading book of Addison-Wesley's"design pattern "
  13. interface vs behavior
  14. Ideas for first program?
  15. Very quick C++ I/O n00b question
  16. sign of char literals in #if directive
  17. Greenhelm Engineering Opportunities
  18. A malloc error in C++ - incorrect checksum for freed object
  19. I can't a class members in working thread
  20. __DEPRECATED
  21. Need help with pointers to class methods being used as callbacks...
  22. How to pass a ublas::matrix to a C API
  23. Array limits
  24. Odd error message...
  25. Something like to tuples in the sequence
  26. Somothing like to tuples in the sequence
  27. private constants
  28. Check pin state of Serial Port
  29. String::Format problem (VC++ .NET 2003)
  30. Any clue?
  31. How can I replace all occurrences of a character with another character in std string?
  32. Object Management
  33. Runtime optional interface
  34. Restricting instantiation of the object in heap only for the particular case
  35. const reference to object returned by value
  36. user defined conversion operator or operator overloading?
  37. Borland application password recovery.
  38. OO book
  39. Writing Scalabe Software in C++
  40. Binary Arithmetic Add Operator Overloading not compiling, what's wrong ?
  41. template alike approach for floating point
  42. Memory fragmentation
  43. rand() chooses the same number after several trials
  44. 8 bit integer type
  45. Local Functions...
  46. Class diagrams
  47. ICU 3.4 Compilation Using Intel C++ Compiler 9.0 with Cygwin
  48. cpptips
  49. Downloading full page source of a web page
  50. Nested class templates and incomplete type error
  51. Converting String to Binary & Reverse
  52. C++ Gurus Wanted NYC
  53. Put a stl container in private or public?
  54. Something Hard to Google for
  55. Assigning values to a struct
  56. Question about objects
  57. Pointers vs. Static Objects
  58. Using fread alternative in C++
  59. STL map containing pointer_to_binary_function
  60. how to return 2 instances of the same user-defined class from a function
  61. parallel programming using MPI and C++
  62. Cleanup Technique
  63. Ambiguous MsVC!
  64. tool to find unused methods
  65. reference to pointer used in ctor - using 'this' in ctor (repost- corrected sample code)
  66. reference to pointer used in ctor (using 'this' in ctor)
  67. C++ find the bug problems
  68. how to reach an arbitrary index in a std::list
  69. function name hiding
  70. Free Online Dating Site
  71. Templated constructor behaviour
  72. reading string from char array
  73. assigning a string, with embedded nulls, to an ADO variant_t parm
  74. Segmentation Fault On Program Termination?
  75. Callback into C++ from C
  76. !!Quick Money!! !!!!THIS IS INSANE!!! IT REALLY WORKS!!!
  77. Factories and conversion from Base to Derived...
  78. do you know good books/sites about creating custom allocators, streams and iterators?
  79. C++ template metaprogramming in C#?
  80. data passing
  81. .NET versus C++ compiled code
  82. Returning (char *) from a function - memory problem
  83. std::list custom allocator issues
  84. auto-delete the application...
  85. better new delete
  86. how to start use nested STL container
  87. Have std::map sorted by value
  88. pure virtual method
  89. Overloading the Insertion Operator
  90. Seeking trace log system
  91. Looking for free memory pool software
  92. Requesting critique of a C unit test environment
  93. The worst thing about a wild saturday night...
  94. How to implement this?
  95. On template parameters
  96. How to detect read or write access to a user defined array?
  97. I don't want this anymore
  98. I am afraid
  99. Accessing elements of static array by name
  100. I am very strong...
  101. I was/am wrong to be here
  102. I am rejecting your opprssion
  103. I'm not your enemy
  104. C++
  105. Not to forget "my friends" here in clc++...
  106. c++ help tool?
  107. Sleep?
  108. return value
  109. A weird problem on structure and union alignment
  110. computer languages
  111. What is going on here?
  112. C++ Primer ex 8.3
  113. techfest2008
  114. try...finally semantics
  115. My Animation
  116. Does anybody know a fast algorithm for this?
  117. Incrementing array indexes in for loop.
  118. This website is for sale!
  119. Is struct() equivalent to ZeroMemory() ?
  120. Static const non-integrals in-class initialization
  121. [c++0x] name deduction in overloading with rvalue references
  122. Atomic and singleton
  123. Discard qualifiers
  124. malloc problem in C++
  125. x/x=1.0 in double-Arithmetik
  126. two classes #including each other
  127. Operator overloading question
  128. Function returning two values
  129. Binomial coefficient
  130. Rising Edge D flip Flop code in c++
  131. C++ Primer ex 7.31
  132. why is returning an int from a pointer crashing my app
  133. Signature of the predicate in std::lower_bound
  134. Passing static member function as callback to Windows DLL
  135. Why :: ? Why not : ? Why not . ? <- less clutter ?!?
  136. Why should we use fun(const Class &B) instead of fun(Class &B)?
  137. Weird protected access problem.
  138. About build static library
  139. How to detect overwritten virtual method in base class?
  140. convert char * to char []
  141. Evaluation sequence and precedence
  142. Static allocation in a static function & thread safety
  143. What happens when an exception is not caught?
  144. Cin error bit
  145. Need some way to fake reflection in C++ code
  146. Converting sprintf to ostringstream
  147. How to prevent a double from appearing in e-notation?
  148. Write C program
  149. How to allocate a static class attribute in c++?
  150. C++ http library
  151. am I developing C++ skills ?
  152. static globals
  153. Strange error with iterators
  154. binary file
  155. IEEE-754
  156. Problem with cin, cout using shift left and right?
  157. Benefit of Source File's??
  158. C++ in data plane
  159. Source code for the MP package that I'm trying to debug
  160. string or const char * in a function parameter list ?
  161. How to solve the error link2028?
  162. How can I generate a graphical file hierarchy
  163. What sort of C++ skills are needed for a proprietary trader?
  164. cleaning up in a different library
  165. destructor dependency while return from a function
  166. HOWTO use a Factory
  167. How to redirect log file in VC++ 2003 .NET
  168. Naming conventions
  169. NOW WATCH Satellite TV on your PC without Paying Monthly FEES
  170. c++ tutorial
  171. learning c++
  172. Availability List of DWP
  173. Class interaction question
  174. algebraic expression 'a*b+c' with CIN .Is it possible?
  175. does your compiler / lint catch infinite recursion ?
  176. are these statements declarations or definitions?
  177. overloaded assignment operator and copy constructor.
  178. How bool data type is implemented in C++
  179. Sample Code
  180. Reading from input file
  181. Building integer into a string
  182. Macro expansion in C++ preprocessor
  183. applications of " ## " operators
  184. Dependency Loop seems unavoidable
  185. array 0 0 0...
  186. passing references
  187. check whether internet connection is live from c++
  188. shared_ptr implementation in the upcoming C++ standard
  189. Many Fortran code! How to call Fortran code from C/C++?
  190. allocator alignment issues...
  191. Free Air Conditioners!!!!!!
  192. explicit template args
  193. C++ ShowWindow issue - Button not reappearing
  194. Reading code from a file
  195. Reading code from a file
  196. checking if a number is zero within machine precision
  197. User error or g++ disambiguation bug?
  198. Submit Your C/C++ Scripts & Code
  199. Ask for general suggestion on project design.
  200. A Car case
  201. some thoughts about static class member type CX of class CX
  202. How to
  203. A Design Problem
  204. ifstream character read problem
  205. Simple functor
  206. Object instance creation error
  207. composite
  208. friendship case - good or bad
  209. Faster std::map?
  210. istream, ostream and iostream
  211. Array corruption
  212. Reason of error?
  213. Unsigned integer overflow detection
  214. Best return type of an accessor to void*
  215. Debugging Multi-core Processors.
  216. What is the solution..?
  217. const data in descendant classes
  218. Free Online Dating Personals - Free Dates Agency
  219. pass-by-reference for template?
  220. MFC 8.0 - static link misses Afx strings
  221. programme asp.net
  222. deep copy of a polymorphic object with only a base ptr?
  223. What version control can I use with VC++6?
  224. variant to prototype...
  225. Use of & operator for function pointers
  226. Template compilation error (Nested class pointer specific)
  227. copy(..., ostream_iterator<int>(cout, " ")) cannot compile, why?
  228. Forex Guide and Wedding Planning Tips
  229. funny recursion issue
  230. member functions and implicit "this"
  231. enum
  232. operatoroverloading - []
  233. ordering container contents using more than one key
  234. can member operators be virutal? does it make sense?
  235. difference between bracket operator [] and its constant version
  236. New Updates
  237. Any Competition of Junior C++ Programming
  238. regarding sizeof operator for class with no data variables
  239. regarding sizeof operator for class with no data variables
  240. regarding sizeof operator for class with no data variables
  241. For you Jamaica 2Barter's Google.org
  242. std::map operator<
  243. Looking for the "isfinite" function in C/C++?
  244. looking for the fastest complex number arithmetics...
  245. Latest models of Gibson guitars
  246. Help with C++
  247. Can somebody please help me start programming a small UNIX kernel in C++ ?
  248. Must __FILE__ be a narrow string literal?
  249. Free Mac Mini for you
  250. How to include a .obj file when linking in IDE of visual studio 2005?