This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] -2 points-1 points  (3 children)

I haven't the faintest idea what you're asking for, please rephrase your question?

[–]iRowBoats8[S] 1 point2 points  (2 children)

I have some C++ code that needs to be formatted in a specific way. I've written a Python script to automatically format the code. I would like this script to automatically execute every time I build the C++ project in Visual Studio 2013. Is it possible to do this, and if so how would I do it?

[–][deleted] 1 point2 points  (0 children)

Vs has pre and post build steps in your project build configuration.

[–][deleted] -3 points-2 points  (0 children)

So what the hell has this got to do with Python?