Open Window

Hey all, when I try to run and debug my InitWindow function, I get error messages to open something called launch.json. Any one can help me see what I’m doing wrong? Maybe my file for raylib is wrong? below is my code thank you!!

#include “raylib.h”

int main()

{

InitWindow(350, 200, "Tamar's Window!");

}

Hello,

It would really help us if you can post what the error message is, that way I can better guide you to the solution.

Privacy & Terms