HTBox / allReady

This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
http://www.htbox.org/projects/allready
MIT License
891 stars 624 forks source link

Visual studio problems to run C/C++ #2368

Closed leoolessa closed 3 years ago

leoolessa commented 3 years ago

Hi all, Im facing a problem to run C and C++, I already installed the necessary extensions within Visual Studio Code and mingw I already made the path path and even then this error appears when I try to run the code this message appears ,, '"undefined"' is not recognized as an internal or external command, an operable program or a batch file. `#include

include

int main(){ printf("Hello world"); }`

the prints is in portugues, but I guess you can have an ideia what is happening! mingw vsc vsc1