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. Reading from new line + File I/O (1 replies)
  2. What to use? (2 replies)
  3. How to make a choice/option in executing a command (2 replies)
  4. virtual function linker error 2001 (3 replies)
  5. USB Communication With Barcode Printer (2 replies)
  6. codeblocks for blockheads (4 replies)
  7. only showing three sig figs (4 replies)
  8. Question of C (Not C++) - change colour (7 replies)
  9. XOR Decryption Issue (3 replies)
  10. What to program? (9 replies)
  11. While loop and sentinel values (3 replies)
  12. Structures and Classes (3 replies)
  13. Trying to write a program for wages (5 replies)
  14. C++ and HunterXL (18 replies)
  15. fprintf_s dosen't work nice with Windows Form (1 replies)
  16. Returning Pointers (8 replies)
  17. Why don't I get an access violation all the time? (5 replies)
  18. Unable to start program Filename.exe (7 replies)
  19. SDL_ttf problems (11 replies)
  20. c++ code returns very high result when ran (2 replies)
  21. Stuck on a project (2 replies)
  22. Integer Partitioning (7 replies)
  23. PDF to Text (4 replies)
  24. Need help from someone familiar with overloading the >> operator (6 replies)
  25. Word Length Program calculating how often that length occurs (2 replies)
  26. Two questions about the MFC Combobox (3 replies)
  27. c++: Linked List (3 replies)
  28. VC++ express Question (7 replies)
  29. algorithm on blood bank automation system (1 replies)
  30. breaking long code in C/C++ (2 replies)
  31. Moved: help in multiplayer game (-- replies)
  32. screenshot and save as bitmap (3 replies)
  33. Calling method with pointer notation? (10 replies)
  34. c++ class templates (2 replies)
  35. 2d arrays (1 replies)
  36. What happens to my variables... (9 replies)
  37. minimum number in 2d array (1 replies)
  38. black jack (4 replies)
  39. How to write a C program to Check three Points are in Straight Line (3 replies)
  40. Error in Euler method (4 replies)
  41. Get program to read multiple lines of user input (9 replies)
  42. Files are just streams of bits, yes? (2 replies)
  43. Need to generate an unsigned 32 integer and work with its bytes (5 replies)
  44. Separating 'Messages' in a text file. (4 replies)
  45. getting returns from exe's (6 replies)
  46. opening a second command window (2 replies)
  47. Error: function undeclared (8 replies)
  48. how to apply the quadratic formula into a c++ program (2 replies)
  49. Beginner help with point of sale program (13 replies)
  50. i need someone to correct my client/server (2 replies)
  51. Int division returning unexpected number. (4 replies)
  52. Expected ; errors (4 replies)
  53. Array rotation (9 replies)
  54. link list (1 replies)
  55. How to use the Mouse (0 replies)
  56. Trouble with _beginthread's third option (arglist) (10 replies)
  57. Dialog window is always on top... (7 replies)
  58. A class calling to another class - now trying to call it from main() (5 replies)
  59. Exponent Function in C++ (5 replies)
  60. Factorial question, (can't get the output the way I want it) (3 replies)
  61. Get the length of string without considering \0 as a end of strin (5 replies)
  62. AI A* algorithm (2 replies)
  63. Warnings with a template (6 replies)
  64. Moved: Evolution of C++ (-- replies)
  65. nibble (2 replies)
  66. time help (1 replies)
  67. Initialise all the field of unsigned char* (2 replies)
  68. Controlling USB port from C++ (3 replies)
  69. gets Help in C (3 replies)
  70. Write a program that reads in a number n and then outputs the sum of t (2 replies)
  71. virus programming in c++ (1 replies)
  72. c++ program (3 replies)
  73. C++ Help (0 replies)
  74. Can I get some advice?DARK GDK (1 replies)
  75. console to application in c++ (10 replies)
  76. array of structure objects (3 replies)
  77. ADT (1 replies)
  78. Trying to implement datastructures (3 replies)
  79. parsing (4 replies)
  80. Seg Fault in a linked list (11 replies)
  81. How to set the new value for internal buffer in File Write Operation (0 replies)
  82. clipboard and memory (5 replies)
  83. factorial program using while loop (2 replies)
  84. Having trouble inserting delete function (9 replies)
  85. Cannot convert type (4 replies)
  86. One dimensional array question. (9 replies)
  87. How to count all similar words on each line (5 replies)
  88. VERY NOOB Question about Loan Calculator (4 replies)
  89. initializing a vector of lists (2 replies)
  90. Changing Address of Values (3 replies)
  91. Stack Generic Template (3 replies)
  92. Help with string math program in c (2 replies)
  93. Gravity (1 replies)
  94. Binary Number (3 replies)
  95. Convert C into C++ (3 replies)
  96. Switch Statement help (3 replies)
  97. Int arguments (3 replies)
  98. problem with ints (9 replies)
  99. Counting Characters without a loop (1 replies)
  100. Ascending order in C program (17 replies)
  101. getting setw's to work (2 replies)
  102. 3 Tree Traversals NEED HELP SOON like today I have to submit this proj (2 replies)
  103. classes (1 replies)
  104. my program is right? please check C,C++ (1 replies)
  105. Adding a node (8 replies)
  106. Help with fork for my Operating System class (7 replies)
  107. help finding removable drives (2 replies)
  108. Compiling based on a variable (4 replies)
  109. Error: expected primary-expression before else (11 replies)
  110. Inflation Rate (10 replies)
  111. project (2 replies)
  112. prorazorgramming alltel (2 replies)
  113. RV_RXCHAR – Serial Port communication (0 replies)
  114. abs vs fabs (1 replies)
  115. Poker Project (4 replies)
  116. UNIX Networking Programming (2 replies)
  117. Calculate The Remainder In a Division (4 replies)
  118. newton raphson (1 replies)
  119. Generate Pythagorean Numbers Table (3 replies)
  120. Undefined Variables (9 replies)
  121. Compress Files Example (27 replies)
  122. Diamond from * (4 replies)
  123. Input to array output in upper and lower case (5 replies)
  124. Insert a new record to table in cpp with odbc (1 replies)
  125. uses of c++ programming factorial (1 replies)
  126. Program to print tables of first five positive numbers (2 replies)
  127. program (1 replies)
  128. Reading, storing and comparing words (1 replies)
  129. encryption and decryption in C++ codes (0 replies)
  130. Message Display (2 replies)
  131. ftp a file in c (2 replies)
  132. Attaching a file to database (1 replies)
  133. sudoku game (2 replies)
  134. C++ game (1 replies)
  135. Count total of each alphabets (3 replies)
  136. commission based program (1 replies)
  137. recursive function (7 replies)
  138. Bisection and False Position Methods (2 replies)
  139. Noob - Hello World Not Working (13 replies)
  140. C/C++ - Nano Sleep Timer (7 replies)
  141. How do I edit binary files(hexedit) via C++? (1 replies)
  142. Undefined reference to FD_COPY (2 replies)
  143. Count number of word matches (6 replies)
  144. Two Dimensional Arrays (6 replies)
  145. Help me to debug the simpson code (7 replies)
  146. How to get a table to Work on C++ (3 replies)
  147. segmentation fault (2 replies)
  148. PROGRAM TO ACCEPT NO OF TELEPHONIC CALLS AND PRINT ITS BILL (3 replies)
  149. string and char* (6 replies)
  150. Constant Seg Fault (6 replies)
  151. two dimensional array and procedures and functions (2 replies)
  152. swap 5 integers (8 replies)
  153. Parallel Arrays Question (2 replies)
  154. some assistance pleases (17 replies)
  155. deleting a node (10 replies)
  156. stumped with a small issue (1 replies)
  157. Moved: Fortran 90 code help (-- replies)
  158. Blinking Text in C language (2 replies)
  159. [HELP] Storing an Object into Char array (4 replies)
  160. Visual C++ 2008 Compiler Issue (2 replies)
  161. Just a question? (2 replies)
  162. Simulating Diffusion Equation (10 replies)
  163. Reversing numbers (3 replies)
  164. compiler versions (7 replies)
  165. Convert from Decimal to DWORD (2 replies)
  166. Moved: upcast in rpg (-- replies)
  167. adding nodes to a list (3 replies)
  168. How to store random number to an array and find its average in C progr (3 replies)
  169. Can you Make this coding correct, its not compiling.. (6 replies)
  170. parse string and put it in an array (3 replies)
  171. [SOLVED]appending a linked list (3 replies)
  172. If statements (3 replies)
  173. How to mock flash effects by C++? (1 replies)
  174. program to evaluate a c program (6 replies)
  175. 32 vs 64 bit compilation (0 replies)
  176. Data Array Structures (1 replies)
  177. Can you please teach me how to add images to my c++ program?(dos based (3 replies)
  178. about virus and anti virus programing (2 replies)
  179. pthreads (5 replies)
  180. How to print file in the printer. (6 replies)
  181. Three functions namely qualFactor, ageFactor and experFactor. (15 replies)
  182. Free C++ Writers? (9 replies)
  183. eigenvalues and eigenvectors (1 replies)
  184. VC++, DirectX, getting location of D3DXIntersect() (2 replies)
  185. I want to improve my printing (9 replies)
  186. Void Function display a V shape (2 replies)
  187. Please Help (Linked lists) (10 replies)
  188. help in fetching substring from text file (6 replies)
  189. Portable up-to-date c/c++ compiler? (3 replies)
  190. Help with Pricing problem (6 replies)
  191. what is c++ (3 replies)
  192. If Else Statements Help (2 replies)
  193. the c programming language by K&R (6 replies)
  194. The Caesar Cipher (5 replies)
  195. a little problem with PlaySound (2 replies)
  196. HMENU Hotkeys & Icons (2 replies)
  197. Could someone tell me why this seg faults? (3 replies)
  198. C++ calculator with reciprocal and square root (6 replies)
  199. printing array (4 replies)
  200. Error: Too Few Arguments to Function (1 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.