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



  1. Resetting the rand() function sequence
  2. Question about array
  3. Stack not printing out the inputted data...
  4. wit's end
  5. Can a class's constructors call each other?
  6. Stack Overflow(HELP!!!!)
  7. want a program for generating 100 digits long primenumber
  8. C++ Inverview question
  9. YUV file header
  10. Borland C++ builder(help)
  11. printing hex of a file
  12. Stacks
  13. problem with global variables
  14. stringstream, get() and str()
  15. Regular Expressions in Flex
  16. array char to vector<char>
  17. Pipes
  18. Heap Memory
  19. Command line arguments from Unix: strings.
  20. Fibonacci series - suggestions welcome
  21. Any existing date function? (yes, i'm single, no, its not that kind of date)
  22. Error met while try to use "new" to create a new object.
  23. What's wrong with this code
  24. question regarding a code to restart the computer
  25. malloc and free question
  26. Why use reinterpret_cast?
  27. Sort by Position
  28. char* gets(char* buffer)
  29. how to ping???
  30. When fopen() fails
  31. on vectors
  32. on variables
  33. Copyright Symbol in Batch File
  34. Truncating decimal part in floating-point type
  35. Extending RTTI?
  36. Setting up a c++ compiler using SDK
  37. Finding a memory leak
  38. reading a line from a csv file
  39. STL lists giving random values (not set)
  40. FlowChart to source code
  41. Another question about the stack and heap
  42. Switching on Non-Enumerable Types
  43. Log \ Instrumentation Class
  44. sizeof() What am I missing here?
  45. easy char question for you
  46. include guards and pragma once
  47. copy constructor and operator=
  48. WHat is wrong with this code (using Borland C++ Builder 6)
  49. How to get the directory of the *.exe file
  50. can i use %windir%??
  51. How to include files, getting link error?
  52. possible to write to .ini from .bat?
  53. Stylistic C question
  54. Need Help! :(
  55. Method not searching properly...
  56. Why I can't call SHGetSpecialFolderPath() from Borland's C++ Builder 6?
  57. Basic question about memory management functions
  58. help with fftw
  59. Construct
  60. user-defined type conversion operators
  61. Question about Copy Constructor
  62. COM client question
  63. Printing source code with color highlighting
  64. Bit Masking/Shuffling
  65. Pointers
  66. problem reading a txt file?
  67. Need help in C++ code
  68. Private/Protected inheiritance?
  69. Return index of a maxium element in a vector container?
  70. How do I write an encryption program?
  71. linking EDitplus to C++ compiler
  72. Reading Text Files
  73. Return index of all maximum elements (not first occurrence)
  74. Variable shared
  75. Boost numerical calculations & array issues
  76. Problem with Cell phone bill program
  77. Multiple Inheritance (good or bad?)
  78. Sending and Receiving Signals To/From Ports
  79. check delete [] ??
  80. Machine Cycle
  81. problem deriving complex from STL
  82. STL hierarchy chart
  83. Need help on FileWrite function. (C++ Builder)
  84. Can I call a pure Virtual fun from base class's destructor
  85. Scan a list of integer
  86. Memory Leak Noob Question
  87. noob ques about some stuff
  88. How do I write a neural network?
  89. Printing to LPT1 Directly
  90. Goes away?
  91. boost::regex
  92. basic question about file i/o in pure C
  93. linux/unix shared libraries and classes
  94. synchronization problem.
  95. Members of class!
  96. Change a sybase password from UNIX C/C++ program?
  97. Genetic Programming Alogrithms?
  98. Receiving signals from Parallel Port at fixed intervals/frequencies
  99. Owned.txt
  100. getting index of vector
  101. What's wrong with this code?
  102. bitwise complement of abs(temp)
  103. floating points
  104. Solving HaNoi Tower Prob not use Recursive, help me plz.
  105. Deleting the First Char of a Char
  106. disable battery charge while on AC power
  107. Extracting data from text file
  108. What's the difference between hashtable and maps?
  109. Help understanding std::string compile errors
  110. ODBC, SQL Server, "FOR XML" & Cursors error
  111. simple replace /r with /n?
  112. something wrong with copy constructor
  113. Directories
  114. fread & system memory
  115. Find files in a directory
  116. Doubly-linked list, can't view nodes backwards...
  117. VirtualAlloc() equivalent on Linux/Unix
  118. bit value
  119. why does program ignore variable
  120. How to determine if a string has a specific character? [C++]
  121. Regular Expressions and C++; simple question
  122. iterators in a self-referential structure
  123. connecting to a database from c
  124. container template as a template parameter
  125. ifstream/ofstream
  126. Problem iterating through a map
  127. time() and related functions' epoch
  128. What is ideology of using namespaces?
  129. Binary Tree templates
  130. memcpy and pointer
  131. GCD Algo. Help
  132. calling a method from different class
  133. Best Compiler?
  134. String to ASCII
  135. Console App Cleanup on exit?
  136. (%) Vs. (?), which is faster?
  137. Text file data -> variable
  138. overriding operator << ??
  139. Stupid Question
  140. How Do I fix this?
  141. Dump File
  142. Can someone tell me why?
  143. Displaying contents of a file....
  144. reading in from a text file and sorting it
  145. C++ builder question
  146. Reading values of unknown length from a file in C, whats the best way?
  147. Fixing infinite loop
  148. How to initialize the objects, while dynamic allocation??
  149. Debug Dll Vs Release Dll
  150. any general typecast operator?
  151. Serializable in C++
  152. Data buffer size
  153. Very urgent... Filetime....
  154. subobjects ??
  155. What is C++0x?
  156. C++ help
  157. Profilers
  158. What is meant by an "atomic"
  159. std::vector, remove elements from middle?
  160. Problem on Numbers and Loops
  161. question
  162. code streamline for primitive types
  163. Function Returning garbage value in a pointer.
  164. C/C++ sample code throwing exceptions
  165. Two Stylistic C++ questions
  166. pointer = null
  167. function find in STL
  168. structs
  169. undefined reference error...
  170. memory problem?
  171. Can't assign values to vectors
  172. User input format question
  173. namespaces and forward declaration
  174. finding the end of a list in C
  175. what's with this sintax?
  176. printing the contents of a pointer
  177. Letter frequencies
  178. Array of structures in a structure
  179. sprintf, scanf for std::string
  180. How to program with Rogue Wave library?
  181. std::vector Destructor
  182. error: parse error before "struct"
  183. Linked List search() and delete() trouble
  184. deleting apart of a linked list
  185. Class templates constructor
  186. Create empty string function – does it contain a bug?
  187. Help...looping Problem
  188. Consruction in derived classes...
  189. link in a DLL with g++ under cygwin
  190. What are the difference and similarities between the DLL and LIB?
  191. STL <map> keys
  192. Very big numbers
  193. Newbee with Pathfinding
  194. Classes problem
  195. how to determine how many digits there are in a number after the decimal point?
  196. Assignment Help
  197. Determine where a program is installed (in UNIX)
  198. std::list help
  199. DOS Memory Access
  200. Classes help
  201. PLEASE HELP!!!!! Whitespace/Looping problem
  202. Multiple processes for cluster
  203. inserting empty lines in a file
  204. dangling pointers
  205. circly singly linked list method giving a segmentation fault error...
  206. A problem with using xdb
  207. Convert string to int, int to string
  208. Pi
  209. typedef on a template?
  210. about treating arrays polymorphically
  211. folder size limitation
  212. Problems with functor object ( design extension)
  213. Bitmap array help
  214. std::sort doesn't sort
  215. how to check if two path points to same file?
  216. using recursive function to print?
  217. .prc file ?
  218. Borland C Conio Equallent lib for Dev C
  219. Please help
  220. valarray dynamic allocation
  221. Operator overloading
  222. Problem with conversion to hex string.
  223. getenv() crashes
  224. for loop problem
  225. Convert a string to array?
  226. calling interrupt 15h
  227. sync problem??
  228. doubly circly linked list not printing backwards...
  229. Is it an event?
  230. how to traverse files folder by date of creation
  231. Design/C++ question
  232. Need to port C++ code from Window to Linux
  233. Printing largest to smallest floating point numbers.
  234. Do u think that i need to use loops for this question ?
  235. set the clock of my pc through the internet??
  236. How does #define work?
  237. Template Specialization for base classes
  238. I wonder how, I wonder why
  239. Lesson No 1 : constructor-> painful
  240. C Tutorial: pointer to a pointer
  241. std::ostream_iterator
  242. How to use debugger xdb?
  243. exception handling
  244. averaging
  245. method not inserting in doubly circly linked list...
  246. cgi code is not working
  247. Char arrays,whats wrong
  248. Class use.
  249. To print a Parallelogram.
  250. problem inserting into a binary search tree...