Thread: IDE that works with Visual Studio 2017

  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    932

    IDE that works with Visual Studio 2017

    Is there any IDE that works with Visual Studio 2017 and allows to compile an individual file without creating a project?

    Apparently Code Blocks isn't working anymore with VS 2017.
    Using Windows 10 with Code Blocks and MingW.

  2. #2
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    Visual Studio is an IDE.

  3. #3
    Registered User
    Join Date
    Dec 2007
    Posts
    932
    Quote Originally Posted by jimblumberg View Post
    Visual Studio is an IDE.
    I know but it's much too cumbersome and you cannot compile just one file you have to create a project for it.
    Using Windows 10 with Code Blocks and MingW.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You can always use a command prompt.

    cl.exe myprog.cpp
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Guest
    Guest
    There's also CMake.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual Studio 2017 RC
    By swgh in forum Tech Board
    Replies: 1
    Last Post: 01-25-2017, 06:59 PM
  2. How to create .bat file in Visual C++? Ms Visual Studio 2010
    By rousse101 in forum Game Programming
    Replies: 0
    Last Post: 01-25-2015, 04:55 PM
  3. visual studio 6 and visual studio.net difference
    By gemini_shooter in forum Tech Board
    Replies: 5
    Last Post: 02-04-2006, 01:32 AM
  4. Replies: 1
    Last Post: 05-26-2004, 09:59 AM

Tags for this Thread