File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -366,17 +366,18 @@ class Banner : public Fonts
366
366
}
367
367
*/
368
368
369
- /*
369
+
370
370
char **i ()
371
371
{
372
- char **character = getCharGrid(ROWS,COLS);
372
+ char **character = getCharGrid (6 ,3 );
373
+
374
+ character[0 ][1 ] = character[2 ][1 ] = character[2 ][0 ] = character[3 ][1 ] = character[4 ][1 ] = character[5 ][0 ] = character[5 ][1 ] = character[5 ][0 ] = character[5 ][1 ] = character[5 ][2 ] = ' #' ;
373
375
374
- //Enter the character grid in ROWS X COLS
375
376
376
377
return character;
377
378
}
378
379
379
- */
380
+
380
381
381
382
/*
382
383
char **j()
@@ -388,7 +389,7 @@ class Banner : public Fonts
388
389
return character;
389
390
}
390
391
391
- */
392
+
392
393
393
394
/*
394
395
char **k()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ using namespace ascii;
5
5
6
6
int main ()
7
7
{
8
- Ascii a = Ascii (straight );
9
- a.print (" JLK " );
8
+ Ascii a = Ascii (banner );
9
+ a.print (" i " );
10
10
return 0 ;
11
11
}
You can’t perform that action at this time.
0 commit comments