Jump to content

Do I need all of this?

AverageLeo

image.thumb.png.5a20f99ff56773ebb91e406804729b3e.png

 

I'm no longer have Visual Studio, but I do use Clion and sometime VScode for C++ programming.

What are those C++ packages? Can I delete it?

~Leo

Link to comment
Share on other sites

Link to post
Share on other sites

22 minutes ago, AverageLeo said:

image.thumb.png.5a20f99ff56773ebb91e406804729b3e.png

 

I'm no longer have Visual Studio, but I do use Clion and sometime VScode for C++ programming.

What are those C++ packages? Can I delete it?

no

u need it for games too

 

 

with no i meant dont delete them

Dont forget to mark as solution if your question is answered

Note: My advice is amateur help/beginner troubleshooting, someone else can probably troubleshoot way better than me.

- I do have some experience, and I can use google pretty well. - Feel free to quote me I may respond soon.

 

Join team Red, my apprentice

 

STOP SIDING WITH NVIDIA

 

Setup:
Ryzen 7 5800X3DSapphire Nitro+ 7900XTX 24GB / ROG STRIX B550-F Gaming / Cooler Master ML360 Illusion CPU Cooler / EVGA SuperNova 850 G2 / Lian Li Dynamic Evo White Case / 2x16 GB Kingston FURY RAM / 2x 1TB Lexar 710 / iiYama 1440p 165HZ Montitor, iiYama 1080p 75Hz Monitor / Shure MV7 w/ Focusrite Scarlett Solo / GK61 Keyboard / Cooler Master MM712 (daily driver) Logitech G502-X (MMO mouse) / Soundcore Life Q20 w/ Arctis 3 w/ WF-1000XM3

 

CPU OC: -30 all cores @AutoGhz

GPU OC: 3Ghz Core 2750Mhz Memory w/ 25%W increase (460W)

Link to comment
Share on other sites

Link to post
Share on other sites

You most probably do need these. These are the redistributable packages that software publishers ship with their code. They contain shared libraries (DLLs) with the C standard library and STL (C++ standard library) for each particular version of MSVC. They are not super big and you never know which programs actually use them.

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, Blqckqut said:

no

u need it for games too

Don't have any games.

3 minutes ago, manon_gfx said:

You most probably do need these. These are the redistributable packages that software publishers ship with their code. They contain shared libraries (DLLs) with the C standard library and STL (C++ standard library) for each particular version of MSVC. They are not super big and you never know which programs actually use them.

Thanks!

1 minute ago, Tan3l6 said:

Yup need those.

Best option for me is the full package - https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

So I can uninstall all of these and install the all-in-one?
I don't really mind the storage, rather than the organization.

~Leo

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, AverageLeo said:

So I can uninstall all of these and install the all-in-one?
I don't really mind the storage, rather than the organization

You don't need to uninstall, it skips all those that are installed already.

I edit my posts more often than not

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, Tan3l6 said:

You don't need to uninstall, it skips all those that are installed already.

The goal is to have one "app" rather than 10.

Would it achieve that?

~Leo

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, AverageLeo said:

The goal is to have one "app" rather than 10.

Would it achieve that?

Nope, all the runtimes are separate.

I edit my posts more often than not

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×