C++ GUI need help

y = funkcijaY (z, x);
outFile->Write("\n| ");
outFile->Write(x.ToString()); // <-- here
outFile->Write(" || ");
outFile->Write(y.ToString()); // <-- here
outFile->Write(" |\r\n");
}

i want to use <iomanip> that x and y would have only 2 characters after dot. aswell i want to manage a table with setw () to make everything neatly. what would be the code to make it happen?
Topic archived. No new replies allowed.