Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #37.0K
2 Posted Topics
{Ohayou:: It's better I think not to write:} readln(F1); writeln(F2); {but instead} read(F1); write(F2); {because ..ln moves the pointer to the next line without reading or writing in the same line}
During a university project, I had to print some int arrays to the screen, and I wanted to do it with printf. So I decided to include a function that converts an integer array into a string type, and passes the string out to the calling function. But the function …
The End.
Yggdrasil