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



  1. Why do you need Namespaces and Header files? Are they not the same thing?
  2. How to disable unused parameter warning
  3. Trouble with objects and Linked Lists
  4. Xerces - Serializing DTD Grammar
  5. Why am I getting these errors?
  6. wrongly working loop (amature radomization question)
  7. [RESOLVED] Simple Maths Problem
  8. Linker error (posix threads)
  9. [RESOLVED] error C2059 & C2143
  10. Winsock
  11. Argument of type void
  12. Suggestions to read from file
  13. build errors what are they? and how do you fix them?
  14. Cin not working
  15. C++ object serialization
  16. Exit Key
  17. Any way to improve this?
  18. Can't write vector to file.
  19. Char pointers
  20. write float
  21. Complex Matrix Multiplication
  22. im new and after some good tutorials
  23. Gray Scale Images in C++
  24. function callbacks
  25. for loop question
  26. [RESOLVED] Threads and classes
  27. Easy fstream question
  28. For Loop Vs Assignment
  29. text replacement problem
  30. Simple loop returning double end char
  31. Converting from double to float and then back to double
  32. Stack overflow?
  33. Why you can't initilize a vector in a class?
  34. Simple Function Help
  35. Comparing 2 strings
  36. Loop Help
  37. Selected index on a combobox.
  38. A question about "this" pointer
  39. pointer including/changing
  40. std::map problem with char*
  41. internet bots and images
  42. another quick question
  43. Pointer
  44. how to improve parsing speed (XERCES-C)
  45. How i use FLTK into a my dll?
  46. Generating variables and lists of arbitrary length
  47. [RESOLVED] Container initialization w/ operator,()
  48. How to check size of dynamicaly created table
  49. Getting data from file
  50. error: see reference to class template instantiation 'List<NODETYPE>' being compiled
  51. Need some hints about a program.
  52. How i initialize an array of 65535 elem?
  53. Moving from Unreal Script to c++
  54. File lock is not working?
  55. Re-engineering tools
  56. using std::ios;
  57. code to print a doubly linked list to a file
  58. Passing dynamic array?
  59. bank programe in c++
  60. set bit all to 1
  61. Word occurrence counter - Help please!
  62. C++ Code required urgently
  63. get local time subtracting time
  64. confused on what passing by *& is doing!
  65. Strange compiler warning
  66. Need help with a simple but complex (?) problem
  67. Can Anyone Please Help Me Improve this Code?
  68. Randomize String List
  69. Classes Help
  70. STL, multimap question
  71. opening a process
  72. The difference between C and C++
  73. Class method's return type template specialization
  74. eliminating two creations of static object
  75. Errors appear when Making a Friend Function
  76. cin help
  77. Recursion - Am I retarded, or is everyone else a genius?
  78. While and If Statements
  79. Save a DC as a BMP.
  80. Dealing with User Input
  81. boost::pool
  82. Is This Possible? User input to a text file.
  83. Convert string to int?
  84. unsigned integer and integer auto-casting
  85. reverse array copy
  86. [RESOLVED] “Classic” books on C++/CLI
  87. Error codes airport card
  88. Trouble reading a binary file as float values - I need the EXPERTs' HELP in C++ code!
  89. Help with a program- I'm clueless
  90. 2d Arrays help
  91. Load a JPEG, get HBITMAP
  92. C to C++ strings- wrapping
  93. Changing all occurences of a character in a string
  94. [RESOLVED] data reading, I am confused much
  95. Access Violation error in String Constructor
  96. Pointers
  97. reading from file to vector
  98. Could someone help me compress this code a little?
  99. Binary Tree: delete help
  100. template member function
  101. Weight/height problem
  102. fibonacci problem
  103. Program crashes, oleaut32.dll fault.
  104. program crashing due to a erroneous line
  105. Image Repaint(); Problem
  106. Reading file input into array
  107. Windows "ding" problems in MFC dialog
  108. need urgent help, COMPILING
  109. error C2061: syntax error : identifier 'Class'
  110. Qt or wxWidgets ?
  111. If I compile and run program in IDE it works, i run .exe it doesnT! what gives?
  112. Download and Execute a file doesn't work?
  113. why im getting error
  114. const char vs char const *
  115. Output from TStringList MyList? How.
  116. Tic Tac Toe
  117. Help with console based mastermind game
  118. mix up data in string
  119. Any idea why not work? (function pointer)
  120. conditional output to console or file
  121. Rum time code generation
  122. fstream, and MAP
  123. Help me finding errors
  124. deleting entries from the map using iterator
  125. C++ programming problem!!
  126. I have to give a value to a pointer to int, but not the NULL value.
  127. [RESOLVED] Help wanted....Linked List
  128. Query about the code
  129. question about exception handling.
  130. Trying to learn C++
  131. What is the most "fun" and "interesting" procedure to learn C++
  132. Obtain Integer From File
  133. Syntax help with this problem?
  134. atoi Problem
  135. writing to an extisting file
  136. Writing to 2d arrays
  137. [RESOLVED] Implicit Data Conversion - Signed/Unsigned
  138. hex to char conversion
  139. Overload vs Override
  140. Need Help with Least Recently Used&OPt Algoritms/Code
  141. Unresolved external, not sure why...i made a template function! wee
  142. error LNK2019: unresolved external symbol "public: __thiscall doublyLinkedList<int>::
  143. i'm struggling to finish my assignment
  144. Overuse of std::pair
  145. Reading more than word from user
  146. multiple for loop, and logic problem.
  147. problem with linked list (Nodes)
  148. FAST Question
  149. sqlserver hooking process
  150. strncpy for speed
  151. Expression I don't understand
  152. How can I initialize it?
  153. got a few errors... cannot figure them out
  154. convert **char to *char[]
  155. Regarding c++ & Just-In-Time Debugging
  156. throw in static methods
  157. Creating numbered files to write to
  158. Interface vs Abstract
  159. C++ background service
  160. Syntax using a pointer to a std::vector
  161. Is this code leaky ?
  162. what does this line of C++ code mean in English?
  163. queue implemented with linked list help
  164. find substring from a string
  165. Advice needed for templated functions
  166. Console within another console
  167. compile error: storage size of 'var' isn't known
  168. linking object files
  169. Trying to pushback an object in a vector! not sure what I need to implement
  170. Cross Reference Generator
  171. Difference between a shallow and deep copy?
  172. namespace is not visible in a class?
  173. mergesort with vectors
  174. Smart pointer vs Auto pointer
  175. USB Device driver?
  176. Pointer to n-th byte in template type X
  177. Help me find what's wrong with my code
  178. C2533: 'cAssignmentOprOverload::{ctor}' : constructors not allowed a return type
  179. Is there a way in Visual Studio to print out all .cpp and .h files at once?
  180. __inline : next to definition or declaration
  181. printing a binary tree, pre/in and post order, i don't see whats wrong
  182. expression tree
  183. Output issues PLEASE HELP
  184. returning an iterator, and using std::distance() but getting a weird error...
  185. Hex Reading an .exe File
  186. Command line - fun project, let's all add some code! :)
  187. Two-dimensional arrays
  188. Newbie needs help with array of structures
  189. Nested class
  190. Variable for array of structure names?
  191. Piping in Linux, help!
  192. Lists of lists using template class..
  193. Array Of Templated Arrays
  194. problem with multimap<T, int>::iterator class member
  195. About Implementing a Sort Procedure
  196. Problem with array
  197. getchar();
  198. Need MPI expert here!
  199. Weird Variable change
  200. [RESOLVED] Are Binary Operators Used Alot in Modern Programming
  201. Array/loops
  202. Probelms converting code.
  203. linux: enlarge FD_SETSIZE
  204. Quick question about std::string and concatination
  205. What am I doing wrong?
  206. Insertion Sort and Number Occurence
  207. Decrementing letters
  208. CImg and Borland C++
  209. type void*, what is this?
  210. When would you inline a function??
  211. typecast strings to int?
  212. what s the compiler trying to say?
  213. devc++ directx help
  214. help with a function
  215. having some problems with classes
  216. Simple loop problem
  217. Just wondering...
  218. Writing/Reading to a file
  219. Porttalk and vc++
  220. Printing Prime numbers? Any ideas ppl?
  221. how can write this ?
  222. Returning by reference
  223. where is library function definition ?
  224. templates, partial specialization
  225. debuggin practice!
  226. hh:mm:ss:mmm to GMT
  227. postfix op bug
  228. Array of strings in a vector!
  229. reading executable from memory
  230. What's Wrong?
  231. Need Help With Basic C++ Arithmetic.
  232. hash_set bidirectional iterators
  233. remove select elements from vector
  234. need help looping this
  235. Testing strategies
  236. Trouble with returning a string array
  237. [RESOLVED] execution of a application software
  238. Sharing of console
  239. Counting in an if statement
  240. Returning a reference to pointer
  241. Error processing INI file
  242. Custom headers!
  243. Functions or function pointers
  244. Two solutions .. why there is leaking memory in th 2nd?
  245. [RESOLVED] reallocating vectors
  246. Compile error C4430: in VS 2005
  247. Drawing in C++?
  248. == overload
  249. memory alignment of a struct
  250. [RESOLVED] Macros