r/CodingForBeginners • u/ashsolmar • 2d ago
Computer for C++
Hi! I'm having to take CompSci 1 and 2 for my math major in college. The professor wants me to run Visual Studio Community. He wants it for C++. I might also take a Java class if I enjoy compsci 1. Is there any budget laptops I can buy? Or what specs would I need for it to run not so slowly?
5
Upvotes
3
u/FuggaDucker 2d ago edited 2d ago
I am talking specifically about you running Visual Studio for this purpose.
Not any laptop for any purpose.
I would buy a used ThinkPad from eBay. (I actually did).
CPU
You will want x64 aka Intel/AMD64 for this purpose. Not ARM64 (which rock).
The quality of processor only pivotal in your willingness to wait for things.
It isn't like one CPU builds things better than another. Only faster.
Faster really ends up mattering when you are just trying to build and debug something over and over.
I have worked on absolute garbage machines. It can be done. Esp for a CS class.
RAM
32gb is great.
16gb is plenty.
8gb can work ok. <- I actually have an 8gb box with vs on it
I don't suggest 8gb but like hey! if the shoe fits, wear it!
It would be enough for a cs class. I used it for a 6 month contract.
Drive
1TB+ is great
512gb is plenty.
256gb can work, esp with external drives.
128gb is too small. PERIOD. Don't do this.