Xcode 6 playground feature for Visual Studio or another development environment using C ++?

I was fascinated by how Apple introduced this playground feature for Swift and Xcode, where you can see the results as you program.

Is there an addon / extension for Visual Studio or another IDE that does the same function for C ++?

Thank you in advance!

+5
source share
1 answer

I don't know about C ++, but for C # you can try http://dotnetfiddle.net

The function of the Xcode playground does not allow including header files, etc., and this is only for Swift, and not for Objective C, fyi.

I would also like to see the possibilities in VS!

+4
source

Source: https://habr.com/ru/post/1206580/


All Articles