Search:
Forum
General C++ Programming
Super noobie question: its killing me:
Super noobie question: its killing me:
Dec 2, 2017 at 10:29pm UTC
technologist
(607)
Super noobie question: its killing me:
1
2
3
std::cout<<
"Rotate vector custom fx on x axis:"
; print_vector(_vector_rotx); (causes line feed)
I want to print the vector contents on the line next to the "Rotate vector custom..."
Instead it dumps a line and I publish vector result below the one I want. How to fix this anyone?
Last edited on
Dec 2, 2017 at 10:29pm UTC
Dec 2, 2017 at 11:23pm UTC
jlb
(4973)
You need to show more content. If print_vector() is not printing on the current line then you need to look at that function to see where you have some kind of new line being printed.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs