Im not sure if this is possible. I want to put a HALF line in. The space given by \n is to much and looks bad. Is there a way to get a half line?
Thank you very much.
nlm124
This is a discussion on C++ help please!!!! within the C++ Programming forums, part of the General Programming Boards category; Im not sure if this is possible. I want to put a HALF line in. The space given by \n ...
Im not sure if this is possible. I want to put a HALF line in. The space given by \n is to much and looks bad. Is there a way to get a half line?
Thank you very much.
nlm124
If you're talking about the console, there isn't really a way to do that (at least not an easy, portable way). The space isn't very big though. Maybe you are accidentally putting in two lines? For example, if you cout \n and endl then two newlines will be added.
lol..... thanks man..... i did have 2..... one on the past cout. THANK YOU