Click to See Complete Forum and Search --> : C++ (Non Visual C++ Issues)



  1. How can I pass a multi-dimensional pointer as the function parameter?
  2. Creating Objects-help!
  3. operator++(int)
  4. C++ Noob...Pointer Confusion
  5. keeping a stream open without triggering an eof
  6. String parser/splitter - I have yet to find a simple one
  7. DLLs?
  8. C2380 Error
  9. classes as public members
  10. Is there a memory leak in this code ?
  11. MySQL from C++
  12. Visuals?
  13. points of a cricle
  14. What will be the output?
  15. Return type in function overloading
  16. Choose the right option.
  17. [RESOLVED] Converting C# code to C++. Problems
  18. how to make a new line
  19. Fooling With Arrays
  20. Refering the base pointer in late binding
  21. vectors
  22. [RESOLVED] A few questions before i go too far
  23. how to pass two dimensional array to function
  24. Parsing String from a text file and get the tokens.
  25. 32-bit binary representation
  26. Writing Queues without Rear variable?
  27. Display in the edit box in Borland Developer C++
  28. Singleton::Instance
  29. memcpy problem
  30. Read In From File - eof - Skip 1st Line
  31. Cross-platform working directory changes
  32. Populating and accessing contents of a vector
  33. Very simple question. about loops
  34. set <A> iterator why fails
  35. question about unions
  36. array -- foo, &foo and &foo[0]
  37. Number Guessing Game
  38. can external program be called in a piece of code?
  39. Inclusion and link problems
  40. Display several times a string at a fixed location
  41. Upcasting question
  42. open file descriptor
  43. My destructor is blowing up (2d array deallocation)
  44. Why doesn't int*int work well?
  45. How to get char* from a string ?
  46. Templates and vectors
  47. function returning char array
  48. class declaration errors?
  49. Skip lists
  50. Can a class have a static main function ?
  51. Hwaveout
  52. Question on operator=
  53. Vector and Pointer!
  54. function calls
  55. length of a double/int
  56. using list STL
  57. hi reading text documents C and C++ doubt ....
  58. .cpp question.
  59. Overloading [] and = to do different operations...
  60. Assigning values in multidimensional arrays
  61. How to get scanned node info other than stat() function
  62. Having a problem opening a file
  63. Pointer as template param
  64. Memory leak with detached pthreads - how to free?
  65. pointer and reference maybe similar at assembly level
  66. Pointer Problems
  67. bad or good :)
  68. question about pointers
  69. Newbie using vector class
  70. OO design question (please help settle a dispute)
  71. function pointers PLEASE HELP!
  72. is not a member of 'std'
  73. char*
  74. Create Socket in another Thread
  75. [RESOLVED] static operator overloading
  76. UML and C++ (Design Inquiry)
  77. Searching arrays efficiently
  78. [RESOLVED] how to acquire turbo c++ide 3.0
  79. vector or list?
  80. Puzzled by this code - what is happening here
  81. mingw, standard compilation.
  82. How do you change the address of a pointer?
  83. Dumb question about assignment...
  84. Friend function
  85. Unexpected tokens in a header
  86. multi dimensional arrays
  87. fopen and wfopen
  88. LPCSTR and LPCWSTR
  89. L macro
  90. While loop problems
  91. pointer type for templated node class
  92. Comparison if doubel subscripted array
  93. How to know if a Thread has returned?
  94. [RESOLVED] Smart Pointers in Vectors
  95. Check for internet connection live
  96. C++ Inheritance and Java Inheritance...
  97. boost::ptr_vector
  98. Faking an argv
  99. converting uint32_t to bytes
  100. How to call this function ?
  101. equivalent of java like abstract class and interface
  102. Override Enumeration in Derived Class
  103. Operator overloading *this and the &
  104. Input not accepted
  105. dynamic memory allocation questions
  106. Trouble with File input output
  107. pointer to multi-dimensional array
  108. sscanf command
  109. Restarting C++ application
  110. How to draw Arc in eVC++ (WinCE)
  111. segmentation fault in memcpy
  112. class question
  113. "this" in multiple inheritance
  114. run programs from command prompt
  115. [RESOLVED] Using macro within class decl
  116. password expiry date
  117. threads..
  118. GUID/Key to program?
  119. g++ unfamiliar macro
  120. C++ Coding
  121. Displaying My Vector
  122. How to get last byte of an IP address
  123. [RESOLVED] Implicit conversion to std::string
  124. _ASSERTE(_CrtIsValidHeapPointer(pUserData))
  125. [RESOLVED] Search Directories/Sub-directories for files of specific size
  126. template and overload function
  127. circuit simulation
  128. reusing template overload??
  129. c++ constructor
  130. New to C, Question on characters and pointers
  131. Implementation of application dependent behavior
  132. STL - deallocating list and elements!
  133. static variable
  134. returning a char array
  135. tormented by _CrtIsValidHeapPointer (t=day7)
  136. Deducing value type of iterator
  137. Why doesn't the code allow me to enter some input...
  138. Look into a list every few seconds
  139. Vector default constructor implicitly called
  140. Anyone knowledgeable about Subversion??
  141. [RESOLVED] I have problems with the output array..
  142. Ieee-754
  143. singleton on type
  144. Looking for a platform independent implementation of blowfish that supports ...
  145. Quick template question
  146. [RESOLVED] undefined symbol
  147. What is the difference between class and class() ?
  148. char vs string
  149. hash_set problem
  150. 29: error: ‘string’ does not name a type
  151. std::string and std::map - Have I gone insane?
  152. Simple... TOO simple
  153. Cannot access private member
  154. Singleton
  155. cannot access global variable in class
  156. checking an array for a certain element
  157. URL Encode non-ascii characters
  158. Encryption and decryption
  159. NPTL / Futex / Mutex
  160. Segv when deleting derived classes.
  161. Linking two .cpp files
  162. when is the destructor called ?
  163. About the Scope of an variable
  164. A paragraph extracted from ISO C++ Standard.
  165. BOOST matrix class
  166. virtual function fails to call derived function
  167. Postfix & NRVO
  168. Why in the HECK does my binary search run slow??
  169. web script paradigm question
  170. Draw lines for time value
  171. Type casting
  172. question
  173. Better way to code something
  174. declaring and initializing struct
  175. having trouble checking to see if a value entered is an integer, or not.
  176. Using arrays to modify and display objects
  177. Please correct it
  178. Memcpy with unsigned long src address
  179. Reading memory
  180. resetting shared_ptr
  181. address of class from iterator?
  182. void (*TerminateHandler( ))()
  183. Some help with pointers to methods in classes please.
  184. Strange macro, valid?
  185. How to tell whether a C++ program has memory leak?
  186. Link with mysql++
  187. Invalid conversion from 'int' to 'my_enum'
  188. Weird problems with arrays
  189. What is wrong?
  190. Is there a system independent way to create a new folder?
  191. Separating numbers...
  192. Converting double to char*
  193. Lexicographic Permutation
  194. rows and columns using linked list
  195. Whats wrong with Dev?
  196. rows and columns using linked list
  197. cant find error
  198. Function problem
  199. Compiler for a huge app
  200. Finding average colour of part of an image?
  201. Including a Plain Text File
  202. How to convert int to bit?
  203. Template class constructor with variable argument size
  204. Reading variables one digit at a time
  205. costs of multiple inheritance?
  206. At declaration of an array, they arent base zero.
  207. [RESOLVED] Empty virtual destructor
  208. Array expansion
  209. Working with Structures
  210. bitset object initialization
  211. Cygwin: uname
  212. about HKEY_CLASSES_ROOT TypeLib
  213. Need help writing a simple program
  214. [RESOLVED] Reading file.. Help
  215. return of main..
  216. istance and object..
  217. addition without operators?!
  218. Win32 login program
  219. Another Q on Virtual table
  220. string to some type of number
  221. iterator from const_iterator
  222. analysing sorting algorithms
  223. Pls dissect this...
  224. Why operator= is private when implementing Singelton
  225. C++ My On-Screen Keyboard - Problems with focus
  226. need help! cstring.
  227. variables
  228. converting unsigned __int64 to double in assembler
  229. possible useful class
  230. TWo singelton implementations which one is better...
  231. request for compile r2vdll for vb6
  232. I have a newbie question about input data type caparison
  233. Serial controller algorithm
  234. Need help!!
  235. convert string to array..
  236. restricting file sharing
  237. Two copys of vectors will be created or one only
  238. RegEx expression help
  239. Testing speed of program
  240. __LINE__ and __FILE__ as template arguments
  241. pass a single element of an array of structures as a reference
  242. Rogue Wave compiler issue
  243. having trouble with one function
  244. c = a + b ...: simple?
  245. file I/O
  246. Memory allocators to over internal fragmentation
  247. Simple Question, Ascending Order
  248. Problem in Map
  249. Inheritance and data members
  250. no mouse