Forum: C++ Aug 18th, 2004 |
| Replies: 7 Views: 4,369 Cheers for that, i'll give it a whirl this evening when i'm near a c compiler (or i sort it out at work...).
In the meantime, i've made some changes to the database so it outputs to this program a... |
Forum: C++ Aug 17th, 2004 |
| Replies: 7 Views: 4,369 That's pretty much exactly what i want to do, except there's not guarantee that the two numbers that need comparing will be on the same line, so using the DB file as a master it should:
while... |
Forum: C++ Aug 16th, 2004 |
| Replies: 7 Views: 4,369 On the subject of an easier solution, is there some way that i can use string compare... ie something like:
if(strcmp(correct, word) == 0)
cout << "Number has no errors" << '\n';
Or... |
Forum: C++ Aug 16th, 2004 |
| Replies: 7 Views: 4,369 Hi,
I'm trying to compare two text files (outputs from a database and corresponding spatial table in a GIS) to check for errors. Basically, i'm assuming that the output from the database is... |
Forum: C++ Aug 11th, 2004 |
| Replies: 0 Views: 2,220 Hi,
I'm trying to make a little tool that would come in handy for some work i'm doing, but my knowledge of C++ is quite limited (i've done a few simple projects at uni, and i've got some books on... |