Is there any way to create an executable file using c++ and an online IDE

2.7k Views Asked by At

So here's the situation. I have been using ms access vba for automation at my job. I have access to ms access and notepad++ only with the nppexec plugin. However, g++ is not installed as far as I can tell.

I am looking to use ui automation event handlers but those do not work in vba. Since I have notepad++ i can write out c++ and make that work but in the end, i would like to produce a one click .exe file that runs the add event handlers objects.

The issue is that i cannot compile or run without g++. However I can if I use an online ide. I just need one that will let me download the resulting exe file.

Is there any such tool? Either that or a way to get g++ onto a computer without installing. (Permissions issues)

Thank you.

0

There are 0 best solutions below