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



  1. memalloc problem?
  2. How to construct a ifstream object from a buffer
  3. how to get wchar_t* type value from console?
  4. Serial Port Command
  5. Help looping my program
  6. How to point to a whole vector of classes?
  7. Puzzled!
  8. Classes
  9. Puzzled x 2!!
  10. USB in C++
  11. Simple DOS question
  12. better functions than atoi/atof ?
  13. displaying current date
  14. Are there bigger integers than "long long"?
  15. How to run an extern program?
  16. Bit fields acting weird!
  17. Pointer Problem
  18. passing union to fucntions
  19. download website with curl
  20. trouble coding
  21. to judge a file
  22. Extra characters
  23. How to Search in a vector?
  24. this pointer....usage?
  25. How to use ostream&
  26. Hello all. What am I doing wrong here? (problem with multiplication results)
  27. Anyone Can Help Solving Borland C++ Programs??
  28. Converting Double to Integer -- (typecasting)?? PLEASE HELP ASAP
  29. real time file prompting
  30. I/O Problem - Infinite Loop
  31. What's wrong with this code
  32. Need help fixing this code
  33. help with multiway selection
  34. Ceonsoring algo problem
  35. Brand New
  36. Recompilation required when modifying file???
  37. Bool (deined enum) vs bool (inbulit)
  38. Struct Help...
  39. Exchange Server 2003
  40. Open & Read Large File into Limited Memory
  41. Should firt type of std::map be const?
  42. int main() NOT void main()
  43. process killing
  44. wcstok...runtime error
  45. referring to static class members, without creating class object
  46. pointer deletion and 0xcccccccc
  47. getline()
  48. random number generator problems
  49. "template" makes everything different
  50. Alphabetical Sort?
  51. Getting value form hex (example: 0x45 -> 45)
  52. function is disfunctional in a class
  53. memcmp
  54. converting int to string
  55. pointers problem (seg fault)
  56. Comparing two functions for speed
  57. Far pointer problem
  58. multiple defined symbols in header included by multiple sources
  59. STRICMP in Mac's CodeWarrior - Case-sensitive string comparision
  60. how set precision?
  61. About queue?
  62. Need Help Please!!
  63. what is death of diamond !!!
  64. Enum <-> String
  65. functions that gets pointers
  66. Please Help me write this code
  67. inline class member functions
  68. interfaces and implementations
  69. reference and pointer
  70. void pointer to type
  71. link/compile problems w/ apache module
  72. Hash Tables
  73. Need help with Mathematics function
  74. Pointers and Multidim.. array , friend
  75. Reversing side digits
  76. Get HDD serial No
  77. dynamic problem.
  78. How To: Overlaid DOS program?
  79. Fixup overflow error
  80. KDevelop help
  81. swiches problem
  82. Pointers and Constants
  83. To be virtual, or not to be?
  84. delete variable: pointer name vs &pointername
  85. usage of :
  86. titlecase method
  87. Initialization order in constructor
  88. building up of c++ code in gcc or cygwin environment
  89. best encryption used in PST file
  90. error C2079: uses undefined class
  91. What difference does ";" make in the following piece code ?
  92. category name like a string type
  93. Declaring & initializing dynamic array of pointers question?
  94. IF statement
  95. about extern "C"
  96. Looping
  97. Clear variables
  98. Clarify this C++ Logical Opeator precedence as per using place
  99. scanf
  100. embedded programming focus
  101. simple tmain()question
  102. dynamic help
  103. Extending class functions
  104. Char Array acts weird.
  105. Strange compiler error query?
  106. explicit \ implicit constructor
  107. Beginner needs help in code
  108. keyboard input arrow keys
  109. Weird Syntax Error
  110. simple crash
  111. combine buffers
  112. Vector from class to vector in main
  113. Standard deviation?
  114. function declaration - return types
  115. virtual function
  116. What's wrong? (Union not working like expected)
  117. Constructors
  118. face feature detection
  119. problem understanding!
  120. Multifunctional keypad prgram
  121. Why do I have to keep an inline function definitio in the same file with declaration?
  122. find a container size
  123. Scopes bug?
  124. Generic Array in C
  125. Size of array in C
  126. copy constructor??
  127. How to use the '&' operator / Masking?
  128. C For Linux
  129. Set EOF in C style
  130. Question on internal structure scope.
  131. Problem with assignment char xxx[] new/ delete
  132. Weird Decimal Value : -1.#IND000
  133. Strange random behavior...
  134. Queries A* ptr = new(35) A(23)
  135. Use of #define
  136. while confusion
  137. How to exit stop timer from counting once it reach zero
  138. got a matrix
  139. Passing array of structs by reference
  140. Can I identify a particular computer from a program?
  141. new operator question
  142. Getting a list of files that are within a folder
  143. Initializing constant array data members
  144. Image analysing
  145. And I thought I knew how pointers worked
  146. undefined reference to 'insert_member_function_here()'
  147. Structure definition order causing problems
  148. newbie swap
  149. openlog on solaris
  150. C/C++:To identify number of decimal places in double
  151. Exception problem
  152. Casting
  153. This surprised me...
  154. iostream format flags
  155. explicit \ implicit constructor
  156. private inheritance
  157. A doubt about Sutter's article on sequence of object creation.
  158. How can you show the seperate digits in a number?
  159. increment decrement within for loop
  160. structs in .h files...
  161. What am i missing?
  162. Class Query
  163. Thanks in advance.
  164. Image processing:Stentiford and Holt Thinning Source code in C or C++
  165. Adding a define statement to makefile
  166. C/C++:What is the difference between ' ' and " ",Please look at sample code
  167. C++: why pure virtual function has definition?Please look into sample code here
  168. Conversion of char to int
  169. if/else problem in my program
  170. STL/Template quandry (container contents type)
  171. variable size of int
  172. I/O Problem - NULL input
  173. Global variables - linker error
  174. making a dll with dev-cpp
  175. Reading Input From Keyboard
  176. Multiple clients communicating to one socket
  177. Convert String to Int
  178. Two Q's: std::locale and class usage
  179. References + Pointers + Memory Leak
  180. Two problems, Static List, Safe Heap management
  181. Multiple Recepients in SMTP
  182. realloc() and new
  183. Overloading Negate Operator
  184. Howcome?
  185. Parse Line
  186. What datatype can store integers larger than 'long long'?
  187. recording input/ouput to/from console
  188. need to limit use of a function to a single class
  189. Adding two numerical strings
  190. Lost.
  191. new to vectors, problems
  192. Why?
  193. Pointer to a directory entry
  194. define struct function outside struct?
  195. Socket Programming in C++
  196. How can I write data to any position of a binary file?
  197. Is there any released compiler supporting "export"?
  198. Running a DOS command from code
  199. Compile error (parse error!) in c++ code! suggestions pls!
  200. Puting a picture.
  201. Numerical equality to quiet_NaN(void)
  202. Class Dependency Question
  203. Question about signal handlers
  204. STL: arithmetic mean
  205. File I/O Question
  206. Throwing an exception from a class
  207. How can I write/read data to/from any BYTE position of a binary file?
  208. Same function Simultaneous calls
  209. Function Templates
  210. Want top access Linux File System from Windows!!
  211. Adding char to a string
  212. Problem allocating buffers in struct
  213. Unloading a stack to a string
  214. scope problem
  215. Bytes and bit mask operators
  216. strcmp & if/else
  217. Deconstructing Binary Packets
  218. vector iteration with operator[]
  219. Incorrect year
  220. Console Unicode
  221. pointer declarations
  222. In-Memory Compilation??
  223. dynamic type checking??
  224. Problem copying fstream object
  225. Object creation on heap
  226. static function ? find errer
  227. Can't I add?
  228. Tree data structure
  229. Help/tips for a beginner
  230. hi please help me
  231. about inherit class
  232. ifstream error: can't read float/class
  233. Problems with base classes, please help...
  234. cast an int to an enum
  235. Catching ctrl+c
  236. singletons
  237. switching off static type checking??
  238. Decleration and defination Problem
  239. Does anyone know good programming environment for ANSI C?
  240. Strange MSVC Error C2440
  241. Preventing an infinite loop...
  242. use of friends with functions
  243. Calculate time in miliseconds of a date string
  244. background noise removal algorithms
  245. Constructors??
  246. hash_map not working
  247. forward-declared class... use class before definition...
  248. Getting Function sequence error in DB2 using DB2 CLI with AIX
  249. virtual constructors
  250. local function definitions are illegal, please help