Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Where to put the txt files that needs to be open and read in C?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Where to put the txt files that needs to be open and read in C? (Read 4973 times)
hankremix
Guest
Where to put the txt files that needs to be open and read in C?
«
on:
September 23, 2012, 12:46:06 am »
for example
FILE *fpr
fpr = fopen(file_name.txt, "rt");
what directory do i put file_name.txt?
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: Where to put the txt files that needs to be open and read in C?
«
Reply #1 on:
September 23, 2012, 12:51:23 am »
Unrelated to Code::Blocks and theregore violating our forum rules.
Please respect the rules you have accepted to follow when registering here.
Thanks !
Topic locked !
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Where to put the txt files that needs to be open and read in C?