Forum: C++ Oct 11th, 2009 |
| Replies: 6 Views: 695 Don't use l33t speak here (http://www.daniweb.com/forums/faq.php?faq=daniweb_policies).
Let's see what my dictionary says about the word 'urgent': Anyway, read these and eventually come back when... |
Forum: C++ May 27th, 2009 |
| Replies: 12 Views: 650 Well, I did a small test to see what your problem is, but with me it works fine, this program reads successfully from a file which contains tabs:
The code I used:
#include <iostream>
#include... |
Forum: C++ Apr 26th, 2009 |
| Replies: 3 Views: 337 Instead of cin>>name you could use getline(cin, name); to get the first name and the surname :) ... |
Forum: C++ Apr 10th, 2009 |
| Replies: 12 Views: 947 Haha :P, I actually don't understand why it's that important, he could simply display a message and close the program ... |
Forum: C++ Apr 10th, 2009 |
| Replies: 12 Views: 947 |
Forum: C++ Apr 2nd, 2009 |
| Replies: 15 Views: 1,064 Hello mimis, I've written a snippet to add two big integers ...
You can find it here (http://www.daniweb.com/code/showsnippet.php?codeid=1154) ...
Hope this helps ! |