Last active
September 13, 2020 00:28
-
-
Save RakibOFC/087d15855d9cf0d27590d801c0f08eb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define WINVER 0x0500 | |
#include <stdio.h> | |
#include <string.h> | |
#include <conio.h> | |
#include <stdlib.h> | |
#include <windows.h> | |
int m, n, i, j, r = 2, r2 = 0, c = 2, len, option, size = 12; | |
char ch1, ch2; | |
COORD coord = {2,2}; | |
void setColRow(int col, int row) | |
{ more 3 hidden lines... | |
} | |
void bigScreen() | |
{ more 2 hidden lines... | |
} | |
void hidecursor() | |
{ more 5 hidden lines... | |
} | |
struct nameShape | |
{ more 2 hidden lines... | |
} | |
struct nameShape name; | |
int reVariable() | |
{ more 20 hidden lines... | |
} | |
int shapeA() | |
{ more 19 hidden lines... | |
} | |
int shapeB() | |
{ more 17 hidden lines... | |
} | |
int shapeC() | |
{ more 18 hidden lines... | |
} | |
int shapeD() | |
{ more 19 hidden lines... | |
} | |
int shapeE() | |
{ more 19 hidden lines... | |
} | |
int shapeF() | |
{ more 19 hidden lines... | |
} | |
int shapeG() | |
{ more 19 hidden lines... | |
} | |
int shapeH() | |
{ more 17 hidden lines... | |
} | |
int shapeI() | |
{ more 18 hidden lines... | |
} | |
int shapeJ() | |
{ more 19 hidden lines... | |
} | |
int shapeK() | |
{ more 20 hidden lines... | |
} | |
int shapeL() | |
{ more 19 hidden lines... | |
} | |
int shapeM() | |
{ more 19 hidden lines... | |
} | |
int shapeN() | |
{ more 20 hidden lines... | |
} | |
int shapeO() | |
{ more 19 hidden lines... | |
} | |
int shapeP() | |
{ more 17 hidden lines... | |
} | |
int shapeQ() | |
{ more 18 hidden lines... | |
} | |
int shapeR() | |
{ more 17 hidden lines... | |
} | |
int shapeS() | |
{ more 18 hidden lines... | |
} | |
int shapeT() | |
{ more 17 hidden lines... | |
} | |
int shapeU() | |
{ more 17 hidden lines... | |
} | |
int shapeV() | |
{ more 17 hidden lines... | |
} | |
int shapeW() | |
{ more 20 hidden lines... | |
} | |
int shapeX() | |
{ more 18 hidden lines... | |
} | |
int shapeY() | |
{ more 18 hidden lines... | |
} | |
int shapeZ() | |
{ more 19 hidden lines... | |
} | |
int charShape() | |
{ more 13 hidden lines... | |
} | |
void aboutAuthor() | |
{ more 47 hidden lines... | |
} | |
int main() | |
{ more 339 hidden lines... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment