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. new at c++ have some questions
  2. how do you make this?
  3. my software
  4. Why is it no possible to fill a static map outside of a block
  5. default struct argument, how?
  6. Can base class have the net sum of all the interfaces of its derived classes?
  7. problem while detecting floating point operations
  8. how to get a formatted output right?
  9. Function template inside of class template
  10. Job Offer
  11. What is the difference ?
  12. name mangling of functions
  13. Wait, pause, sleep, w/e
  14. Virtual Class - why?
  15. Overloading Virtual Functions
  16. how can i open the window open
  17. cmd window closes
  18. operator >> needs to be in namespace std??
  19. Maybe a challenging problem on inheritance
  20. Smart pointers and inheritance
  21. If we could do it all over again : rethinking pointer syntax
  22. What's with the new C++/CLI pointers (handles ^)? Managed C++.NET
  23. Excel Sheet(How to Place the TAB Order Programaticallly)
  24. 1 solution 2 projects; how to use a function from project B into project A
  25. copy constructor problem with STL allocator
  26. How to SetWallpaperOptions ?
  27. bug
  28. Running a new library downloaded from the net
  29. ORA-01480 problem
  30. strange runtime error - I need help debuginng
  31. heap vs. stack
  32. static vs dynamic dispatch
  33. help with upper and lower case conversion
  34. GUI in C++?
  35. can someone fill up the following program
  36. How to build Boost separately?
  37. Random number generator for use with random_shuffle
  38. compiling template example
  39. a question in makefile
  40. My god, help on the standard reading
  41. compile error
  42. A question about the safe bool idiom
  43. a question about c++ datatime
  44. ipv6
  45. saving txt
  46. ===Welcome to comp.lang.c++! Read this first.
  47. Binary Functor Predicate w/ different parameters
  48. Scoping in initializer list
  49. Tic Tac Toe Plus
  50. strange problem in running c++ program...
  51. How to implement a deep copy or shallow copy?
  52. what does this mean? const _Ty *_Myptr
  53. How to initialize a class member shared pointer, to NULL?
  54. LNK2001 link errors
  55. delete vector element
  56. Can find() apply on vector
  57. Pinging a server
  58. Compile without header
  59. "You can, however, use delete on a pointer with the value 0"
  60. good c++ snippet archive
  61. SINGAPORE PRIVATE CONDO / APT FOR SALE / Singapore New Upcoming Residential Projects
  62. string + string
  63. new and delete usage
  64. Recursive Backtracking
  65. call() and return()
  66. a question about char**
  67. explicit copy ctor in template class : compiler error. why?
  68. Simple program
  69. Advice needed for programming project...
  70. complex number operator question
  71. complex number overload
  72. Logging library
  73. Optimization of file reading...
  74. Optimization of file reading...
  75. Programming a Turing Machine
  76. virtual functions in inherited class
  77. Help with file processing
  78. why this is compiler error?
  79. Algorithm Challenge
  80. How to find friendly port names (vc++)
  81. Evaluation order of comma operator
  82. Pointer to operator for builtin types
  83. Dynamic allocation/Deallocation of strings
  84. is there any FAST ALGORITHM about Forward Maximum Match of string?
  85. ANSI C code testing
  86. calender program
  87. How can you declare function f that...
  88. Temporary as lvalue
  89. this pointer problem
  90. Dealing with callbacks
  91. What causes foo().fun() objects?
  92. Is there something wrong with this?
  93. socket between java client and c++ server
  94. ?pointer to cv void? points to the start of the storage location...
  95. Recommend a free 'Status Monitor' or 'Dashboard' to report overnight tasks status?
  96. Problem with design pattern decorator
  97. cv-qualified rvalues
  98. term for "group function with arguments"?
  99. DLL usage problem in VS 2005
  100. Some help with this
  101. what does find in the MAP do if no match is found for the key
  102. argument passing by value and temporaries
  103. step trough enums
  104. PRINCIPIANTE: Tool per sviluppare in C++
  105. Are macro names subject to the double/leading underscore restrictions?
  106. Safe bool idiom - protected function not accessible
  107. !!! NEGOCIOS EN RED !!!
  108. Multiple inheritance instantiation
  109. Windows Services
  110. binary stream with std::stringstream problem
  111. pass char * as reference and reallocate memory for a pointer
  112. What would C++ look like without ADL?
  113. How can I make my program dynamically change due to the OS type?
  114. ANN: wxWidgets 2.8.0: a cross-platform GUI toolkit
  115. Template member functions in template class with separate definition
  116. Dynamic Namespaces
  117. Eliminated copy requires copy-constructor
  118. How can I write an evil AI in C++???
  119. To inherit or not, that is the question
  120. wcout does not print wide character string in solaris.
  121. how to return index of sorted vector
  122. programming quiz website
  123. job posting: Sr Systems Programmer needed
  124. Returning local variables from DLL
  125. Trying to do a compounded interest program
  126. key compare problem in stl map
  127. C++ Formalism: any progress since n1885-6?
  128. Health and the Programming Lifestyle
  129. finding the name of a dll from within itself...
  130. tr2
  131. Overloading problem in gnu but not in VC++?
  132. " PLEASE TELL SOME ONE "
  133. " PLEASE TELL SOME ONE "
  134. typedef issues with VC 8.0
  135. Distance between doubles, etc
  136. Declare a two-dimension array
  137. Beginner: Need some help with BSD sockets...
  138. Hex string to ascii
  139. new-> constructor-> destructor-> delete
  140. Beginner's problem: inheritence and vectors storing bookings
  141. ===Welcome to comp.lang.c++! Read this first.
  142. strange template error
  143. Access violation help
  144. regarding function pointers
  145. porting bison flex code from linux to visual studio
  146. Full screen mode
  147. Full screen mode
  148. Doubt about boost shared_ptr
  149. [Call For Sessions] BoostCon07: May 14-18, 2007
  150. C++ routine for complex Gamma Function
  151. Template template parameters
  152. Overwritten method in different class interfaces
  153. Do not want to use pointers
  154. Compile a function in a program
  155. visibility, declarative region, scope, validity, introduction and accessibility
  156. class
  157. C++ Singleton Pattern
  158. const_iterator compiler error
  159. Declaring Multi-Dimensional Arrays
  160. Ok, I was in error (or my foot still doesn't taste so great)
  161. " Given BACK what was freely GIVEN "
  162. vector<ofstream> indexing
  163. Array of pointers to different types
  164. "Null" I/O Stream?
  165. Compile C++
  166. template recursion
  167. fstream with switch case
  168. Inheriting friends
  169. Threading singleton class?
  170. A question about pointer
  171. Very big arrays
  172. regarding templates
  173. regarding recursive function declared as inline
  174. surprising template size and speed
  175. inline functions
  176. can I safely ignore inline ?
  177. Expression evaluation: object read rules confusion
  178. C++
  179. Custom DataGrid Filters and Sorting
  180. how to declare structure pointer in within a class
  181. some functions
  182. database in C++
  183. Poker hand evaluation
  184. query regarding namespaces
  185. "expected constructor, destructor, or type conversion before '->' token" using a Singleton
  186. Issue with setting a protected member
  187. project1
  188. why static variables used in EXE and DLL are different?
  189. singleton problem
  190. singleton problem
  191. deducing function from template parameters
  192. int versus unsigned int - optimizing for speed
  193. typename D<T>::E e; // this->E would not be valid syntax
  194. Nondependent Base Classes
  195. Any better code for the following simple case?
  196. compilers
  197. bit-shift doesn't produce expected 0!
  198. ANN: v2007 Altova XML software is available
  199. Source Code for toUpper Function
  200. Porting Borland project to VS
  201. Operator overloading for a hierarchy
  202. Hi, how can I optimize the following code?
  203. colored buttons - Win32 API
  204. confused with the char*
  205. project in C++
  206. Excel Sheet
  207. moving from c++ to visual studio c++ (winpcap)
  208. memeory related
  209. Whats the difference between while loop in Windows message loop and while(1)
  210. Query regd. "Modern C++ Design" program.
  211. Sorting
  212. a question about memory error..
  213. how get instanace-class-name of a variable
  214. C++ and "flush" -- So very confused
  215. Question about the this pointer
  216. need of the following E-Book
  217. Help on reading the standard!
  218. sorted vector instead of set
  219. sleep(int) for c++
  220. Help wanted on operator overloading
  221. weird output for equations...
  222. for whom the header files are important?
  223. begging for a big help
  224. Saving data from a Vector Collection
  225. code completion
  226. negative integer literals
  227. using printf to redirect to web page
  228. ===Welcome to comp.lang.c++! Read this first.
  229. Help with map iterator
  230. Program for School
  231. Something about bits
  232. Traversing members of a class with a pointer
  233. ORM and c++
  234. Welcome to Atlantic City
  235. Function return string
  236. Binary constants
  237. The worst things about C++
  238. Help with C++
  239. Validating input
  240. HELP!! (kind of repetitive, yes.)
  241. What a pointer really points to
  242. problem with IOT/Abort Trap
  243. C++ Primer, 3rd or 4th ?
  244. HELP!
  245. CRC-CCITT
  246. Need Help with the functions program
  247. What does it mean to pass a function name?
  248. not using the return value
  249. funny template variable declaration
  250. STLport 5.1.0 released