I would like to know a tool that draws a graph according to the parameters after changing the parameters in the GUI.

Asked 2 years ago, Updated 2 years ago, 31 views

As I wrote in the title to see how the graph changes when changing parameters, I would like to change the parameters in the GUI and draw a graph accordingly.
Please let me know if there are any knowledge and tools necessary to do so and references to learn about them.
Currently, I can only speak C language, so I would appreciate it if you could speak C language.

Also, we expect to use it on Windows.

c

2022-09-30 16:58

1 Answers

Assume that it is Windows and answer.
I don't know if there is a tool that can create GUI and graphs in C language, but
If the language is C# and C++, there is a tool.
If it's C#, I think Microsoft's visual studio would be good.
If it's C++, there's something called Embacadero's C++ Builder.
There are free versions of both, so please check them out.
Both C# and C++ are linguistically based on C language, so
If you study in class, you will be able to use it.
Also, I think C# is easier to memorize than C++.


2022-09-30 16:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.