informatik pascal!!

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!
Comments
13
I can give you a lot of programms + Structrogramm, also i can give you the explination of pascal programms. But I consider them pretty easy if you compare them with really hard programms with C++.
i just know
PROGRAM name;
USE crt;
BEGIN
END.
turbo pascal?!
lolol got IT @ school now, too. We are programming with pascal aswell :X
why do schools teach dying languages like Pascal, which are of practically no use to the students? prolly the teachers are resistant to learning new Programming Languages and only teach what they learned ages ago.

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.
word.

in high school i learned some basics of C, in uni we'll code in c++
Parent
Back to top