lol at lispfags and sepplesfags trying to pretend they know c.
and lol at erlangfags trying to pretend their language does anything forth didn't do 28 years earlier.
anyone who knows c knows that the c equivalent of X=(person(address("Big Street",23),
telno([1,2,4,6,7,9]))
is person x = {.address = {"Big Street", 23},
.telno = {1, 2, 4, 6, 7, 9}};
Name:
Anonymous2009-06-17 1:39
Well, that's great, but the single question I have remaining has gone unanswered YET AGAIN (and I spent two weeks doing programming in University). That question is: where the hell are you supposed to get the .h files and how am I supposed know which .h file/s to include for which function I need? Are they in a subdirectory? Is there just a generic .h file to include or do you need to be specific with each function? Somebody please explain because IT teachers aren't teachers at all.