visual-studio-2010

C++: Is there a way to avoid redundancy with changing long declarations?

This has always bugged me with C and C++: In my header file I have something like: bool UpdateWindow( int w, int h, char bpp, bool force, char* someOtherLongStuff ) Now, if I want to change that for whatever reason, I have to do so in both header and source file - that's annoying in my opinion. Is there a way to automate this? I'm ...

How to Turn Off Showing Whitespace Characters in Visual Studio IDE

I don't know what I did but I don't know how to get rid of those arrows on the left. ...