Advertisement
SteelK

Untitled

Oct 31st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <iostream>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.     setlocale(LC_ALL, "rus_rus.1251");
  9.     cout << "Знак \\ (\"Обратный слеш\") служит" << endl;
  10.     cout << "для рзделения папок и файлов" << endl;
  11.     cout << "в полном пути доступа к файлу" << endl;
  12.  
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement