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