C
Colin_PSU
Guest
Hello,
I am a college student and often I am given project folders for courses with multiple C++ header files, source files, and a makefile usually. I am using VS 2017 for reference.
Visual studio is my favorite IDE for debugging but I do not know how to integrate one of these folders into visual studio so I might debug from the application and not from a terminal. I am wondering if someones knows a way for me to open this folder in VS, and run/debug it like a normal console application? I realize the makefile might add an additional layer of complexity.
Continue reading...
I am a college student and often I am given project folders for courses with multiple C++ header files, source files, and a makefile usually. I am using VS 2017 for reference.
Visual studio is my favorite IDE for debugging but I do not know how to integrate one of these folders into visual studio so I might debug from the application and not from a terminal. I am wondering if someones knows a way for me to open this folder in VS, and run/debug it like a normal console application? I realize the makefile might add an additional layer of complexity.
Continue reading...