Forum: C++ Nov 17th, 2008 |
| Replies: 1 Views: 260 Don't know what is wrong with this, it's giving me an error on the 'if (isalpha(string[i]))' line..I had it working earlier but then decided to put it into a function and it's not working now. It's... |
Forum: C++ Dec 8th, 2004 |
| Replies: 9 Views: 3,125 This is a little update... Thanks for the replies guys.
#include <iostream>
#include <iomanip>
#include<string>
#include<cstdlib>
using namespace std;
int main() |
Forum: C++ Dec 6th, 2004 |
| Replies: 9 Views: 3,125 I am having a little trouble incorporating a simple password into a voting machine style program. If anybody can see what's wrong with it and point it out, I would be very grateful.
#include... |
Forum: C++ Nov 10th, 2004 |
| Replies: 8 Views: 3,772 I have got it working. All of it! Fantastic! :mrgreen: |
Forum: C++ Nov 9th, 2004 |
| Replies: 8 Views: 3,772 Update** I have got it to give me the amount of ten_thousands and thousands. The next one seems a bit tricky.
However it's the next part I cannot seem to get, the 'hundread'... |
Forum: C++ Nov 9th, 2004 |
| Replies: 8 Views: 3,772 I was not aware. I didn't try it becuase I didn't think it would work.
Now that I've tried it, I can't seem to actually get it working....This is what I have come up with so far but I cannot... |
Forum: C++ Nov 7th, 2004 |
| Replies: 8 Views: 3,772 Thanks for the reply Chainsaw, however would this way return something like '4.5678?' Whilst, what I need is '4'.
:confused: |
Forum: C++ Nov 6th, 2004 |
| Replies: 8 Views: 3,772 OK I see nobody has responded to my topic. I have recieved an answer to the maths problem using fmod to complete the part. Apparently there is a way to do this without fmod using division and... |
Forum: C++ Nov 4th, 2004 |
| Replies: 8 Views: 3,772 Greetings,
I have my first assignment for my programming class to do, but first, I will say that I am aware of those people who post entire problems requesting members to do their homework for... |