Text To AWESOME Text! – C++ Project
When i’ve practice in lab, i got a challange to make a star-shape using * character and looping in C++ like this one.
They give me 20 mins to make this and i didn’t quite make it. that’s not because the time but the lack of my analytics thinking back then. And i tried to make on after i arrived in my room. To remove my regret of losing, i make this program which i call “Text To Awesome Text” because like its used to be. Its generate your text with starry-shapy-text that i made and because i made with looping, so you can adjust the size using the input. Here is what its looks like.
I made this mostly with looping and if function, so if you want to learn and sharpening your logic in if and looping function, i will give you the source code and hope that you guys can understand well. If you have any question or confusing part of code, feel free to comment or contact me and i will help you the best i can. Download link below! Cheers 😀
Note that there are some character that ugly and it will generate star-shape (like the first image shown) if you input numeric or symbolic chars. And there is a bug when you input the name more than 1 word so please don’t use space atm. I will fix it in the next release.