Forum: C++ Oct 24th, 2008 |
| Replies: 1 Views: 258 Im a beginner at c++ and this program seem to be easy. Im tying to get this program to multiply numbers as there put in by the user and display the answer, but if the user inputs to consecitive... |
Forum: C++ Sep 28th, 2008 |
| Replies: 3 Views: 392 Im trying to learn c++ in school but the book does not break it down FOR ME ENOUGH, could some body suggest a book like c++ for dummies or something that would really help me out. Im engineer major... |
Forum: C++ Sep 26th, 2008 |
| Replies: 3 Views: 910 I am a beginner c++ programmer, I was wondering if somebody could help me get rid of this error
#include "stdafx.h"
#include<iostream>
using namespace std;
//declaration of function: convert... |