Author Topic: Where to put the txt files that needs to be open and read in C?  (Read 3126 times)

Offline hankremix

  • Single posting newcomer
  • *
  • Posts: 2
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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
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 !