Re: [Tutor] Choice of tools

2018-05-10 Thread Mats Wichmann
On 05/09/2018 03:10 AM, Brad M wrote: > Hi all, I have a question about how to choose a proper IDE for C/C++ > > I have been using visual studio ever since my C++ 101 days, but now I > realized there is a problem: feature lock-in! > > As an aside, I can't get "Error squiggles" to show up in my .c

Re: [Tutor] Choice of tools

2018-05-10 Thread Brad M
Ya I am using that and the command line to compile at this point before I can get VS to work for me again. Thanks!! On Thu, May 10, 2018 at 4:32 PM, Mark Lawrence wrote: > On 09/05/18 10:10, Brad M wrote: > >> Hi all, I have a question about how to choose a proper IDE for C/C++ >> >> I have been

Re: [Tutor] Choice of tools

2018-05-10 Thread Mark Lawrence
On 09/05/18 10:10, Brad M wrote: Hi all, I have a question about how to choose a proper IDE for C/C++ I have been using visual studio ever since my C++ 101 days, but now I realized there is a problem: feature lock-in! As an aside, I can't get "Error squiggles" to show up in my .c project in vis

Re: [Tutor] Choice of tools

2018-05-09 Thread Alan Gauld via Tutor
On 9 May 2018, at 23:54, Brad M wrote: > >As an aside, I can't get "Error squiggles" to show up in my .c project in >visual studio 2017, where as in my .cpp project it promptly notifies me I don't know visual studio so this is a guess. But remember that c and c++ are very different. C++ is mu

Re: [Tutor] Choice of tools

2018-05-09 Thread Ben Finney
Brad M writes: > Hi all, I have a question about how to choose a proper IDE for C/C++ You will likely get better-informed advice from a forum specific to C and C++, then. This forum is for people learning Python. -- \ “If you don't fail at least 90 percent of the time, you're not | `\