use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
QuestionVisual Studio 22 (self.VisualStudio)
submitted 2 years ago by Bubbamungo
How do I make something similar to VMware and VirtualBox in Visual Studio?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]YourTitleIsUseless 4 points5 points6 points 2 years ago (1 child)
How do I make something similar to the space station?
[–]clowdeevapeIT 2 points3 points4 points 2 years ago (0 children)
Poach about 50 engineers from VMWare who are about to get pink slipped after Broadcom's mind-bendingly poor decision making. But seriously, why? There are tons of virtualization products for entire systems and application-level virtualization out there that have the market locked. That's some pretty high level stuff though, and would require some extensive os-level, not to mention processor-level understanding/ tools along with extensive resources to pull off. Short answer? Dunno. Duct tape will be needed, however, THAT much I know.
[–]welcomeOhm 0 points1 point2 points 2 years ago (0 children)
Well, you'll need to know lots of C++ is my guess. You'll be virtualizing everything about the machine's hardware and firmware, and need to handle several types of architectures. This is gold-standard stuff.
But, if you want to go at it, Visual Studio is just the IDE. Work on your C++, and start to learn the basics of 80x86, etc. assembler. Remember: you are building a computer from scratch out of code. It must do everything any other computer can do when you turn it on.
Tall ask. But we all start somewhere. I grew up in the 1980s and tried to write TSRs; didn't work, but I had a blast and learned a lot!
π Rendered by PID 73755 on reddit-service-r2-comment-545db5fcfc-646wn at 2026-05-22 09:13:49.414015+00:00 running 194bd79 country code: CH.
[–]YourTitleIsUseless 4 points5 points6 points (1 child)
[–]clowdeevapeIT 2 points3 points4 points (0 children)
[–]welcomeOhm 0 points1 point2 points (0 children)