Coding Practice

Project - Name Shape | Based on C Language

Welcome to NameShape!


ANY WORD CHALLENGE

ARHA
Project Name: Name Shape
Developer: Rakibul Islam
Release date: May 06, 2020
Available: Microsoft Windows

About: "Name Shape" which is my another project based on C Language. Putting any name or word in the input will scan every letter rapidly and create a shape of that name or word. You can use all alphabetic letters or ASCII code to create shapes. For example, if you enter CODING in input, it will CODING's shape. But if you enter ONLINE CLASS (ONLINE "Double space" CLASS) it will show BIDAY PITIBI's shape. 🥴

Restriction: Only uppercase letters will be generated in shape.


More Image

ARHA

NAME SHAPE

WORD SHAPE

CODING

PROGRAM

THANK YOU

Take A Wonderful Experience!

Download NameShape.exe


Do you want see all hidden codes? Please contact with me.

Source Code
#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...
}

Youtube Tutorial


Change Theme
X