How do I add more #include files to code::blocks on linux because O cannot figure it out. also, I'm new to coding in C++, I've been going for about a week and all I know is stuff like functions, input and output and lots of little things that I won't bore you with. anyway, I'm trying to compile TPT and it hits the first include file and says. NO CAN'T INCLUDE JUNK NOT FOUND.
Well, in the file you want it in you need to write #include [File Name] You'll also need to put the file into the project, if it's anything like Visual studios.