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.

Comando gotoxy

+4 votes
asked Jun 12, 2023 by Emiliano (160 points)
El código está bien estructurado,pero a la hora de ejecutar me envia error en la librería #include<Windows>

1 Answer

0 votes
answered Jun 13, 2023 by Robert Garofalo (300 points)

1) It would be 

#include<windows.h>

NOT #include<windows>

2) Onlinegdb.com does not support this library, which is used for compiling on Windows machines only.

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.
...