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. Moved: Struct vs Class (-- replies)
  2. Define data types (3 replies)
  3. Compiler options in visual studio 2008 (1 replies)
  4. Problem with a constructor (6 replies)
  5. Arrays as Constant Pointers (2 replies)
  6. just need to know (2 replies)
  7. c display pattern (1 replies)
  8. Using Functions/If statements to get a value (9 replies)
  9. Function returning incorrect calculation -Position Function (9 replies)
  10. need help with the logic (22 replies)
  11. Why am I getting this error (10 replies)
  12. transmission time (7 replies)
  13. What is graphics.h good for? (3 replies)
  14. Function call problem (5 replies)
  15. Reverse a char Array (3 replies)
  16. Struct and C-String Introductory Exercise (3 replies)
  17. Warnings on compilation (9 replies)
  18. Really easy question about input commands (5 replies)
  19. Which book to learn C? (18 replies)
  20. Creating a Table Program (2 replies)
  21. Deleting a Record from a file (3 replies)
  22. Creating a Number Fun Program (6 replies)
  23. Help involving linear and binary searches. (5 replies)
  24. Bar Function (6 replies)
  25. Printing numbers in a pyramid pattern (3 replies)
  26. Error C1083 (4 replies)
  27. issue with reading from file(using visual c++ 2008) (7 replies)
  28. Behind the scene... Help please... (1 replies)
  29. how to design a quadratic equation in c++ (3 replies)
  30. cannot execute binary file (4 replies)
  31. expected primary-expression before "goto" (4 replies)
  32. graph (4 replies)
  33. error when compiling (2 replies)
  34. C++ BMP Coding Help (5 replies)
  35. Base and Derived Classes: Using switch statement does not find an old (5 replies)
  36. Is it possible to protect a folder in windows using Visual C++ (1 replies)
  37. How to convert __gc array to system string? (2 replies)
  38. Tic-Tac-Toe in C (2 replies)
  39. Generate the 1st n tems of the sequence" 2 8 7 28 27..." (5 replies)
  40. Using Timer (3 replies)
  41. Compilation Errors (1 replies)
  42. What is #define ANSI_COMPILE (1 replies)
  43. Help reading floats from a file (2 replies)
  44. Button problem in C (0 replies)
  45. postfix expression (1 replies)
  46. Undefined reference to class member function (5 replies)
  47. Overloaded Bar Function (0 replies)
  48. creating an alphabetical order program (14 replies)
  49. Mirror a number without using ints not strings c++ help (9 replies)
  50. My First Tree (6 replies)
  51. Help Please! (11 replies)
  52. Where is strtok() hiding (2 replies)
  53. Making results remain positive (2 replies)
  54. int main(int argc, char *argv[]) (2 replies)
  55. Need help understanding the error (8 replies)
  56. C++ executing multiple programs from one program (8 replies)
  57. Comparing char to variable in if statements (2 replies)
  58. Multiple if conditions (3 replies)
  59. Dynamic arrays without using malloc (1 replies)
  60. problems with rand() (6 replies)
  61. holding new values from configuration (2 replies)
  62. Implemented queue using a link list in C++ (0 replies)
  63. ) expected (2 replies)
  64. Getting a while loop to work correctly (2 replies)
  65. C++ Programming: Age Converter (6 replies)
  66. Recursive Binary Search (1 replies)
  67. quick sort (1 replies)
  68. friend classes and operator overloading (1 replies)
  69. Windows Forms and MenuStrips (0 replies)
  70. Using Linear Search on 1 dimensional array (8 replies)
  71. Floyd Triangle in C language (1 replies)
  72. macro (0 replies)
  73. How to format numbers so Commas appear in long numbers (0 replies)
  74. bank account problem (2 replies)
  75. Creating a Digit Separator Program (8 replies)
  76. The standard libraries (2 replies)
  77. Need Help to Capture ScreenShot (3 replies)
  78. function run time (1 replies)
  79. error undefined symbol _main in module... (2 replies)
  80. if statement missing ) (7 replies)
  81. Moved: Please Thank People (-- replies)
  82. converting string to integer (3 replies)
  83. Little help (2 replies)
  84. Resource Error in Win32 (2 replies)
  85. How to create an inverted triangle with asterisk in C++? (1 replies)
  86. C PROJECT (1 replies)
  87. sudoku code in turbo c (1 replies)
  88. embedded C (0 replies)
  89. Reverse Polish Notation Code (9 replies)
  90. Tic Tac Toe Game (4 replies)
  91. Write a program to read in a list of 10 test scores and compute the su (6 replies)
  92. interface with C ? (15 replies)
  93. Area (4 replies)
  94. can anyone check my code please? (9 replies)
  95. Read Scores from a data file (5 replies)
  96. recursion (8 replies)
  97. Checking If A File Exists (2 replies)
  98. C++ Structs (11 replies)
  99. Read a File usimg C program (1 replies)
  100. i wanna make this table in 1 line (2 replies)
  101. Spice solver using C++ ? (4 replies)
  102. conversion and new lines (4 replies)
  103. Queue Class not printing correctly (17 replies)
  104. Efficient Variable Scoping (7 replies)
  105. help with assignment pseudocode with modules (3 replies)
  106. While loop problems (18 replies)
  107. Two dimensional binary search using recursion (2 replies)
  108. How to compile multiple files together? (5 replies)
  109. Increase function speed (4 replies)
  110. accept string as input then the program checks if the input is in the (1 replies)
  111. Changing From Caps to lowercase help (6 replies)
  112. buffer explanation? (1 replies)
  113. Histogram for a grey scale image (0 replies)
  114. Where am I going wrong? (13 replies)
  115. Craps program working like crap (2 replies)
  116. Unscramble Words (9 replies)
  117. Numeric to Alphabetic (1 replies)
  118. Different Printing in Main why? (3 replies)
  119. Simplified Compound interest problem with formula (5 replies)
  120. Error Message in a C program (2 replies)
  121. Reading from a file of numbers that has no max number (8 replies)
  122. Help me as am not too good at C++ Programming!? (2 replies)
  123. free function (4 replies)
  124. Reading contents of text file (14 replies)
  125. OH MY GOD I feel like I just had a revelation (5 replies)
  126. Show me some c++ tuts and some sample of codes (4 replies)
  127. Rounding a Value in C (1 replies)
  128. Work on all computers (7 replies)
  129. System Error When Using scanf (2 replies)
  130. Slope-Intercept using the same two points (1 replies)
  131. A beginner pointer/object problem (12 replies)
  132. Understanding Inheritance for Game Programming: (3 replies)
  133. Documentation Of MetroWerks CodeWarrior 1.01 For Mac (2 replies)
  134. Integer sorting (8 replies)
  135. largest prime number (1 replies)
  136. ABOUT C Library Functions (2 replies)
  137. The code will not compile (4 replies)
  138. C programm (1 replies)
  139. Char Pointers and Arrays (3 replies)
  140. Build a Emulator (2 replies)
  141. Student Marks Homework Question (3 replies)
  142. Moved: MY Txt Based RPG Game (-- replies)
  143. Moved: Linux Commands (-- replies)
  144. Display only the 20 most common word. (2 replies)
  145. Checking a given BST is Balanced (2 replies)
  146. control stepping (4 replies)
  147. Displaying Text from .txt File (3 replies)
  148. passing a char array to an if statement (1 replies)
  149. Can we access C++ Objects in Java (1 replies)
  150. how to store integers in char array (3 replies)
  151. Can you please check my C++ code. (6 replies)
  152. Making My Own Operating System (63 replies)
  153. adding images (8 replies)
  154. Simulating Smoluchowski Equation (5 replies)
  155. Age Calculator (2 replies)
  156. Data Structure assignment help. (5 replies)
  157. 'NULL' is not declared in this scope (6 replies)
  158. Recursion (2 replies)
  159. const call-by-reference parameter vs. call-by-value parameter (1 replies)
  160. Turbo C++ (2 replies)
  161. quadratic formula (4 replies)
  162. how to build firewall in C++ (1 replies)
  163. linker error (2 replies)
  164. Examples on C++ (1 replies)
  165. Moved: java program (-- replies)
  166. displaying DICOM and bitmap files (0 replies)
  167. c program to construct pyramid of * and # (2 replies)
  168. How to identify every pixel's intensity value (i.e 0 to 255) from (0 replies)
  169. Help in drawing of text using visual c++ (medical imaging) (2 replies)
  170. Calculating using if/else/if else (1 replies)
  171. Pascal's Triangle (2 replies)
  172. Moved: using array sorting (-- replies)
  173. iostream (5 replies)
  174. I keep getting 0s (2 replies)
  175. NXC Help! Translate flowchart to NXC (I already finished. but is i (2 replies)
  176. Dynamic arrays (1 replies)
  177. ifstream with classes (1 replies)
  178. Printing trapezoids (4 replies)
  179. RPN Calculator C++ HELP! (3 replies)
  180. Syntax error at end of input (5 replies)
  181. double values memory usage (13 replies)
  182. draw graph (1 replies)
  183. A plugin system (7 replies)
  184. If statment and loop help. Ultra simple program. (4 replies)
  185. Struggling to Calculate L2 Norm (3 replies)
  186. Help (5 replies)
  187. Sleep() Function (6 replies)
  188. Thread Exit Codes (20 replies)
  189. formatting to 2 decimal places (2 replies)
  190. wxWidgets: Accessing methods from a C# DLL (9 replies)
  191. calendar using LED and C++ (3 replies)
  192. Moved: what diferent in c# from vb.net (-- replies)
  193. Error: called object is not a function (8 replies)
  194. Why am I getting this error? (3 replies)
  195. Moved: Looking for a c++ programming partner. (-- replies)
  196. GDB help (2 replies)
  197. timer (2 replies)
  198. Key Strokes (4 replies)
  199. Sorting words without use of Array (19 replies)
  200. Random sequence generation algorithm (8 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.