Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

why pascal compiler does not recognise unit graph?

+2 votes
asked Apr 15, 2022 by shahriar mirfakhrai (150 points)

1 Answer

0 votes
answered Apr 15, 2022 by Peter Minarik (86,040 points)
What is the exact error message? Maybe share some code?

Have you referenced the right libraries?

I don't know Pascal much, I spent probably less than 50 hours programming in Pascal in my whole life, so I can't remember much. Is it possible that the graph module may not come with Pascal out of the box and might not be installed on the Online GDB server?

Actually, thinking about it, probably it is not installed. The reason is that you can see only character output (standard output). So there's no reason to install a module that supports 2D and 3D drawing when the server will never relay the created scene to the client.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...