Hi every one. I am new in C++. I have created a console proggram in Dev C++:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<< char (89);
cout<<"\n"<< char(28)<<"\n";
cout<<char(11);
system("PAUSE");
return EXIT_SUCCESS;
}
I'm wondering about the "char(number)"command? what can it do?
Please tell me.
Thanks so much!
Can be used as delimiters to mark fields of data structures. If used for hierarchical levels, US is the lowest level (dividing plain-text data items), while RS, GS, and FS are of increasing level to divide groups made up of items of the level beneath it.