How buggy exactly, is VSE C++?

Because I am getting red underscores saying my cins are 'ambiguous', even though I didn't really change anything. Moreover, it compiles fine anyways.
I've never had any issues with it, could you copy/paste some of the warnings you are getting?
The only real warnings I get are about unsafe mixes of variables, but I have gotten those since making the program, and just have never taken the time to fix them. I don't think that would suddenly cause red underscores though. It really doesn't cause anything negative, as it still compiles, just annoying to see the red.
That sounds like spell check... >_> I've never had those appear though...so I dunno.
The little squiggly things. XD You know, when you make a syntax error.
Are you using VS 2010? It could be a new addition. And we couldn't help you diagnose any warnings/issues if you don't give us any code to look at.
I figured out the compiler was just having a fit over me using getch() instead of _getch() since it was deprecated, I was to lazy to change it. :/ But doing so made it stop with the lines.
I wouldn't use getch() regardless. That's a conio.h function, is it not? That's nonstandard.

I suppose you could be using curses or something, but that seems unlikely.
Topic archived. No new replies allowed.