comp.lang.ada
 help / color / mirror / Atom feed
* text_io and grid printing
@ 2018-05-17 14:51 Mehdi Saada
  2018-05-17 15:01 ` Mehdi Saada
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Mehdi Saada @ 2018-05-17 14:51 UTC (permalink / raw)


I wanted to use set_col and set_line to print things as in a grid, (to print a matrix) but it seems I was wrong ?
Set_Col (1); Put ("1"); Set_Col (2); Put ("2"); Set_Col (3); Put ("3");
Gives "123"
but Set_Col (2); Put ("2"); Set_Col (1); Put ("1"); Set_Col (3); Put ("3");
gives
 2
1 3

Is there something with linux' implementation ? How do you use to print things like a grid in a portable ? Are you forced to use some complicated curse-like library for that ?


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-05-17 18:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-17 14:51 text_io and grid printing Mehdi Saada
2018-05-17 15:01 ` Mehdi Saada
2018-05-17 15:20 ` J-P. Rosen
2018-05-17 15:55 ` Dmitry A. Kazakov
2018-05-17 16:14 ` Mehdi Saada
2018-05-17 16:24   ` Dmitry A. Kazakov
2018-05-17 17:24     ` Mehdi Saada
2018-05-17 18:22       ` Dmitry A. Kazakov
2018-05-17 16:43 ` Jeffrey R. Carter
2018-05-17 18:57   ` Niklas Holsti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox