comp.lang.ada
 help / color / mirror / Atom feed
* Ada language help
@ 2016-11-02 14:12 ugur kazar
  2016-11-02 14:57 ` Jeffrey R. Carter
  2016-11-02 21:11 ` Shark8
  0 siblings, 2 replies; 4+ messages in thread
From: ugur kazar @ 2016-11-02 14:12 UTC (permalink / raw)


Hi there i need to work on ada project but i have no idea how to start because i dont have experiance on ada language.Can you give me some ideas to me how to deal with this project.Please dont missunderstand me i am not trying get the finished project from you with the zero afford. i am just asking for your help 
thanks for your help best regards

here is my project:

Homework 1 (to be sent by email before the mid-term exam)
Write a Bag (Multiset) generic package. A Bag contains elements and
their multiplicity as well. Removing an element means decreasing its
multiplicity.
The Bag type should be a record with a discriminant, which is the
maximum capacity of the bag. In the record put an array that contains
(element, multiplicity) pairs. The type of the elements is the parameter of the
generic package.
Define the Add and the Remove procedures, and the Multiplicity function
over the type Bag.
Write a For_Each iterator, which is an inner generic procedure. This
generic has a Process_Elem parameter procedure which will be applied over
each pair of a bag

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

end of thread, other threads:[~2016-11-03 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-02 14:12 Ada language help ugur kazar
2016-11-02 14:57 ` Jeffrey R. Carter
2016-11-02 21:11 ` Shark8
2016-11-03 13:57   ` ugur kazar

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