Forum: C++ Dec 11th, 2008 |
| Replies: 14 Views: 2,651 i got a result:::
#include <fstream>
#include <iostream>
#include <string>
using namespace std;
int main()
{
const int i=20; |
Forum: C++ Dec 11th, 2008 |
| Replies: 14 Views: 2,651 i doesn't return to loop ,, how can i do?? |
Forum: C++ Dec 11th, 2008 |
| Replies: 14 Views: 2,651 |
Forum: C++ Dec 11th, 2008 |
| Replies: 14 Views: 2,651 i don't know why it doesn't match,,
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main()
{ int i,j=0; |
Forum: C++ Dec 10th, 2008 |
| Replies: 14 Views: 2,651 thank you so much for advice,,, i'll try |
Forum: C++ Dec 10th, 2008 |
| Replies: 14 Views: 2,651 i can open text file, but i can't compare word ..Could you tell me which function can i use for compare it,,Please... thank you
fstream dict("test.txt",ios::in);
if (!dict.is_open())
{ ... |
Forum: C++ Dec 10th, 2008 |
| Replies: 14 Views: 2,651 can anyone help me!? i have to create program to search word from text file, but i don't know how can i match word from input to text.. Can anybody help!!!?? |
Forum: C++ Dec 4th, 2008 |
| Replies: 3 Views: 579 Yes it some Error occured but i don't know hoe to deal with it.
If you know please help me,,thank you so much |
Forum: C++ Dec 4th, 2008 |
| Replies: 3 Views: 579 Hi,I am Really new in C++. I'm trying to write a program which search word from text file and display matched word whole lines. Can any body help me out please?
#include <iostream>
#include... |
Forum: C++ Dec 4th, 2008 |
| Replies: 3 Views: 579 I try to fix it,but i can't Please help me!! |