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



  1. Pointers and Classes
  2. Help with class
  3. char pointer question
  4. Does Reference Type for Class Functions Exist?
  5. call base class function or derived class function
  6. precondition and post condition check
  7. Incrementing through an Enumeration
  8. Pointer to array
  9. Optimisation
  10. mouse program interface
  11. name lookup ambiguity
  12. using assert in exception class - opinions please
  13. timespec conversion
  14. Makefiles? for C++
  15. File input / output problems
  16. Floating precision
  17. Reading a txt file into an array of structs problem
  18. need help with loops. Writing code
  19. TeamSpeak KeyPress Simulation
  20. Inheritance in Pimpl idiom
  21. Rounding
  22. union to array
  23. Containers and classes
  24. De Morgan's
  25. pointer from a memory address
  26. inheritance templates
  27. sscanf causing corruption
  28. [RESOLVED] Can someone show me how to do this?
  29. C++ Replacing HTML Character Entities
  30. windows.h header in Linux
  31. converting simple file from C to C++
  32. Virtual function design pattern
  33. Instance variable access in different classes
  34. accessing simpleton variables
  35. what does operator X means ?
  36. Compiler doesn't create .exe file
  37. Searching for mathematical Matrix class
  38. Function Prototypes
  39. help with c++ program
  40. Pass parameter character of array of array
  41. Writing out to a file in a header
  42. how to randomize an IP address?
  43. Search for a new file?
  44. Problem declaring new char
  45. Template specification problem :-(
  46. what will produce me fast and small executable file when working with win32api ?
  47. quick template problem...
  48. Container problem
  49. Electronic Arts STL implementation
  50. Parsing a text file
  51. ifstream::read issue and recognizing file types
  52. similarity between documents
  53. Comparing the head of a string to a value [VC++6]
  54. Pointing to a Structs variables.
  55. Sound Mixing
  56. auto_ptr compile error
  57. trying to run through a collection to see if a value is in it
  58. Casting
  59. How to find the cpu architecture using C++ in Linux?
  60. Memory leak in this case?
  61. file, directory functions
  62. Two different char constant arrays storing same data
  63. Division error in a loop (not divide by zero)
  64. Picking out data from a text file
  65. [RESOLVED] four function calculator using lists
  66. Searching double zero terminated strings
  67. error: no matching function for call to ‘wait::wait(int*)’
  68. Hiding the text a user inputs to the console.
  69. Outputting to a file question
  70. Switch statement help
  71. 64 bit problems?
  72. Tree, reference issues
  73. wrapper function over file output/cout
  74. Array Problem
  75. Smart Card Programming in VISTA
  76. c ++ sub routing
  77. Virtual base class constructor
  78. Replace a range in STL
  79. Call constructor
  80. bad c++ base - simple questions
  81. Access violation error while pushing nenode on list
  82. C++ programming queries
  83. fstream file i/o, getting keystrokes
  84. how to encapsulate an entire system and then fit future change? (details inside)
  85. Cursor Position within a console
  86. heap
  87. memory release on exit()
  88. memset
  89. pointers....
  90. output function within a class, need help!
  91. Stack-Based Calculator
  92. Calendars
  93. what are the benefits of using return by reference
  94. Whats wrong with this? =S
  95. Measuring available memory
  96. Compiler problem ?!
  97. Insert to a list?
  98. data type issue?
  99. How to call c program from visual basic
  100. Debugging Large Macros
  101. For Someone Learning
  102. C++ Memory Management: What is the difference between 'delete' and 'delete[]'?
  103. Double visitor? Better options?
  104. Double datatype roundoff
  105. How do I reallocate the memory for C++ objects
  106. template function anomaly
  107. JNI - set Environment variables
  108. Template Problem
  109. Return a value as reference query
  110. Function pointer to class functions and inheritance
  111. delete zero out its operand
  112. Explain please !
  113. sstream and operator<<
  114. Wrapper combining two dlls into one
  115. C++ real number, mantissa etc
  116. I am confused by "Linux thread" and "NPTL"
  117. Finding a string within a string?
  118. Comparing characters in two arrays of strings
  119. Char*, STL Map Question...
  120. Question in using boose::tokernizer [How to tell how many tokens in a string]
  121. Linked List Help
  122. count items in cicular link list
  123. Bad circular dependency, need design help
  124. Confused with Linked Lists
  125. Confused with char arrays?
  126. Detecting newline in a HTML file
  127. How to count number of lines in a text file
  128. Factorial of a no using char array
  129. What happens internally when malloc() is used
  130. Database access and runtime speed
  131. Exception-Safe Copy Assignment
  132. Linear Recurrane
  133. Declare First, Initialize Later
  134. Printing ASCII 0-32
  135. COM wrapper for C++ library
  136. Variable sharing between include files
  137. Is there an off-the-wall function to translate "5.6e+4" to "56000"?
  138. variable pointer with inline assembly???
  139. Using Template Class in STL Container in Template Class
  140. derived class
  141. swap function of STL container
  142. boost::any holding pointers
  143. Reference to a Structure
  144. BINARY(1024) to decimal
  145. count time
  146. Self writing program
  147. signal handling and function pointers.
  148. computing Pi
  149. what is the best way to implement simple checking mechanism
  150. power function
  151. types information
  152. selection sorting
  153. Constructor Anomoly!
  154. Dynamic Structures
  155. Compile error atlapp.h can not be found
  156. auto_ptr in exception safety design
  157. Function Problems
  158. Beginner problem
  159. Deleting all data in a struct array
  160. precompiled header file
  161. strtok problem
  162. mtest() won't resolve caller address to file and line number.
  163. Templates and Member Functions
  164. Array problem
  165. streaming from files problem.
  166. using an iterator.
  167. String manipulation question
  168. Read/Write memory | Privileges
  169. UNIX: pipe weirdness
  170. Please tell me why for loop never executes
  171. auto_ptr assignment compile error
  172. What is the difference between these 2 const pointers?
  173. Error Checking a File
  174. pass string by value and by refernce
  175. c string iterator
  176. Reading Line into Array then Splitting
  177. binary tree program
  178. Doubt in VC++
  179. Design
  180. write and read a stream of information
  181. how to access tabulated data created by other programmes?
  182. segfault from C stack overflow
  183. fast access to container element
  184. Help i need some tips
  185. Circular Doubly Linked List
  186. Simple hello world gone wrong. Not a good start!
  187. Vector size comparison gone bad
  188. What does first-chance exception mean?
  189. Please help, urgent !!!
  190. Constructor with arguments
  191. Send the ALT Key
  192. Maps
  193. Lists STL
  194. auto_ptr array
  195. Need help with a bug in this program
  196. Why is this slow...
  197. gprof : how to profile individual calls ?
  198. C++ library with a COM interface
  199. A few questions about doing things to arrays
  200. Link error when referencing a static member in a struct
  201. typedef usage
  202. Question on multilevel inheritance
  203. Memory Leak? Deleting things?
  204. sudoku problem
  205. using while statements
  206. Access array and user input
  207. C question - function definition in local scope.
  208. how to connect sybase from c++
  209. atof is not exact
  210. RegConnectRegistry() ?
  211. Writing to a file problems after changing folder.
  212. Erase all values before a certain value
  213. version number on the priperties window
  214. Debug/Release difference with named pipes
  215. understood the pointer but still confused!
  216. Program Problem
  217. Help please =)
  218. Try/Catch/Throw...Can't get data read in right, and stuck in an infinite loop!
  219. Textbooks?
  220. urgent... type char issues
  221. object allocation question
  222. Interacting with firefox
  223. Hex, Bitwise and Strings
  224. function whith default parameters
  225. Porting from C - tips
  226. help please
  227. 2D array confusion
  228. Sets Problem
  229. Structures + getline = error? 0o
  230. help in code c++
  231. Premature Optimization: Drawing the Line
  232. stuck with time.h
  233. having trouble fixing my preorder traversal for a binary tree
  234. Tips on getting C++ experience?
  235. Big-O estimate of comlexity of merge sort
  236. static vs non-static
  237. container vs linked list (and some other)
  238. what's wrong with this code
  239. Crash Passing &struct to dll function c++
  240. Singleton Class
  241. Problem with Bissection method
  242. What does "if (some_int) {}" mean?
  243. Borland TurboC++ Builder 2006: Link Error
  244. Need C++ ifstream help please!!
  245. Help in friend concept in C++
  246. Returning Value Help
  247. realloc failing
  248. Help On that algoritmo
  249. Need Help/Hint C++
  250. exponent to decimal conversion fn()