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



  1. mysql
  2. What is this struct syntax?
  3. Template question
  4. return type for count algorithm
  5. Proper operator overloading for a big integer library
  6. Help, thank you.
  7. C++ socket to java
  8. Question about specialized templates for classes and structs
  9. What is potentially wrong with this code?
  10. Compilng multiple files with classes and objects, Dev-C++ problem
  11. Serial port interrupt in Windows
  12. [] operator overiding - a dumb question ?
  13. when to use MACROS
  14. Help with cairo and pointers
  15. using templates
  16. 2 different objects talking to each other
  17. decimal precision on streams
  18. [RESOLVED] Initializing char * in struct from a string array
  19. Strange Error. Have you seen this before?
  20. What's with this linking error?
  21. Doubt, What its Meaning?
  22. Regular Expression
  23. Need help preparing for a C++ job interview
  24. question about pointers
  25. [RESOLVED] Double to Binary Array for IO output
  26. Get nested class of a template parameter
  27. Forward Declaration
  28. template typeid problem
  29. .d files (dependency files)
  30. want to know about Object file and Exe file
  31. Multi type array wrapper
  32. msgsnd call hangs
  33. Web server access
  34. help me please!
  35. [RESOLVED] Creating a Stack Template as a Child of a Sequence Template
  36. Passing conditional expression in a function
  37. Rule of 3 for a simple class...
  38. [RESOLVED] Help with Pointers
  39. Mapping objects without a default constructor
  40. What's wrong with my constructor/class?
  41. Managing dynamic array in multi-threaded C program
  42. hash_map hash function not used
  43. Singleton across DLLs
  44. Problem with: '\' not valid.
  45. help with extracting payload data from a binary string using substr
  46. C++ Certification
  47. bit fields...
  48. string iterator becoming invalid?
  49. Display Data Type
  50. advice on ios::ate
  51. When should i start using multiple files?
  52. could you help me fix runtime error?
  53. std::map Question
  54. counting occurences of combinations
  55. matrix sum with array returning function
  56. [RESOLVED] Release mode unresolved symbols
  57. std::vector::push_back issue
  58. Trace a Path
  59. ANSI C: Implementing a stack machine natively working with dynamic strings?
  60. C++ geting tiring pls help.
  61. My string iterator will not dereference
  62. Relative path issue?
  63. need help on a simple answer, yet confusing to me
  64. optimizing simple machine learning
  65. boost::mapped_vector and shared_ptr
  66. fir filter
  67. overloading f() vs f<nothrow>()?
  68. Weird IO Issue
  69. Can you define a static member function in a class?
  70. (Should be) Simple array Program
  71. how to delete a pointer from a linked list?
  72. sscanf
  73. Not dropping core when referring out of bound address...
  74. how to find the largest subtree in a tree
  75. [RESOLVED] question about memcpy, char* and string
  76. want to launch program off of system clock
  77. Catching Input error
  78. [RESOLVED] Constructor called once, Destructor twice .... why??
  79. hash_map problems...
  80. Warning on AIX
  81. Cross Platform Internationalization Concerns
  82. [RESOLVED] copying a vector<char> into a string?
  83. [RESOLVED] Console Blinks and Disappears When Executed
  84. hash function
  85. enum example
  86. [RESOLVED] opening files with changing file paths
  87. [RESOLVED] Copy constructor vs copy assignment operator
  88. looks like exec. say's its exec. but is it?
  89. Pointer vs reference
  90. A Quick C++ Question
  91. A little error in C++
  92. cyclomatic complexity help needed
  93. Problem defining a function with enum return type
  94. User dir
  95. Problem manipulating enum
  96. How to convert uint32_t to string?
  97. Using templated class as binary predicate
  98. [RESOLVED] Overloading [][]
  99. [RESOLVED] delete operator crashes when using array of string
  100. Callback
  101. Function types (Advanced)
  102. how to print only N numbers of string
  103. simple ODBC connection + Dev C++ = HELP!!
  104. Static variables + polymorphism?
  105. double trouble
  106. Knights tour problem
  107. New guy needs help
  108. Getting Digits
  109. Bit Operation in C++
  110. Help me fix my code. (very simple)
  111. what is evaluated in logical operators && how to specify what to evaluate at least
  112. [RESOLVED] wcstombs_s - Converting basic_string<_TCHAR> to std::string
  113. Vector Endian
  114. Template C function Pointer
  115. C++ Array Problem
  116. How to display highest and lowest numbers in an array? (simple)
  117. Frequency of occurrences
  118. C++ and 'Make'
  119. c++ design patterns problem
  120. writting and reading object to file
  121. Can't get simple class to compile
  122. C++ console flashing
  123. [C] problem with free()
  124. .exe too big, y?? <T>maximum(t1, t2)
  125. How best to code multi-class errors?
  126. Outputting value from vector< vector< string >* >
  127. Expected primary-expression?
  128. string help c++ console problem
  129. Beginner Programmer Help!
  130. Trouble with reading/writing files
  131. Tiny C Compiler and Trojan.Peacomm.D
  132. Recursive search of windows directories
  133. write value to specific memory location
  134. is the command pattern the only way to do undo/redo
  135. How do I load Jpeg image?
  136. Suppressing the "Interact with desktop" property of service
  137. Error checking
  138. constructor function
  139. [RESOLVED] What does a & after an argument/variable type signify?
  140. error C2990: non-class template has already been declared as a class t
  141. common letters in preprocessor directives
  142. File issues in C++
  143. find offset fo struct member
  144. How to catch Unexpected Exceptions in C
  145. Are std::list iterators guaranteed to remain valid?
  146. Suspending a process from within a thread
  147. Passing variable arguments between functions
  148. friend class compilation error
  149. Help with Linked List Project!
  150. not sure how to approach this tree problem
  151. How to hide a public function inherit from base class
  152. virtual function problem
  153. A very intersting code
  154. what is diff between #include<iostream> and using namespace std
  155. FILE ISSUES IN c
  156. Prevent copy construction
  157. Lost in the OOP paradigm
  158. Binary Trees & Recursion
  159. Compress incoming data before writing to file
  160. rename() and fopen()
  161. How to allocate memory for a double pointer
  162. Read/Write sharing
  163. Execute Javascript functions from C++/C
  164. finding certain terms within a string?
  165. Problem with float numbers
  166. C+ Newbie: Help me out with compiler error
  167. class has no constructors possible forward class declaration error HELP!
  168. Using C# dll inside C++
  169. Improving algorithm complexity
  170. problem when using dll "applicatio failed to initialize properly"
  171. File I/O help
  172. Exporting Template Issue..Help plz
  173. try to stump me on C++
  174. Trying To Understand Errors..
  175. C++ Extention for <math.h>
  176. initializing array in class
  177. any solution to convert given char*(number) to required unsigned char*(hex of number)
  178. Getting the time and date
  179. linux - raw read/write HDDs?
  180. [RESOLVED] How to wait in a C++ Program.
  181. I need a mentor - or at least, advice
  182. Help strings
  183. Need Advice...........
  184. How to run C++ program from a website
  185. std::string IO
  186. For Statement
  187. How to create timer events?
  188. [RESOLVED] string difference
  189. Cross platform 64-bit integer IO
  190. Encode video in real-time from capture card
  191. New to C++: assigning values to dynamic array
  192. Save HEx output to Variable
  193. Mixing C and C++ Code
  194. Weird variable thing
  195. Config file parser
  196. Simple C /C++ Questions
  197. major issues
  198. generic serializer interface
  199. Reference shared library from exe
  200. A question regarding iterator
  201. About istream_iterator
  202. How to use data from running programs
  203. linux and c++
  204. GPIB I/O commands for Agilent instrument
  205. Opening Port
  206. sudoku solver!!help!!
  207. __fastcall linux equivalent?
  208. <vector> question
  209. inheritance ; virtual functions
  210. portablity issues
  211. Where can I get Turbo C++ 2.0?
  212. C++ code
  213. Return true and return false to main function
  214. Assignment to global var. = Redefinition?
  215. C++/TBB vector issues
  216. Strange Error: expected unqualified-id before '&&' token|
  217. #include order
  218. Proper function declaration
  219. Run from cmd question
  220. data alignment?
  221. Is there anything wrong with the code?
  222. Working with files, getting access violation on other computers
  223. Importance of Accessor/Mutator methods
  224. I'm self taught in c++. How would YOU write this?
  225. Pointer question
  226. Newline parsing?
  227. Window Services confusion
  228. Just a simple way to let either class access each others data. a must read if new
  229. C++ interaction with the hardware??
  230. Newbie question regarding MFC dlls
  231. Question regarding virtual functions...
  232. Unicode text file
  233. template functions problems
  234. porting code
  235. iostream.h
  236. question
  237. Problem passing arrays to constructors
  238. In c++, Foo foo = new Foo.SubFoo() ???
  239. nested vs explicit class call
  240. fread () and <vector>
  241. Function calling
  242. Derivation from template class?
  243. References and pointers
  244. Light Opensource XML framework
  245. seperating classes from main
  246. Algorithm for two keyed mapping
  247. file IO problem
  248. how do i find the source code line of a running program compiled with gcc -O5?
  249. consts
  250. How to wait for user to enter key but not require enter?