So I recently downloaded a VS2013 since my 2012 stopped working without a reason (from one day to another), BUT this visual studio has really f**ked up spacing or however I should call that ****
BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { case WM_COMMAND: { //blablabla } } return false; }
WHAT KIND OF CODE IS THAT?!
this is the result of your "intellisense"or however you call it, how do I turn on the 2012 one, not the one that automatically gives me unwanted brackets, bilion of tabs where they are not supposed to be and what not?