how do i use a .txt file in C
like read and save form and into it...
any help will be good
thenks :)

Recommended Answers

All 5 Replies

Once you open the stream, it's basically the same as working with stdin and stdout. What problems are you having with your code?

im just using turboC and i have no idea what stdin and stdout are...
im not too good at programing... =\

You'd best get a book on C and read it, because it sounds like you really want a tutorial rather than the kind of specific help one finds on forums such as this one. By the way, printf uses stdout and scanf uses stdin.

WOW thanks alot man that really helped me :)
do you have something like that on how to read/write an microsoft access databace??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.