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. Books
  2. add a null to a std::string.
  3. Changing which methods a class has by deriving from a template argument
  4. specialization
  5. Graph optimization
  6. Embedded VC++ experts needed.
  7. Can use of singletons denote poor project design?
  8. __FILE__ marco
  9. Question about inheritance
  10. function template and operator () overload
  11. elements common to more than one vector...
  12. Find out the index of a vector which has the min element
  13. Questions about C++ tools on Linux, and Solaris, Eclipse-CDT
  14. Q: overloaded operator[](int)const: influence on what version is used?
  15. Fibonacci Printer Program won't print to file correctly
  16. Having problems with a loop
  17. to improve programming in pointers
  18. to improve programming in pointers
  19. Dynamic Binding
  20. Spring cleaning CORBA.
  21. How portable is C++ today
  22. Addition with pointers
  23. The fastest way to fill 2D dynamic array with zeros
  24. Cordic
  25. Searching text in a file
  26. Help: Can't access more than one element in class
  27. Two questions...first, outputting strings from a datafile, and string addition...
  28. Private access in an implementation still allows public access in an abstract interface
  29. template compile error
  30. overlay class over memory
  31. why use "protected" instead of "private"?
  32. ===Welcome to comp.lang.c++! Read this first.
  33. Doubt about std::ifstream's getline() and seekg()
  34. code to kill App
  35. Putting implmentation in .h files?
  36. computing average value
  37. Why won't set<string> iterator work?
  38. [SDL] Problem
  39. Beginner Question - Data Types
  40. OOP can be simply summed up as 'passing messages to objects'
  41. templates
  42. pointer woes
  43. Dirent.h
  44. #defines and multiline expressions
  45. food for thoughts
  46. STL, std::transform and member functions
  47. templates
  48. Help with Tokenizer Please
  49. Position File Pointer to newline immediately on some condition
  50. Inputting data with strings, and declaring variables for them
  51. op!= out of op==?
  52. On-Line IT Support (High-Paying with Benefits)
  53. pre/post increment/decrement return type?
  54. RFC: IP-DOS (tm) IdeaFarm (tm) Piggyback Distributed Operating System
  55. Virtual Methods Question
  56. Question on const int as demension of an array
  57. abstract class problem
  58. static variable memory storage
  59. How can I keep reference to an input parameter of a function?
  60. How to find at Runtime, if Created class object is instance of given class declaration
  61. Dos 16-bit proteced mode programming
  62. Is there a better way to simulate randomly choosing from weighted set
  63. __int64 convert to int
  64. Driver Files in C++
  65. is it possible to bind 2 default parameters using function object(STL)?
  66. variables & method naming conflicts
  67. Double to string conversion
  68. Real Time Type Information
  69. private static member access by a friend class
  70. Fixed/Block-Floating Point Support ...
  71. 8 bit bit field?
  72. Is this a valid delete
  73. Overloading a function with const input parameter?
  74. strcat - strange behavior
  75. can I compare 2 vectors by using ==?
  76. Access Violation rtrim function
  77. variable declaration
  78. static inline functions
  79. float
  80. Help Badly needed- FSA and ASCII stuff
  81. Can someone recommend a good licence management software
  82. Basic Managed C++ questions
  83. Help Badly needed- replacing rules & strings
  84. System error on pointer program
  85. returning array to function
  86. character array correction
  87. Basic Confuse : about pointer & reference in class
  88. A small question
  89. thread argument problem
  90. About black box testing in c/c++
  91. Quickest way to find the rank of a <map>
  92. webcam
  93. How do you get a list of files currently in a directory??
  94. string input
  95. owernship of ying and yang objects
  96. strlen, strcmp and strcpy functions
  97. Working with bytes in C++
  98. IO stream
  99. Portable Code that supports Unicode
  100. OT: Poll of Linux IDEs or editors
  101. database with c++ dynamic serving
  102. Polymorphic Function Pointers
  103. Memory allocation related question
  104. Prime Factors
  105. Is there a good online reference for C++ libraries?
  106. Launch of User Interface Community
  107. how to format it for scientific number output?
  108. Private member accessors methods for objects
  109. "corrupted double-linked list error
  110. Image Compression using DCT algorithm C++ source code
  111. OT The Art
  112. strcmp vs. string::compare(const string &)
  113. problematic recursive include with String and Exception
  114. name lookup in derived class
  115. get the file names?
  116. c++ program to covert an array into 8-bit BMP file
  117. how to include color palette for a 8-bit BMP
  118. Interfaces in c++
  119. read SD-Card serial
  120. Software copy protection
  121. U++ 602 released
  122. Bug with vectors
  123. Making all members of pimpl classes public
  124. Image reading program
  125. design patterns in c
  126. Get Value of Digit
  127. Constructor in C++
  128. exclusive error handling for ofstream closing
  129. ===Welcome to comp.lang.c++! Read this first.
  130. Wide Characters
  131. Duplicate global constants
  132. boost::filesystem::create_directory()
  133. Object as Argument?
  134. Common Iterator for the same container
  135. Common Iterator for different containers
  136. delete this
  137. Thought you could do this?
  138. dynamic_cast segmentation fault
  139. call by reference
  140. exporting inline functions
  141. Eclipse, Windows, cygwin and MinGW
  142. non-pointer type warning when initializing vector with NULLs
  143. Help! SIGBUS (object specifc hardware error) when call function getline
  144. Friend brings a friend.
  145. A simple qustion about C++ syntax
  146. How to use a PDB file
  147. problem calling method from parent of an object if object relayson template arguments of current template class?
  148. warning variable 'will be initialized later'
  149. How to change the following string into the floating point value?(urgent)
  150. overloading, function pointers, and templates
  151. How to program to an interface
  152. Use of explicit
  153. Linked list program question..
  154. pointer and reference confuse
  155. Rgarding the diffrences in obj files
  156. My BOINC,LINUX,Parallel Computing related blog
  157. bhaviour of front method on an empty map
  158. How to initialize a global variable prior to another?
  159. Replacement for offsetof
  160. VC 6.0 Question
  161. Call for Papers: IAENG International Workshop on Software Engineering (in IMECS 2006)
  162. C++ FAQ
  163. sdp lib for C++
  164. Problem with String Append or Cout
  165. Compile time constants in classes
  166. accessing multiple properties through a single set/get
  167. NULL pointer dereferencing?
  168. Write a program to play a "Dots and Boxes" game variation
  169. Why this doesn't violate One definition rule and how the linker resolves this
  170. std:map inheritance with MFC problem
  171. vector of vectors push_back question
  172. Types as tags and RTTI for flow control
  173. friend and unnamed namespace
  174. Serializing Enums
  175. How to initialize array in class
  176. __declspec(dllexport) equivalent under linux / osx with g++ ?
  177. template for class method problem
  178. Private constructor,Static constructor
  179. Bounded Array class
  180. Re: C++ FAQ
  181. System time in miliseconds
  182. Efficient techniques to handle large binary files
  183. order in if(expression)
  184. Problem with File
  185. getopt and getopt_long for Windows?
  186. tough interview question
  187. C Lessons Project
  188. having "throw" write to a file before actually throwing
  189. Problem while linking .a file
  190. compilation issue
  191. incompatibility of PGI compiler ?
  192. Why do so many new style ansi streams and files etc, still use old style strings?
  193. segmentation fault using boost::program_options on Linux
  194. Benefits of using const functions
  195. How to get next character?
  196. Whats more efficient and why?
  197. delete / free on abritrary data
  198. "using"
  199. Call function at runtime
  200. C++ Exception handling
  201. C++ Exception handling
  202. Re: C++ FAQ
  203. Operator overloading & inheritance question
  204. A constant integral
  205. Trying to return a reference...
  206. threaded system design advice?
  207. Converting Packed Decimal in C++
  208. Just a dodgy compiler?
  209. How to avoid runtime switch/case code based on data type?
  210. BST permutations
  211. Socket Help
  212. C and C++
  213. Missing return value of a function
  214. copy constructor Q
  215. findbugs for C/C++?
  216. Initializing a class member variable which is a reference to an array
  217. delete this
  218. Large Scale C++ Software Design, by John Lakos
  219. How slow the 64 bit integer calculation?
  220. Source Code Spell Checker
  221. http://hustle.servehttp.com/
  222. Calling C function in C++ without deafult arguments
  223. modulo for floats?
  224. hi
  225. I am a new user.......
  226. who can type this programme
  227. To cut,copy and aste items to a linked list
  228. Preprocessor
  229. To Cut,Copy and Paste items to a linked list
  230. To Cut,Copy and Paste items to a linked list
  231. To Cut,Copy and Paste items to a linked list
  232. To Cut,Copy and Paste items to a linked list
  233. MBR,C++ and system booting
  234. when should multiple definitions of global variables trigger link time errors?
  235. Basic class question
  236. pointer to class member function
  237. (float / double)
  238. compiler madness??
  239. str.find(str1) usage ?
  240. How can I const cast a reference
  241. Making a string into a c++ line of code
  242. Gems -- #include <gems.hpp>
  243. STL string find_first_of ( infinite loop )
  244. Overloading operator<< to output private class-data
  245. This is ridiculous!
  246. overwrite contents of existing file / manipulation ..
  247. g++ and tail recursion
  248. string conversion problem
  249. understanding constructors and initializers
  250. Iterator Issue