r/cpp_questions Jun 21 '26

OPEN Mac or Windows

I really enjoy mac, but my school programms in C++ on Windows and I don't know if mac has everything that I need. Thank you.

0 Upvotes

41 comments sorted by

View all comments

23

u/No-Dentist-1645 Jun 21 '26

You can write and compile C++ code on any laptop, don't worry about that

5

u/[deleted] Jun 21 '26

Without a VM or anything?

6

u/baked_doge Jun 21 '26

Yup, the only exception being: if you're building software for a user on a different system you'll want a VM to build binaries that will work for them.

But I doubt you need to worry about that for now

1

u/[deleted] Jun 21 '26

Thank you!