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. compiling assembler just in time and jumping to the result from a c++ program
  2. how to implement doubly linked lists using only one pointer?
  3. std::cout << "sdfsdf" in MS Visual Studio 2005
  4. confusion involving pointer to pointer when converting from derived to base
  5. Choosing a class using a variable without if-else
  6. fstream, overloading >> and << for serialization of binary classes
  7. Attempting to understand static class properties...
  8. Catching exceptions accross shared libraries
  9. Help with migrating my C++ course to "Accelerated C++" text.
  10. Read line after line but from the eof.
  11. A problem with typedef
  12. getline problem
  13. Zipara.com started !
  14. Undefined symbol in C++ template member function when put on vxWorks
  15. neyo neoyo arse follower
  16. Quick favor for owners of The C++ Programming Language
  17. how can we restrict object creation on heap ?
  18. I don't understand y'all
  19. Extern Program like child in MDI Parent
  20. MDI Parent Child Form TPanel
  21. Objects with containers
  22. Stack unwinding: can I avoid it?
  23. bool method() throw in conditional statement
  24. Non-pointer iterators....
  25. printing times in specific timezones
  26. dynamiczna alokacja pamieci
  27. pointer-to-member-function return type
  28. Pointer to member function - type
  29. secury swprintf without crt
  30. secury swprintf without crt
  31. secury swprintf without crt
  32. multimap stl
  33. remove items from a vector using iterator
  34. BGL Colormap Property
  35. Need help on std::sort comparison function
  36. minimum float value
  37. Help with a 3D Grid\
  38. Help required on Extracting File Information
  39. C++ Perm Job opening in South Brunswick, NJ
  40. creation of static during destruction
  41. Tricky C++ problem...
  42. IPsec API on windows if available and Also on linux
  43. JNI sample passing Vector from C++ to JAVA
  44. One question about FLOAT number as condition statement
  45. __FILE__,__LINE__,__FUNCTION__ macros
  46. Debugging and Error handling
  47. generalised polynomials visualised
  48. a little template help
  49. Calling Member function in constructor
  50. default parameter to NULL
  51. Overloaded functions by its return type, cast rules
  52. ProblemWithTemplate
  53. question about some code
  54. Is store std::<map> element pointer safe?
  55. code syntax
  56. syntax error
  57. error meaning
  58. Overloading unary minus for use in function calls
  59. Should I use RTTI?
  60. ===Welcome to comp.lang.c++! Read this first.
  61. Compile Error: Template Specialization Example
  62. hash function
  63. VERY URGENT Requirement for Perl and .Net
  64. Need Help in install Boost on Redhat Linux
  65. Partial specialisation of method taking parameterized parameter
  66. Should an overloaded, non-member operator throw?
  67. initializing a type from another
  68. Problem regarding SAXParser
  69. delete vs dealloc
  70. header files
  71. Question about virtual
  72. Delete every mth element in a linked list ??
  73. Question about catch
  74. join
  75. How to determine if virtual function in base class is overriden?
  76. A text book example question
  77. Static compilation with libstc++6 ?
  78. access to the methods of another class
  79. My first project
  80. Calling a function from another class (dialog)
  81. diff C C++
  82. Costs of function calls
  83. how to call a program and get the returned data?
  84. apply std::copy on arrays?
  85. need help with For Loop.
  86. new at c++ have some questions
  87. new at c++ have some questions
  88. how do you make this?
  89. my software
  90. Why is it no possible to fill a static map outside of a block
  91. default struct argument, how?
  92. Can base class have the net sum of all the interfaces of its derived classes?
  93. problem while detecting floating point operations
  94. how to get a formatted output right?
  95. Function template inside of class template
  96. Job Offer
  97. What is the difference ?
  98. name mangling of functions
  99. Wait, pause, sleep, w/e
  100. Virtual Class - why?
  101. Overloading Virtual Functions
  102. how can i open the window open
  103. cmd window closes
  104. operator >> needs to be in namespace std??
  105. Maybe a challenging problem on inheritance
  106. Smart pointers and inheritance
  107. If we could do it all over again : rethinking pointer syntax
  108. What's with the new C++/CLI pointers (handles ^)? Managed C++.NET
  109. Excel Sheet(How to Place the TAB Order Programaticallly)
  110. 1 solution 2 projects; how to use a function from project B into project A
  111. copy constructor problem with STL allocator
  112. How to SetWallpaperOptions ?
  113. bug
  114. Running a new library downloaded from the net
  115. ORA-01480 problem
  116. strange runtime error - I need help debuginng
  117. heap vs. stack
  118. static vs dynamic dispatch
  119. help with upper and lower case conversion
  120. GUI in C++?
  121. can someone fill up the following program
  122. How to build Boost separately?
  123. Random number generator for use with random_shuffle
  124. compiling template example
  125. a question in makefile
  126. My god, help on the standard reading
  127. compile error
  128. A question about the safe bool idiom
  129. a question about c++ datatime
  130. ipv6
  131. saving txt
  132. ===Welcome to comp.lang.c++! Read this first.
  133. Binary Functor Predicate w/ different parameters
  134. Scoping in initializer list
  135. Tic Tac Toe Plus
  136. strange problem in running c++ program...
  137. How to implement a deep copy or shallow copy?
  138. what does this mean? const _Ty *_Myptr
  139. How to initialize a class member shared pointer, to NULL?
  140. LNK2001 link errors
  141. delete vector element
  142. Can find() apply on vector
  143. Pinging a server
  144. Compile without header
  145. "You can, however, use delete on a pointer with the value 0"
  146. good c++ snippet archive
  147. SINGAPORE PRIVATE CONDO / APT FOR SALE / Singapore New Upcoming Residential Projects
  148. string + string
  149. new and delete usage
  150. Recursive Backtracking
  151. call() and return()
  152. a question about char**
  153. explicit copy ctor in template class : compiler error. why?
  154. Simple program
  155. Advice needed for programming project...
  156. complex number operator question
  157. complex number overload
  158. Logging library
  159. Optimization of file reading...
  160. Optimization of file reading...
  161. Programming a Turing Machine
  162. virtual functions in inherited class
  163. Help with file processing
  164. why this is compiler error?
  165. Algorithm Challenge
  166. How to find friendly port names (vc++)
  167. Evaluation order of comma operator
  168. Pointer to operator for builtin types
  169. Dynamic allocation/Deallocation of strings
  170. is there any FAST ALGORITHM about Forward Maximum Match of string?
  171. ANSI C code testing
  172. calender program
  173. How can you declare function f that...
  174. Temporary as lvalue
  175. this pointer problem
  176. Dealing with callbacks
  177. What causes foo().fun() objects?
  178. Is there something wrong with this?
  179. socket between java client and c++ server
  180. ?pointer to cv void? points to the start of the storage location...
  181. Recommend a free 'Status Monitor' or 'Dashboard' to report overnight tasks status?
  182. Problem with design pattern decorator
  183. cv-qualified rvalues
  184. term for "group function with arguments"?
  185. DLL usage problem in VS 2005
  186. Some help with this
  187. what does find in the MAP do if no match is found for the key
  188. argument passing by value and temporaries
  189. step trough enums
  190. PRINCIPIANTE: Tool per sviluppare in C++
  191. Are macro names subject to the double/leading underscore restrictions?
  192. Safe bool idiom - protected function not accessible
  193. !!! NEGOCIOS EN RED !!!
  194. Multiple inheritance instantiation
  195. Windows Services
  196. binary stream with std::stringstream problem
  197. pass char * as reference and reallocate memory for a pointer
  198. What would C++ look like without ADL?
  199. How can I make my program dynamically change due to the OS type?
  200. ANN: wxWidgets 2.8.0: a cross-platform GUI toolkit
  201. Template member functions in template class with separate definition
  202. Dynamic Namespaces
  203. Eliminated copy requires copy-constructor
  204. How can I write an evil AI in C++???
  205. To inherit or not, that is the question
  206. wcout does not print wide character string in solaris.
  207. how to return index of sorted vector
  208. programming quiz website
  209. job posting: Sr Systems Programmer needed
  210. Returning local variables from DLL
  211. Trying to do a compounded interest program
  212. key compare problem in stl map
  213. C++ Formalism: any progress since n1885-6?
  214. Health and the Programming Lifestyle
  215. finding the name of a dll from within itself...
  216. tr2
  217. Overloading problem in gnu but not in VC++?
  218. " PLEASE TELL SOME ONE "
  219. " PLEASE TELL SOME ONE "
  220. typedef issues with VC 8.0
  221. Distance between doubles, etc
  222. Declare a two-dimension array
  223. Beginner: Need some help with BSD sockets...
  224. Hex string to ascii
  225. new-> constructor-> destructor-> delete
  226. Beginner's problem: inheritence and vectors storing bookings
  227. ===Welcome to comp.lang.c++! Read this first.
  228. strange template error
  229. Access violation help
  230. regarding function pointers
  231. porting bison flex code from linux to visual studio
  232. Full screen mode
  233. Full screen mode
  234. Doubt about boost shared_ptr
  235. [Call For Sessions] BoostCon07: May 14-18, 2007
  236. C++ routine for complex Gamma Function
  237. Template template parameters
  238. Overwritten method in different class interfaces
  239. Do not want to use pointers
  240. Compile a function in a program
  241. visibility, declarative region, scope, validity, introduction and accessibility
  242. class
  243. C++ Singleton Pattern
  244. const_iterator compiler error
  245. Declaring Multi-Dimensional Arrays
  246. Ok, I was in error (or my foot still doesn't taste so great)
  247. " Given BACK what was freely GIVEN "
  248. vector<ofstream> indexing
  249. Array of pointers to different types
  250. "Null" I/O Stream?