PDA

Click to See Complete Forum and Search --> : C and 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 189 190 191 192 193 194 195 196 197 198 199 200 201

  1. Command line?
  2. Values randomly changing to zero!!
  3. wide-character getch ()
  4. Drawing Cardinal Curves algorithm
  5. Destructors
  6. Call Or Invoke
  7. vector of strings
  8. Any suggestion on Polynomial class design?
  9. Getting colour data from a bitmap
  10. C/C++ DLL output in VB
  11. data assignment
  12. write struct to file
  13. Random Access Files, Why isn't this returning the position of the last character?
  14. global variables
  15. Dynamic array of pointers vs dynamic array of objects
  16. Any suggestions on how I should read in this file?.:Resolved:.
  17. auto_ptr
  18. The Strangest Error Yet
  19. friend classes?
  20. Weird Dev C++ inconsistancy with Run and the Exe itself
  21. Why do I get these warnings in GCC 3.3 and yet compiles fine on vs.net.:Resolved:.
  22. Important for a project
  23. I thought the strlen, strcpy, and strcmp are in the <cstring> ... .:Resolved:.
  24. cprintf
  25. Reading string from file
  26. C++ speed is not consistant and C# is. Why?
  27. Blitting compatable dc to compatable dc does not work.
  28. circular linked lists
  29. Automatic double buff and blit to screen
  30. WS_TABSTOP related question
  31. Managed code..??? *Solved*
  32. StretchBlt terrible quality
  33. Default function parameters in C (Resolved)
  34. Commands in edit box
  35. c++ to VB
  36. when to use .cpp and .h files?
  37. importing functions from DLL and making them global
  38. Using MAPI to get message count
  39. DLL Link Error
  40. Large Number Handling in C
  41. stupid C++
  42. Optimisation
  43. ComboBox and sorting it
  44. Static methods like in Java
  45. Inheritance problem
  46. Am I reading this right? such as an array of pointers, or an a pointer to 300pointer
  47. convert seconds to text etc
  48. GetSystemTime
  49. array of struct by reference ** RESOLVED!!!**
  50. Sleep freezes everything?