A few years ago I wrote a program in C++ to generate invoices from my employees' Outlook calendars. I'm by no means a programmer and only have very rudimentary C++ chops, but it works perfectly and I've used it every week since then. I compiled it with Visual C++ 2010. It of course runs on my system because I have Visual C++ 2010 installed. I'm in the process of transferring all of my business stuff over to my new laptop so I can use my desktop exclusively for music, and I don't particularly want to install Visual C++ 2010 on there. Can I just install the Visual C++ 2010 Redistributable on my laptop to make my executable run? Sorry if this is an obvious question, I was never that clear about the whole nuts and bolts of C++ compiling.
Also, I notice that Microsoft's list of requirements for the 2010 redistributable does not include Windows 8, but that the 2013 redistributable does. Will there be a problem installing 2010 on my Windows 8 machine, or is the 2013 version backwards compatible? Thanks for any help