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 182 183 184 185 186 187 188

  1. Argv
  2. Design of singleton sub-type?
  3. how to check write failure in ofstream??
  4. reinterpret_cast ? bad? good?
  5. Ambig
  6. searching, creating new file from old using c++
  7. virtual binding surviving stream transport of objects
  8. Another way of adding to a string (or output iterator)?
  9. template specialization - recursive control path issue.
  10. Defining globals inside structs
  11. best practices
  12. Strip String in 2 blocks
  13. Using this objdct
  14. Question about std:string and std:cout
  15. Question about std:string & std:cout
  16. Nesting an array of strings inside a array of structures
  17. how to avoid static pthread_mutex_t ncwrite_lock = PTHREAD_MUTEX_INITIALIZER;
  18. Initialization of members in h file
  19. Question on arrays of pointers to functions in C++
  20. Shouldn't throw built-in exceptions?
  21. implementing constructors given class declarations
  22. is assigning a substr to the parent str OK?
  23. counting nesting level in template classes
  24. Set a pointer to null when deleting?
  25. where to find a complete C++ library reference?
  26. Question on static
  27. Free C online Test
  28. Mutithread monitoring
  29. Signal handling in VC++
  30. How Can I link a .cp file in the "main" header?
  31. How to extract data of a Blitz++ Array ?
  32. how to concatenate the string
  33. how to concatenate the string
  34. logic for converting data obtained from input
  35. static member variable in a DLL...
  36. C/C++ Hardware modelling
  37. tower of hanoi
  38. tower of hanoi
  39. Convert int to *char.
  40. Bad Access - Memory Problem?
  41. COM in PHP
  42. Free source code diagramming programs
  43. Name + number
  44. Template files and compiling them
  45. Efficient searching through stl map?
  46. classobject->name();
  47. find_if algorithm on multimaps
  48. the use of the :: operator
  49. Debugging Help
  50. Could a struct with size 44 bytes point always points to a char array with size 2024 bytes?
  51. COM question - newbie
  52. Microsoft Visual C++ 2005 Express Edition
  53. matrix 2x2
  54. Free online test in C, CPP / Placement papers / CPP,C Interview Questions
  55. complex <double> as return type or parameter
  56. C++ compiler "return" behavior (guru question ;)
  57. keywords "export"
  58. Error when overloading << in template
  59. Can I pass a type name to a function?
  60. few topics to refer back
  61. how to serialise objects in c++
  62. Need help on template
  63. Program Required
  64. "Timeout while waiting for connection"
  65. updating a file at the same time
  66. Unnamed namespace predicament...
  67. overload on return type
  68. Which design pattern to choose in this situation?
  69. Standalone Executables
  70. how to sendmail
  71. Newbie Homework Help Program 2
  72. global array defined by parameters passed. protoyping in header?
  73. Catching return value in a const reference needed?
  74. How to generate 52 different random number??
  75. Template class inheritance problem
  76. Best book for C++ progrmming in web!
  77. handling invalid memory access exception .
  78. definitions of constants such as pi and e
  79. declaration vs definition w/classes
  80. generic solution to functions that differ only by 'f' (float) and 'd' (double)
  81. when to use dynamic memory allocation?
  82. declaration of pointer pointing to arrays.
  83. What you can't find in the programing text books
  84. ~ (abstract class instance)
  85. Mock objects and testing
  86. Using Inheritance -- clarification needed ?
  87. Boost Training - St. Louis
  88. I can't regain control of my form
  89. read registry keys
  90. Changing access specifier for virtual function
  91. While Loop Question
  92. mov or avi transparency
  93. Accessing private member of a class through type-casting
  94. pgm without std library functions
  95. How to hide subclasses?
  96. Is it a good idea to gain experience in both Java & .NET in the Indian software services industry?
  97. remove index
  98. "C" Callbacks: Static method vs. extern "C"
  99. Reading a matrix file and storing it in array
  100. Intel c/c++ on linux system.
  101. str().c_str() question
  102. Vector using shared memory
  103. is this true? sort algo on STL Lists
  104. parsing c++ declarations
  105. casting a struct to a class
  106. How to generate warnings when How generate a warning when int is converted to bool or vice versa?
  107. biblioteka do gif/png
  108. Invoking member functions of objects
  109. What is the defined behavior of past bound iterator
  110. static variable:declare and define
  111. Operator override when using STL
  112. Anyone know how to get the files in one directory?
  113. New Joiners : Pls. Read this
  114. throwing exception from constructor .
  115. overload of operator=
  116. wrong about fstream file(s.c_str(),std::ios_base::in | std::ios_base::app);
  117. wrong about fstream file(s.c_str(),std::ios_base::in | std::ios_base::app);
  118. GUI Issues
  119. [lib] pgp/gpg
  120. Can abstract base class have V-table?, Will the pointer to virtual destructor be entered into the virtual table?
  121. Floating Point Accuracy
  122. Comparing the values of two vectors
  123. Inheriting only interface
  124. factory method
  125. C++ Function Signature string Parser
  126. Is it usful to write a class like "Do_When_Return" so I can make it easy to delete some objects when I exit from a code block?
  127. using pointers to map to data
  128. fstream and number conversions
  129. Model View Controller?
  130. Destroying STL Strings
  131. template accessors for class?
  132. topmole.com: Best of the best hardware and software lists
  133. C++ Questions
  134. GUI in C++
  135. Using parenthesis with defined (#if defined(...))
  136. find length of unsigned char *input?
  137. abstract classes and virtual deconstructors assistance
  138. QuantLib or more general C++
  139. non-aggregate type error assistance needed
  140. newbie question on struct
  141. Question on static attributes in inherited classes
  142. Copy Constructor segmentation fault
  143. n x n matrix transposition recursive algorithm.
  144. Access problem
  145. strange struct behaviour
  146. FREE WEBSITE plus 10EMAIL ADDRESSES
  147. how to define/initialise static template class data members of classtype
  148. Construtors
  149. Collecting different execution statistics of C++ programs
  150. code dl
  151. passing class pointer to other objects
  152. c++ callback functor question
  153. int representation incorrect
  154. About partially specify template member function
  155. improve c++ by exercises/projects
  156. is anyone here who made text vesion tetris?
  157. Linear search
  158. Is this legal (templates)
  159. boost::weak_ptr and shared_ptr pointers from "this"
  160. Inputting text from a text file into a 2 -D array
  161. include .h files in .h
  162. Separating scope of try block?
  163. Fastest way to read from a file into a vector<unsigned char>
  164. using placement new to re-initialize part of an object
  165. using placement new to re-initialize part of an object
  166. using placement new to re-initialize part of an object
  167. Macro to iteratively generate variable names
  168. Opportunity available in Plainboro NJ
  169. Free Graphics Libs For Visual C++ Toolkit 2003
  170. a dumb question
  171. C++ certification free materials.
  172. signals
  173. more help please
  174. Can a class have a non-static const array as a data member?
  175. 3rd party tool
  176. abt void pointer
  177. Non Recursive In-Order Traversal without using stack
  178. What's the tilde in a &= ~b ?
  179. error C2296: '.*' : illegal, left operand has type 'cStepCurveEvaluator *const '
  180. Why is the behavior different
  181. why is wcschr so slow???
  182. C++ standards
  183. SHFileOperation Help
  184. variation with repetitions in C++
  185. How to implement an async-function?
  186. C linkage problem with ACE on windows
  187. Undeclared identifier
  188. help
  189. ifsteam
  190. Hash Table Implementation in C++
  191. Tips for speeding up development
  192. memcpy() question in C++
  193. Greta and basic_string<char, ignore_case_traits>
  194. Design pattern question
  195. Java Interview questions and answers
  196. getch() and getche()
  197. Code fails under vc8 - clearing a structure
  198. how to check the reference of C++on Linux
  199. Today I buy a new disk of computer but it run not fast
  200. templates question
  201. executing code in a String!
  202. plottting graphs in C++
  203. STL inherit from container<T>::iterator
  204. windows.h
  205. Problem finding key in STL map with gcc 4.1.0
  206. system and user time
  207. Multiple dispatch
  208. can operator << accept two parameters?
  209. design pattern .. factory i suspect
  210. In-place function
  211. In-place function
  212. Difference between including a header file in .h and .cpp
  213. factory design question..
  214. help with recursion please
  215. Q: stl, boost smart pointer to prevent memory leaking
  216. Newbie with an error
  217. String Parser using BOOST.Spirit
  218. Command Line Argument with & and ^
  219. Constness of the container of shared_ptr and the constness of it elements
  220. ring iterator adaptor for vector interator
  221. copy elements from a pq to a vector
  222. operator new() and new[]
  223. design pattern .. factory i suspect
  224. CGI C++ problem
  225. tournament tree implementation
  226. Obscure Syntax
  227. Name conflict with windows.h define
  228. size of a function
  229. Life of temporaries
  230. Newbie C++
  231. Double Bubble Sort Algorithm Fails to Sort AT ALL
  232. how to make bool class with custom output?
  233. How to amend this code?
  234. Where I can find itoa()?
  235. swap pointers
  236. when to use private inheritance?
  237. GUI compatibility in C++
  238. struct reference?
  239. Question on class private member
  240. 'New' operator
  241. need to call mfc application from C program
  242. Manipulating Bitmaps
  243. file problem
  244. reading file and copying it into array...
  245. Getting C++ data into an excel graph
  246. How to store words?
  247. How to avoid the use of copy constructor when using STL container function (push_back, etc.)
  248. How to write game such like this?
  249. private within this context ... more
  250. Flow chart for C code