Hi, I'm trying to make my own library so that I know the names of the functions and can use them more simply. Also, I normally don't get the File I/O right so if I write the Library once, then I can use it over and over again (without having much trouble).
I can write functions and classes and know the syntax of the language, I just want to know where I have to place the files to get them to work with a #include <...>
statement (the <> really matters because then I don't have to put the file in all of my projects).
I'm using Ubuntu 10.10 and g++