Use regular C compiler?

  • Thread starter Thread starter Rico_069
  • Start date Start date
R

Rico_069

Guest
I just recently installed Visual Studio 2017 with C++. Does anyone know if it's possible to use a regular C compiler in this IDE? I'm trying to avoid the C++ compiler because it doesn't recognize C functions such as "strtok" or "fstream.h" and probably many other functions related to C. I just prefer to not to use C++ for now.

Thanks!

Robert C

Continue reading...
 
Back
Top