i add existing c++ github project visual studio. know how how add existing solution github visual studio 2013. here procedure
- in visual studio 2013
- i go team explorer tab / connect team project / clone
- in clone dialog enter https github link , local repository path
- i click on clone button
after don't know do. problem don't have solution file. have idea: need to create new solution file, project, add manually each cpp file in new solution , project. sound heavy i'm asking if there better , faster procedure. perhaps don't need solution file.
note: did c++ coding never used visual studio main c++ editor. project try integrate visual studio 2013 https://github.com/ryochan7/antimicro
i recommend using cmake create solution file. lot of c++ projects on web mention in readme files. alternatively, can create new project (which create solution) , copy code it.
Comments
Post a Comment