| |

VerySource

 Forgot password?
 Register
Search
View: 662|Reply: 3

A question about the GUI

[Copy link]

3

Threads

9

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 Germany

Post time: 2020-1-19 23:20:01
| Show all posts |Read mode
#include "Cartesian System.h"
#include "cmath"

using namespace std;

double f (double x);
double g (double x);

int main ()
{
Cartesian System grid;

return 0;
}

double f (double x)
{
return x * sin (x);
}

double g (double x)
{
return x;
}

#include "Cartesian System.h"
Compiling, error is not opening #include "Cartesian System.h"
Why?
Thank you!
Reply

Use magic Report

0

Threads

23

Posts

13.00

Credits

Newbie

Rank: 1

Credits
13.00

 China

Post time: 2020-2-1 07:00:01
| Show all posts
Cartesian System.h is not something that exists in the C ++ standard library, make sure the compiler search path has this
The path where the file is located, or you #include it's absolute path
Reply

Use magic Report

0

Threads

24

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

Post time: 2020-2-2 07:27:01
| Show all posts
1.Cartesian System.h
2.Cartesian System grid;
Reply

Use magic Report

3

Threads

9

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 China

 Author| Post time: 2020-2-6 13:30:01
| Show all posts
Seems like that, Cartesian System.h can't be found online,
Thank you! ...
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list