News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Files on Mac

Started by Aniudean001, March 17, 2018, 09:16:31 AM

Previous topic - Next topic

Aniudean001

Before asking the question, I have to say that I don't know much about codeblocks, I'm still in high school and the Windows pcs there have no problem in reading files. My Mac does.
So:
#include <iostream>
#include <fstream>
using namespace std;
int main()
{ ifstream f("file.in");
int x;
while(f>>x)
cout<<x;
f.close();
}

This is a simple example of what I know of these files, I know how to create it, but it just won't work as it does on a Windows pc.
And I have absolutely no idea how to make it work.
Please help!

BlueHazzard

and we have absolute no idea what you want and what your problem is....
Please give more information...


yolo_ninja

I'm in high School to and learning c++, if you want PM me, glad to talk and help each other.