I am learning programming and am currently taking the CS50 course. I do not have a computer and have to learn on my phone. I am using the Cxxdroid app as my IDE and am trying to follow along with the CS50 course. I am at a part where I have to include <cs50.h> and when I try to compile the file I get an error saying it can't be found. I have downloaded the cs50 library off github and have placed it in the folder but I can't figure it out or find any documentation on how to get it to work.
When I click the install libraries it just gives me a list of a few available ones, not an option that I can add myself.
I know my situation is rather unique but I really want to make this work. Is there a better free IDE you know of for c?
I tried going into the .zip and pulling out the cs50.h file and placing it in the folder with my programs