Full Version: C and C++
Dream.In.Code > Programming Help > C and C++
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135
  1. syntax error : 'for' (4 replies)
  2. Audio file duration (6 replies)
  3. Error C2064 in C++ (4 replies)
  4. help with decompilers in C++ (2 replies)
  5. Need to shorten my code for a simple calendar-printing program. (13 replies)
  6. win32 createwindow adding in a second window (8 replies)
  7. Function Doesn't Work Right (3 replies)
  8. compiling c code with vs 2008 (5 replies)
  9. Numeric array search (9 replies)
  10. Create a function (6 replies)
  11. Weird errors? Never seen them before? (1 replies)
  12. How can I display a name stored in an array? (9 replies)
  13. I cannot get my code to display the "total cost".... (8 replies)
  14. Address/ Pointing Values (1 replies)
  15. Database (9 replies)
  16. Adding the Fudge Factor (1 replies)
  17. Just out of curiosity (5 replies)
  18. C++: Letter Occurrences Per Word (4 replies)
  19. Finding Max/Min numbers with Functions (3 replies)
  20. Moved: Good Windows C++ Compiler (-- replies)
  21. C server not accepting remote connections (4 replies)
  22. Average for single array (20 replies)
  23. Allocating memory for large arrays (1 replies)
  24. Game of Life (3 replies)
  25. Moved: C# (-- replies)
  26. c++ Monthly Calendar (3 replies)
  27. Creating a Vending Machine (11 replies)
  28. priority_queue (22 replies)
  29. Retrieve the URL of Current Opened Browser (10 replies)
  30. help with memsetw(my own version) (6 replies)
  31. not going into groups... (2 replies)
  32. const in the copy constructor (3 replies)
  33. C++ how to find min/max of entered numbers (7 replies)
  34. Question with the "*This" Command (1 replies)
  35. C++: Display Image via Executable (3 replies)
  36. Decimal alignment (5 replies)
  37. Friend class? (10 replies)
  38. Calculator Problem - Urgent (4 replies)
  39. 'letter' was not declared in this scope (3 replies)
  40. undefined reference error (7 replies)
  41. Shutting Down System at Particular Time (3 replies)
  42. Looking for good sample codes.. (2 replies)
  43. connect ms access with c (2 replies)
  44. simple problem in c...but i can't find the error.. (4 replies)
  45. C++ Database Access (2 replies)
  46. strcmp not working as I'd like (2 replies)
  47. 8 queens problem (3 replies)
  48. Capturing Graphical screen (7 replies)
  49. array and string (3 replies)
  50. C++ on kubuntu (Kate Compiler) (5 replies)
  51. array of structs (1 replies)
  52. how to add an extra digit to a string? (2 replies)
  53. Creating Windows Services Question (2 replies)
  54. User-Defined Function (9 replies)
  55. Dijkstra algorithm (3 replies)
  56. simple_server.c (4 replies)
  57. Why can't I call my function? (3 replies)
  58. recursive funtions (1 replies)
  59. Serendipity (5 replies)
  60. Quick question about == (3 replies)
  61. Limiting Character (2 replies)
  62. Simple Segmentation Fault Error Help (4 replies)
  63. cannot convert from 'void' to 'int' (4 replies)
  64. Moved: Arduino and your thoughts... (-- replies)
  65. sorting... (5 replies)
  66. help with structs and classes please (5 replies)
  67. Sorting arry (2 replies)
  68. Storing dates using C++ (5 replies)
  69. Need Help (2 replies)
  70. What happens next? (5 replies)
  71. boost and class scoped mutex locks (4 replies)
  72. How can I call a function to run? (10 replies)
  73. Homework Check: Does this class meet requirements? (2 replies)
  74. how to become professional in programming? (2 replies)
  75. Programming to print to a USB Printer (0 replies)
  76. Creating a database of student records using linked lists. (2 replies)
  77. Compilation Errors (4 replies)
  78. Object LinkList - previous and next object HELP! (10 replies)
  79. Building a 2-D avatar chat.... (0 replies)
  80. Painting to client window (4 replies)
  81. Moved: Digital Filter to Audio Input (-- replies)
  82. binary tree display using C (5 replies)
  83. I got a c problem。。。 (1 replies)
  84. Chinese horoscope problem with years (1 replies)
  85. Delete Node (1 replies)
  86. compare elements in the array (5 replies)
  87. c and c++ puzzles (2 replies)
  88. Integer Error (20 replies)
  89. files in c++ (2 replies)
  90. Why Is This Making An Infinite Loop (8 replies)
  91. operator to copy an instance of the Stack class (5 replies)
  92. What can you do more using C++? (2 replies)
  93. Calculate Federal Withholding (3 replies)
  94. open file in class as user variable (2 replies)
  95. Read random line from txt file and return it as char* (2 replies)
  96. Yes/No Expert System (3 replies)
  97. Moving a statement out of switch into a function (6 replies)
  98. How can I display a name stored in an array? (3 replies)
  99. returning a multidimensional array from a function in c++ (1 replies)
  100. Array input and Sum issue (2 replies)
  101. trying to write own C++ program. Need help here is my Pseudocode (6 replies)
  102. I think im right so far just need help with following pseudocode and s (1 replies)
  103. Reversing a string (4 replies)
  104. Aligning strings? (4 replies)
  105. Help with classes (4 replies)
  106. if/else statment (5 replies)
  107. converting from struct to classes (5 replies)
  108. accessing a struct in a class in a vector (3 replies)
  109. if statement (7 replies)
  110. Checking for all the same value (4 replies)
  111. glutSpecialFunc() and "must have class/struct/union type" pr (5 replies)
  112. Help with theater seating project (17 replies)
  113. where do write code? (5 replies)
  114. Double Link List - Objects (11 replies)
  115. Exam Checking (0 replies)
  116. Help with classes & pointers. adding member variables (3 replies)
  117. Curiosity with g c c (2 replies)
  118. Cosine function without using c_math (4 replies)
  119. Writing to files, displaying files. Binary Error! (3 replies)
  120. Error with assignment of numbers? (28 replies)
  121. class (7 replies)
  122. how i do sort for string and store it in file and copy it to another f (3 replies)
  123. Fast Exponentiation Algorithm (5 replies)
  124. Simple Hangman Game - validation & file read/write problems (10 replies)
  125. how to display a structure (2 replies)
  126. Sentence input and Capitalization (2 replies)
  127. file i/o (2 replies)
  128. Using Counters To Navigate An Array (2 replies)
  129. Strings and System(); (5 replies)
  130. change program to accept integer instead of string (5 replies)
  131. what is better and easier for c++? (4 replies)
  132. Problem with virtual methods...? (2 replies)
  133. Vector of link lists (3 replies)
  134. Have fatal error with code (12 replies)
  135. New to Classes, need some help getting it setup. (overloading oper (3 replies)
  136. Need a little help with a Gaussian blur filter (0 replies)
  137. Need help getting c++ program started with the following psuedocode (3 replies)
  138. Convert short 16bit hex to decimal then voltage (18 replies)
  139. Program examples (5 replies)
  140. payroll program using a password (2 replies)
  141. How do I check how big a file is? (11 replies)
  142. Moved: upload music(mp3s etc.) to site (-- replies)
  143. Moved: Some beginner questions and a hello from a new member (-- replies)
  144. cryptology (2 replies)
  145. SQLite C++ interfacing question (3 replies)
  146. Errors with using a template for maze program (7 replies)
  147. Game Challenge (13 replies)
  148. Usability and Linux standard for new developers (1 replies)
  149. Python style iterators in C (9 replies)
  150. Moved: How to create an antivirus software using vc# (-- replies)
  151. database to the form and time calculation.. (1 replies)
  152. How does program like "replay music" work? (4 replies)
  153. fstream output question (6 replies)
  154. Output Produced (Pointers) (5 replies)
  155. matrix with pointers (4 replies)
  156. Using a custom class to create an ordered list (2 replies)
  157. How to know when to use the address-of operator (3 replies)
  158. Class Help (2 replies)
  159. Which enviroment is better VC++ 6 or VC++ 2005/2008? (9 replies)
  160. in/out files (21 replies)
  161. file i/o (6 replies)
  162. Loops (3 replies)
  163. Classes with structs as arrays (5 replies)
  164. Is this a pointer? (9 replies)
  165. Printf From A Void Or Int Sub Routine (1 replies)
  166. inline assembly problem with C (2 replies)
  167. matrix calculator crash (2 replies)
  168. C Programming (2 replies)
  169. Using Time Function (6 replies)
  170. Can not get wager to increase (2 replies)
  171. Interactive C++ Program (2 replies)
  172. Newton Raphson (3 replies)
  173. Reading Input Files (3 replies)
  174. FTP FtpSetCurrentDirectory problem (10 replies)
  175. operator overloading (3 replies)
  176. Table (2 replies)
  177. Linked list / pointers help (5 replies)
  178. need help in making my menu loop properly (11 replies)
  179. C++ Array sorting (4 replies)
  180. Issues with reading a text file in c++ (5 replies)
  181. a program using strings (3 replies)
  182. text file (1 replies)
  183. Finding and Replacing substring (2 replies)
  184. Set Defined Array length from variable (4 replies)
  185. giving probability of error (1 replies)
  186. file i/o (2 replies)
  187. Trouble with private int (4 replies)
  188. Loop doesn't read characters as an incorrect input? (7 replies)
  189. A game of chance (2 replies)
  190. loop help? (1 replies)
  191. Loop Unrolling Help (1 replies)
  192. Moved: Software used in game development. (-- replies)
  193. Search an array, output lines with an inputted char (18 replies)
  194. Generate a diamond pattern using recursion (7 replies)
  195. Loop Help? (7 replies)
  196. two-dimensional array (1 replies)
  197. C++ window language (6 replies)
  198. linked lists vs vectors (7 replies)
  199. .cpp files (1 replies)
  200. Runge-Kutta-Fehlberg (2 replies)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.