Hi guys i know that in linux you create a c file and use make or gcc or clang to compile it and then run it.
My question is how do you run a c file or c++ file in vs2012 with out creating a solution.
Also how do you creat a solution for ready created scoure codes
otengkwaku 30 Newbie Poster
Recommended Answers
Jump to PostMy question is how do you run a c file or c++ file in vs2012 with out creating a solution.
Run the compiler from the command line. I'm not aware of any out of the box way to do it in the IDE, but you could create your …
All 4 Replies
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
otengkwaku 30 Newbie Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
otengkwaku 30 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.