BS(Software Engineering) Fall 2014 (First Semester) And Computer Info

BS(Software Engineering) Fall 2014 (First Semester) And Computer Info is a English group. Having alot of group type in Facebook: close, open and secret and it is a CLOSED group. There are 208 participants in that group. So people rank it like a Tiny group. 1489363771330144 is the identifier of this group with Facebook. 2015-01-18 20:04:07 is the closest date we have information about it.

BS(Software Engineering) Fall 2014 (First Semester) is for the new students of Fall 2014
Here everyone try to solve The issue, which will be ..
So Welcome :)



#include <iostream>

using namespace std;
char you[] = {178};
void headfoot(char you[]);
int main()
{
char point1[] = {178,32,65,115,115,108,97,109,32,79,32,65,108,105,107,117,109,9,9,9,9,178};
char xy[] = {178,32,87,101,108,99,111,109,101,32,33,9,9,9,9,9,178};
char point2[] = {178,32,87,101,108,99,111,109,101,32,116,111,32,86,85,9,9,9,9,9};
char point3[] = {178,32,84,72,65,78,75,83,32,102,111,114,32,106,111,105,110,105,110,103,32,70,66,46,67,79,77,92,103,114,111,117,112,115,92,86,85,66,83,83,69,011,178};
cout << "\n\n\n\n" << endl ;
headfoot(you);
cout << endl;
for(int i = 0;i<22;i++)
{
cout << point1[i];
}
cout << endl;
for(int j = 0;j<17;j++)
{
cout << xy[j];
}
cout << endl;
for(int j = 0;j<21;j++)
{
cout << point2[j];
}
cout << endl;
for(int j = 0;j<43;j++)
{
cout << point3[j];
}
cout << endl;
headfoot(you);
cout << "\n\n\n\n\n\n\n\n\n" << endl ;
cin.get();
}
void headfoot(char you[])
{
for(int lm = 0; lm<49;lm++)
{
cout << you[0];
}
}