Update 2024-03-27: Greatly expanded the "Samples" page and renamed it to "Glossary".
Update 2024-04-04: Added 5 million mid-2011 posts from the k47 post dump. Browse (mostly) them here.
Update 2024-04-07: Added ~400 October 2003 posts from 4chan.net. Browse them here.

Welcome to Oldfriend Archive, the official 4chan archive of the NSA. Hosting ~170M text-only 2003-2014 4chan posts (mostly 2006-2008).
[1 / 0 / ?]

[1366048516] Fortran

No.85950 View ViewReplyOriginalReport
Okay /comp/. I've been considering making a program on Fortran lately, and today I finally moved my ass and tried to make first attempt. I failed though. I couldn't even start the program. The program I'm trying to make should create a phonebook(names, surnames and phone numbers). I asked my teacher's help and all he said was:

Ask the number of entries.
Read user input to an array.
Write this array into a file in the harddisk
My program should avoid multiple entries. If a record already exists my program should ask whether the user wants to update the entry.

It also should be able to search the created database and find a phone number by name, if required.


What I'd like to get from you if not the whole program, which is sort of impossible, at least a clue on how I make it.