I use Ubuntu 18.04, VS Code and C/C++ extension and I was trying to test the code from this other question but got the following error:
- #include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (/home/alan/Desktop/C/test/main.c).
Also, it says that it can't open source files from "conio.h" to "iostream.h"...
I tried using vcpkg as VSC suggests but it didn't work :/
The first 3 libraries are okay as always, can anyone help me with the others? Thanks!
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <conio.h> //Can't
#include <graphics.h> //open
#include <dos.h> //those
#include <iostream.h> //four