QUOTE (Lyran @ Apr 18 2010, 05:58 PM)

C++? Im studying that programming language at the University at the moment. But we haven't reached anything related with Installers or such. So far, I am mostly using the printf, scanf, #include, if, switch, Functions.... and cant remember what else...
An exe file is automatically created if you 'compile' the program(in order to check whether there is any syntax error) and then make it...
But the program itself has like a library for every function and reserved words...
Yeah, i need to know which is the functions that will read my data that I want saved, save a copy inside the exe and then extract them when you go to install from the exe file itself.
I have been practising on a c++ compiler that has a great help section with tutorials and all the functions but I still cant seem to master making my own.