Используя Visual Studio 2019, как я могу клонировать репозитории GitHub для кода C++, у которого нет решения, а также со ⇐ C++
Используя Visual Studio 2019, как я могу клонировать репозитории GitHub для кода C++, у которого нет решения, а также со
I am new to both visual studio 2019 and github. I am attempting to obtain a code from the github cloud and run it on my laptop.
Currently I have been able to clone the github repo for the source code and create a new branch. However the github repo has only c.pp files and .h files, and no project or solution files. Is this because whilst the code is written in c++ the creater did not make the code on the visual studio IDE. Either way my main issue is that every time I open it in my visual studios I do not have the build tab option available and therefore I cannot run
How can I build and run this code?
I have tried to copy and paste the code into a new project that has template solution files but it seems to defeat the point of cloning from github if i then just copy the cloned code files into a local project and this also seemed to fail when I attempted to build and run it.
For reference I am attempting to clone the following public github repo:
https://github.com/sarahtattersall/Enigma-Machine
Please advice me on the best approach thank you kindly.
Ikiro.
Источник: https://stackoverflow.com/questions/634 ... at-have-no
I am new to both visual studio 2019 and github. I am attempting to obtain a code from the github cloud and run it on my laptop.
Currently I have been able to clone the github repo for the source code and create a new branch. However the github repo has only c.pp files and .h files, and no project or solution files. Is this because whilst the code is written in c++ the creater did not make the code on the visual studio IDE. Either way my main issue is that every time I open it in my visual studios I do not have the build tab option available and therefore I cannot run
How can I build and run this code?
I have tried to copy and paste the code into a new project that has template solution files but it seems to defeat the point of cloning from github if i then just copy the cloned code files into a local project and this also seemed to fail when I attempted to build and run it.
For reference I am attempting to clone the following public github repo:
https://github.com/sarahtattersall/Enigma-Machine
Please advice me on the best approach thank you kindly.
Ikiro.
Источник: https://stackoverflow.com/questions/634 ... at-have-no
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение