how to test snippets of code

hi,
I'm new to VC++ express edition. I just want to know that, if I have a snippet of code and I want to compile it and run it. How can I do it with out making a full project. is there any way to compile and test short programs.



Answer this question

how to test snippets of code

  • timdilbert

    As I know, ist is impossible. Create a simple "template" project and use it for your quick experiments.



  • Andrey Kolobov

    This is not possbile through the VS2005. Nevertheless, that is something that we are considering and currently investigating.

    Thanks,
    Ayman Shoukry
    VC++ Team


  • how to test snippets of code