Forum: C++ Jul 21st, 2006 |
| Replies: 5 Views: 10,444 hi all
i've downloaded the generic source code from the first link provided by Ancient Dragon.
Sorry if this is really basic, and i dont know what to look up on google to answer my question,... |
Forum: C++ Jul 20th, 2006 |
| Replies: 6 Views: 1,828 Cheers - got it to work!!! - though response !='y' seemed to be redunant.
Now i'm playing around to figure out how to make it repeat the question if you just type return - though i have a... |
Forum: C++ Jul 20th, 2006 |
| Replies: 6 Views: 1,828 When i do that it wont compile saying;
expected primary-expression before "char" |
Forum: C++ Jul 20th, 2006 |
| Replies: 6 Views: 1,828 Thanks
This does get it to compile.
Though whether i type N,n or Y,y it just continues to loop the question, never terminating. |
Forum: C++ Jul 20th, 2006 |
| Replies: 6 Views: 1,828 Hi all.
I can't get this to compile;
#include <iostream>
#include <string>
using namespace std; |
Forum: C++ Jul 20th, 2006 |
| Replies: 3 Views: 926 Thanks Dave Sinkula
Typing cin.get (); twice worked. |
Forum: C++ Jul 19th, 2006 |
| Replies: 3 Views: 926 Hi all
Any help would be much appreciated.
Im following the about.com tutorial, and one of the exercises says i should make this program;
#include <iostream>
#include <string> |