Help with making header file in code::blocks

Write your question here.

1
2
3
4
5
6
7
8
9
  #include <iostream>

using namespace std;

int no(int x, int y)
{
return x + y;
}


I'm trying to make a header file with this, but when I try to make one it keeps saying "please select a file name with full path for your new file". and I dont know what to do from here. I dont know what a full path is, and last time I made a header file I got the same issue, but I just kept on entering random names until it worked somehow. Can anyone help me with this issue?
I dont know what a full path is
It depends on the file system. The easiest would be to press the button on the right with the three dots [...]. You can enter a new file name and change the path where the file is stored. When the dialog is closed you will see the full path.
Topic archived. No new replies allowed.