Microsoft VS free or VS Code?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

vladcuarto
Posts: 12
Joined: Fri Nov 15, 2019 8:09 pm
Location: Vitoria, Spain
Full name: Vlad Cuarto

Microsoft VS free or VS Code?

Post by vladcuarto »

Windows 10

to prank with the code of SF and Lc0: Microsoft VS free, VS Code, another?

SF is c++ but lcO has more.
Terje
Posts: 347
Joined: Tue Nov 19, 2019 4:34 am
Location: https://github.com/TerjeKir/weiss
Full name: Terje Kirstihagen

Re: Microsoft VS free or VS Code?

Post by Terje »

VS Code is very nice imo :)
dannyb
Posts: 78
Joined: Mon Jul 09, 2018 6:08 pm
Full name: Daniel Bennett

Re: Microsoft VS free or VS Code?

Post by dannyb »

VS Code doesn't come with a compiler
vladcuarto
Posts: 12
Joined: Fri Nov 15, 2019 8:09 pm
Location: Vitoria, Spain
Full name: Vlad Cuarto

Re: Microsoft VS free or VS Code?

Post by vladcuarto »

I ask for this: https://code.visualstudio.com/docs/languages/cpp

"(...)
Note: If you just want a lightweight tool to edit your C++ files, Visual Studio Code is a great choice. But if you want the best possible experience for editing, testing and debugging your existing Visual C++ projects or debugging on Windows, we recommend Visual Studio IDE.
(...)"

For StockFish (C++ I think) seems better VS Community ?
For LcO (C++, Python, Go ...) i have no idea :)
dannyb
Posts: 78
Joined: Mon Jul 09, 2018 6:08 pm
Full name: Daniel Bennett

Re: Microsoft VS free or VS Code?

Post by dannyb »

if you want to compile sf you need vs community (it's free), vs code is just an editor
I don't know if sf will compile easily with the microsoft compiler though, you might need gcc