Forum: C++ Mar 13th, 2005 |
| Replies: 6 Views: 2,770 I would recomend a big refrence book, but most things can be found on the web. use your google kung fu! |
Forum: C++ Sep 20th, 2004 |
| Replies: 97 Views: 25,649 Well i think the simple fact that you can write system level programs and use asm code really brings the power to c and c++ but for aplication programming i can see why c/c++ is dying, alot of... |
Forum: C++ Jul 26th, 2004 |
| Replies: 3 Views: 3,196 you could use a while loop or if your using m$ use cmd to open the exe
but any ways the while loop for ya
#include <iostream>
using namespace std;
double Cube (double Value);
main () |
Forum: C++ Jul 25th, 2004 |
| Replies: 2 Views: 3,081 ahh your working on B-- decriment (-1)
it is before the b
--B
let you work out the rest :) |
Forum: C++ Jul 25th, 2004 |
| Replies: 8 Views: 2,701 I have stared at typos for ages and not noticed them. The best learning you will encounter with programming is making mistakes. :) |