comp.lang.ada
 help / color / mirror / Atom feed
* tasks as part of record
@ 2014-10-04 13:11 Stribor40
  2014-10-04 13:33 ` Simon Wright
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Stribor40 @ 2014-10-04 13:11 UTC (permalink / raw)


http://www.infres.enst.fr/~pautet/Ada95/chap29.htm

Unfortunately this tutorial doesnt show anything....can someone show me how to create few records where each record contain task please. Say if I want record Student...

  type Student is record
       Student_Number  : Positive range 1 .. N;
       Name : String(1..20);
       Count    : Integer ;
       --??tasks
   end record;

and how to create 10 students records....

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

end of thread, other threads:[~2014-10-18 18:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-04 13:11 tasks as part of record Stribor40
2014-10-04 13:33 ` Simon Wright
2014-10-04 22:12 ` Stribor40
2014-10-05  7:36   ` Jacob Sparre Andersen
2014-10-05  8:11 ` Niklas Holsti
2014-10-06  3:47   ` Stribor40
2014-10-06  5:43     ` Jeffrey Carter
2014-10-06  7:18     ` Niklas Holsti
2014-10-06  8:00       ` Dmitry A. Kazakov
2014-10-06 11:40         ` G.B.
2014-10-06  8:06       ` Simon Wright
2014-10-06  8:24     ` Simon Wright
2014-10-12 22:33       ` compguy45
2014-10-13  7:32         ` Simon Wright
2014-10-13 14:45           ` compguy45
2014-10-13 15:33             ` Shark8
2014-10-18 18:21           ` Stephen Leake

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