Im wondering if theres a way to store information inside of a .exe file. Like I've compiled an application using VS 2013 Express, but I'm going to need to be able to save once the program has been opened once, since something different happens the first time. Is there any way I'd be able to save a boolean or a few booleans inside of my .exe instead of creating a .dll or .txt database on the host computer? Creating an external database just seems like a bit of a waste for a handful of booleans.
Thanks!