so i just finished making a very simple game in VS. The problem however is that i want to be able to share it with my friends and send it to other people so they can play it on their computers. How would i go about doing all that?
You'll need to perform a release build, possibly statically linking any libraries you are using. Then go get the executable from your project folder and distribute it.
Torrent? Downloading torrents isn't illegal unless you give permission and that the contents of the torrent is yours. I recommend The Pirate Bay. Loads of people use that. :)
Now all you have to do is copy your program's EXE and all the required DLLs into a directory on the target computer. I recommend using an install program like Inno Setup, but you can also just copy everything you plan to distribute into a directory on your own computer and zip it up using something like WinZip or 7Zip.