file problem

R

ramtin

hi every body;
i want to learn how to impliment an endex file in c or c++ [in viual c+
+ [console app ] ] does anybody have any small codes to
undrestanding it . i found some on the net but it didn't work. . . do
not think that i dont want to code my project myself. . . i just want
to learn it

thanks of all
 
V

Victor Bazarov

hi every body;
i want to learn how to impliment an endex file in c or c++ [in viual c+
+ [console app ] ] does anybody have any small codes to
undrestanding it . i found some on the net but it didn't work. . . do
not think that i dont want to code my project myself. . . i just want
to learn it

Have you tried looking it up on Google? Perhaps knowing that it's
spelled "indexed" would help...

V
 
R

ramtin

hi every body;
i want to learn how to impliment an endex file in c or c++ [in viual c+
+    [console app  ]   ] does anybody have any small codes to
undrestanding it . i found some on the net but it didn't work. . . do
not think that i dont want to code my project myself. . . i just want
to learn it

Have you tried looking it up on Google?  Perhaps knowing that it's
spelled "indexed" would help...

V

thanks , I tried again but I couldn't find any thing



heeeeeeeeeeeeeeeeelp
 
A

Asger-P

Hi ramtin

thanks , I tried again but I couldn't find any thing

I tried looking up indexed file on google and I got 93,300,000
hits, so if You dont find anything, then You probably need to
explain in more details what it is that You are trying to accomplish.

Google search on: "indexed" file c++
gives a good deal of examples e.g. this one:

http://cpp.comsci.us/examples/indexedfile/indexedfile.html

The quotes are needed to stop google being "clever".;-)

Best regards
Asger-P
 
R

ramtin

Hi ramtin




I tried looking up indexed file on google and I got 93,300,000
hits, so if You dont find anything, then You probably need to
explain in more details what it is that You are trying to accomplish.

Google search on: "indexed" file c++
gives a good deal of examples e.g. this one:

http://cpp.comsci.us/examples/indexedfile/indexedfile.html

The quotes are needed to stop google being "clever".;-)

Best regards
Asger-P



hi thanks , your link helped me a lot , but it had an error that
said : can not open


Error 1 fatal error C1083: Cannot open include file: 'StringFile.h':
No such file or directory

and one other thing , iwant to run it in visual c++
thanks
 
R

ramtin

hi thanks , your link helped me a lot , but it had an error that
said : can not open

Error   1       fatal error C1083: Cannot open include file: 'StringFile.h':
No such file or directory

and one other thing , iwant to run it in visual c++
thanks

and it could not open fstream.h too
 
A

Asger-P

Hi ramtin

hi thanks , your link helped me a lot , but it had an error that
said : can not open


Error 1 fatal error C1083: Cannot open include file: 'StringFile.h':
No such file or directory

Well, then You need to find StringFile.h and tell Your
compiler where it is.
and one other thing , iwant to run it in visual c++
thanks

Bear in mind that I dont know that example, I just found it,
in fact I have never done any indexed file work.

It does however sound to me like You might need a little more
basic knowledge, before You jump into a project like this.


To Your next post, try:
#include <fstream>
instead, thats what I have to do when I use fstream in C++Builder


Best regards
Asger-P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,952
Messages
2,570,111
Members
46,695
Latest member
Juliane58C

Latest Threads

Top