https://github.com/jaaumg/title-generator
This program in C reads a string, size of 16 character max, and using for loops it writes on a matrix 5x5, after that its write on a matrix 5x100 and shows its result
https://github.com/jaaumg/title-generator
c matrices string string-manipulation
Last synced: about 2 months ago
JSON representation
This program in C reads a string, size of 16 character max, and using for loops it writes on a matrix 5x5, after that its write on a matrix 5x100 and shows its result
- Host: GitHub
- URL: https://github.com/jaaumg/title-generator
- Owner: JaaumG
- Created: 2022-09-18T14:50:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T14:56:43.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T01:06:50.126Z (6 months ago)
- Topics: c, matrices, string, string-manipulation
- Language: C
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Title-Generator
This program in C reads a string, size of 16 character max, and using for loops it writes the letters on a matrix 5x5, after that it reads and write on another matrix size of 5x100 and shows its result on console.
## Usage
I code this program in portuguese but its usage is simple, first of if you want to high-scale a text you enter '1', then you write the message, on lowercase only, if you want to high-scale a number, at the start write '2', then the numbers you want.
