Posts
 
Reputation
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
~681 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Daaave

{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}

Member Avatar for Deffcon
0
503
Member Avatar for Yggdrasil

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 …

Member Avatar for jephthah
0
178

The End.