Name: Anonymous 2010-04-03 16:48
just discovered this language (Ada) and am thinking of learning it, it looks like it would be a very good language to make some small projects
what does /prog/ think?
what does /prog/ think?
malloc() again. Even if you can't do that, there are still a number of schemes for keeping track of all the chunks of memory you've allocated. Most of these break in recklessly concurrent programs, so you have to be very strict in treating multiple threads like intercommunicating processes.