What Does 'Root' Mean in the Context of Installing Visual Studio?

  • Thread starter Thread starter yungman
  • Start date Start date
  • Tags Tags
    Root
AI Thread Summary
The discussion centers around the installation process for Visual Studio (VS) and the creation of specific folders for game development. The user seeks clarification on whether the instructions to create folders named SFML and VS Projects refer to placing them directly in the C:\ drive, confirming that the root directory is indeed C:\. There is a concern about the installation not working as expected, prompting a request for confirmation on the folder paths. Participants agree that "root" refers to the uppermost level of the drive, indicating the folders should be created in C:\. However, there is a suggestion that if the installation is still failing, the issue may lie elsewhere, and the user is encouraged to provide the source of the instructions for further assistance. The conversation emphasizes the importance of starting the installation process correctly to avoid complications later on.
yungman
Messages
5,741
Reaction score
294
Hi

I am trying to install all the necessary files for VS to run games, I just have a very simple question. This is the instruction.

When the download completes, create a folder at the root of the same drive where you installed Visual Studio and name it SFML. Also, create another folder at the root of the drive where you installed Visual Studio and call it VS Projects.

This is where VS is installed: C:\Program Files (x86)\Microsoft Visual Studio
Is the root C:\ ?
Does the instruction say to create a folder SFML in C:\. In another words the path of the SFML is just C:\SFML.

Also it said create the folder VS Projects in C:\ where the path is C:\VS Projects?

I just want to confirm I am correct, so far I cannot make it work, I want to confirm I am correct and work on it more.

Thanks
 
Technology news on Phys.org
Root means the uppermost level, and therefore, I think you are correct in saying that the folders should go into C:\ drive.
yungman said:
I just want to confirm I am correct, so far I cannot make it work,
If you have already tried putting the folders in C:\ and that didn't work, it means they are trying to mean something else. Can you cite the website from where you are following the instructions?
 
Thanks, Just want to confirm. I am not good with the names. It's a long process, other things can go wrong, I just want to make sure I am starting on the right foot.

Thanks
 
yungman said:
I just want to make sure I am starting on the right foot.
You mean starting on the right root?
 
  • Haha
  • Like
Likes hmmm27, yungman and Wrichik Basu
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Replies
1
Views
3K
Replies
0
Views
2K
Replies
17
Views
2K
Replies
9
Views
1K
Replies
3
Views
8K
Replies
25
Views
15K
Back
Top