How to write a file

Hi
How to write a file of desired(custom) format ?:rambo:

Thanks in advance

What language are you trying to use?

Start -> Accessories -> Notepad -> Write your content -> File -> Save.

[QUOTE=Jeff Wheeler;2348075]What language are you trying to use?[/QUOTE]

I am using C++.

This is a great resource regarding that very subject:

http://www.cplusplus.com/doc/tutorial/files.html

thanks Jeff Wheeler;