W
W
wally2021-12-31 19:48:47
visual studio
wally, 2021-12-31 19:48:47

How to set up Visual Studio IDE for programming competitions?

At the moment I'm solving student olympiads in C++ programming, I have all the solutions of problems in different projects (I want to save them), it eats a lot of disk space because of the IDE index, which is stored in a file for each project, and it takes a lot time to create projects. I had experience in Java, and there you can put many classes in different packages into one project and run their main methods from Intellij Idea. The question is, is there any functionality in the Visual Studio IDE (not Code) that makes the launch of the active file? Maybe there is a plugin to compile and run the active file, I can’t find it yet.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-12-31
@firedragon

I would make a test project, and in each test I would call one function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question