Forum: C++ Apr 20th, 2006 |
| Replies: 13 Views: 4,608 I mean compiling it, this is what I get:
****************************************************
Please wait...
The following file tolldata.txt has been found.
... |
Forum: C++ Apr 20th, 2006 |
| Replies: 13 Views: 4,608 wow that is getting too complicated for me, I'm only a newbie into c++.
Okay, I have fixed up my code now. But one problem I'm currently having is when I executed it. It keeps saying that I have... |
Forum: C++ Apr 20th, 2006 |
| Replies: 13 Views: 4,608 Thank you all for your quick and very helpful help, but how would I go about in fixing that problem by not having to open the same file again?
To pass the ifstream from main() do i need to have my... |
Forum: C++ Apr 20th, 2006 |
| Replies: 13 Views: 4,608 Thank you for your respond.
If I was to use && wouldn't that only work if all the information contain in the text file as to be a, b, c, and d for the if statement to run?
What if in the text... |
Forum: C++ Apr 20th, 2006 |
| Replies: 13 Views: 4,608 Hey everyone,
I' m currently having trouble getting the following code to work.
What I'm trying to do is getting my program to do read from a text file which has the following information:
... |
Forum: C Apr 9th, 2006 |
| Replies: 8 Views: 2,561 Can you provide me with another example working out so that I can use the example question and try get an understanding out of it and attempt on my quesion.
Thanks in advance.... |
Forum: C Apr 9th, 2006 |
| Replies: 8 Views: 2,561 Can you please explain it to me in more details. I still don't get what you mean sorry. :sad: |
Forum: C Apr 9th, 2006 |
| Replies: 8 Views: 2,561 Hey everyone,
Would someone please be kind enough to direct me to a good explainatory tutorial site or that can explain to me in how I would go about in answering this question.
I don't know... |
Forum: C++ Apr 2nd, 2006 |
| Replies: 7 Views: 3,931 I haven't been shown using an array as yet. I have only been shown the following techniques, and they are:
1. If statement, nested statement (i.e else if) and briefly on the following loop (for,... |
Forum: C++ Apr 1st, 2006 |
| Replies: 7 Views: 3,931 Yeh I have attempted of the code, but I seem to can't get the code to work here is attempted code:
int main(){
int count = 1, FirstNum = 0, SecondNum = 0, ThirdNum = 0, FourthNum = 0,... |
Forum: C++ Apr 1st, 2006 |
| Replies: 7 Views: 3,931 Hey everyone,
I am new to C++ and I was wondering if anyone could help me start off or by guiding me to which method of steps I should take first in solving the following problem:
write a c++... |