Computer problems,Computer help
*AX SOFT>>>Programming & Design

What is a README file?


ok for my homework i am suppose to do a program wit the input file, README file and output file... but i don't kno wat is a README file... if you want to know the programming language is C++ and the compiler is Microsoft Visual C++

The teacher who asked you to do this home work needs clear instructions on how your program needs to be executed. These instructions u need to write on the Readme file. Thats what the teacher meant . You can add all the detals regarding the program in a ReadMe file.
eg. Author, Pre requisties, how to provide input and output , how to run the application etc.

A read me file usually provides answers and instructions for common questions.

Is that what you are asking?

A README file is just a text file explaining what the program is about, who wrote it, how to install it, how to use it, etc. It is generally placed in the top-level directory of the application.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • What computer language is used with a PLC on an assembly line?

    Programmable logic controllers can be programmed using different development platforms. One common development platform is called relay ladder logic (RRL). Ladder logic is a programming language ba...

  • What's the code you'd use in a simplified division function?

    div(x,y) say you wanted to do x / y for example 9 / 2 int result = 0; while(x > y){ x = x - y; ++result; }; int remainder = x; that would work like: while 9 > 2 ...

  • C++ help! why a number 1 keeps on popping up in my priming read?

    cout << "Enter region: " << regions; because of that ... The program is OK ... but there's some changes will make shorter ... instead of writing the 4 using:...

  • What's the difference between URL, Direct Link, HTML and IMG???

    url = universal resource location direct link = the direct link to the source html = hyper text transfer protocol img = image

    ...
  • Questions removed?

    Did it have any answers? If it expires, with no answers, a question gets deleted. If more than one person considered to be a "reliable user" reports a question, then it will automatic...

  • What would be the pseudo code for this piece of Visual Basic code that is underneath???

    start function Load if gfGetYellow is false then exit function for li as 1 to the last element of laParkData if the value of the li'th item at position 1 in laparkdata is not equal t...

  • What is a fair salary for an asp.net and C# programmer in north carolina?

    I am not sure about north carolina but I think the pay also depends on the work. Light asp and C# work in this economy you might be able to find someone for around $35k. Managing multiple sites wit...

  • Question for those who use google adsense?

    I have ad sense on 7 different websites. I have been extremely successful with ad sense. I make my living off of the add revenue . The revenue from each site it different. Revenue is base on the a...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster