Home : Bytes IT Community / 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

  1. man cout or info cout
  2. const functions and IO
  3. pointer in C++
  4. Create Thread and parameter distortion
  5. Constructor Initialization
  6. Clear Screen?
  7. reading keyboard
  8. template <class C> void list::sort( C fn ) question
  9. language compliance test
  10. how do I access a member of vector when this vector is a member of a class
  11. [Question] parameter passing between C and C++
  12. QMenuBar question
  13. Impossible Leak realloc
  14. "C++ Inside & Out" by Bruce Eckel
  15. combining c and c++ source trees
  16. Float and double, precision and scale??
  17. Binary file - numbers
  18. debugger - how to step from .exe into .dll
  19. Virtual method implementation in C++
  20. std::remove syntax
  21. Tool to convert public mem var RWs to use accessor methods?
  22. Tempate Operator Question
  23. C++ design question
  24. stupid make question
  25. C/C++ practice question
  26. Logical error/ whole program contained within.
  27. Another Demonstration of My Lack of Ability to Program C++
  28. Are there any (good) clones of Purify for C++ ?
  29. Existe-t'il de (bons) clones de Purify ?
  30. cbuilder with psdk?
  31. new A v.s. new A()
  32. Bizarre But True....
  33. confused g++ err msg 'deprecated conversion from string constantto char*'
  34. finding/counting elements in a STL::map
  35. is there a nice way to read consequtive integers from a character sting
  36. dllexport
  37. problem to fill a combination of containers
  38. is it placement new?
  39. Determine read or write ?
  40. implicit vs. explicit type conversion for string vs. (char *)
  41. scope
  42. What is the purpose of using UNION in a class...??
  43. test.. please ignore
  44. how to report bug to g++ ? got a bug and fixed up source code
  45. console:::
  46. 2d hash_map iteration ?
  47. Significant digits
  48. Iterators as associative containers' key
  49. displaying enums
  50. Is printf thread-safe?
  51. iostream::read function
  52. How to do this better?
  53. STL vector question
  54. ignore funtiction?
  55. Another Curious C++ Error - Illegal Left Operand
  56. static function vs. multithreaded app.
  57. Overloading New Operator
  58. String operations in member initialisation list
  59. calling member functions from an initialiser list
  60. Trying to access www through c++
  61. a stupid question
  62. STL maps and const keys
  63. Function Pointers and Error: Could not find a match
  64. STL iterators and the std namespace
  65. Input Operator >> Does not work in Visual C++ 6
  66. Call constructor on an already existing instance?
  67. static_cast confusion
  68. why it's not possible calling constructor from constructor?
  69. New Altivec-optimized valarray implementation
  70. Sorry!
  71. VC Netn i ActiveX
  72. No data found when I browse cube
  73. functor object in template class
  74. compilation errors in VC++ with map, but works fine in linux
  75. + works for string literal also
  76. type casting of a ptr to a c struct
  77. Segmantation fault with multithreading
  78. error passing ifstream. why?
  79. destructor/design problem?
  80. ambiguous or not?
  81. function pointer
  82. member function pointer and STL
  83. link error if template function is defined in non-header file
  84. not calling function at run time ..
  85. problem installing vacpp.cmp.lib
  86. how to read from a formatted file, and then call object's methods
  87. Friend and Operator []
  88. Cross-compiler way to handle memory allocation failure ?
  89. &a v.s. a v.s. &a[0]
  90. Problem with multiple constructors
  91. template partial specialization
  92. looking for image format converting lib
  93. stl vector reverse method
  94. Does a float need to be converted to network order?
  95. virtual methods ?
  96. Programming Contest--ICFP
  97. Troll Alert: Decompiling a Visual C++ Application
  98. Q: how to force template instantiation on std::find() for vector
  99. Smart pointers impractical a lot of the time
  100. creating base class (or whatever it is called) ?
  101. How to replace delete[] with a macro
  102. cin and spaces