informatik pascal!!
•
30 Aug 2007, 16:31
•
Journals
we are talking about pointers like new(a) [dunno if pointers is the correct translation] and lists which are made with those pointers
now i need
1.recursive procedure to output the list
2.loop for searching a number and delete it (with new "help pointer")
i'm bad at informatics, help me!
now i need
1.recursive procedure to output the list
2.loop for searching a number and delete it (with new "help pointer")
i'm bad at informatics, help me!
PROGRAM name;
USE crt;
BEGIN
END.
I'm glad that at my school I had to learn Java and later at the University I learned Java as well, which is really helpful now as it gives you a basic understanding of the most common languages like Java, C++, C# and so on.
in high school i learned some basics of C, in uni we'll code in c++