01/10/2018, 14:05
In kí tự " " ra file
Hi mọi người !
Em muốn in kí tự
ra màn hình hoặc ra file thì làm sao ạ ?
VD : trong file txt hiển thị là: 1
2
3
.
Em sử dụng :
#include <iostream>
#include <fstream>
using namespace std;
int main () {
ofstream file;
file.open ("codebind.txt");
file << "1
2
3
";
file.close();
return 0;
}
Em viết vậy nó toàn xuống dòng . Anh chị nào có cao kiến giúp em với.
Em cảm ơn nhiều
Bài liên quan
Lười.
Tinh khôn hơn 1 tí:
Em cảm ơn nhiều
Để in ra ký tự
'\'
, ta dùng"\\"