DotWhat.net

.TU File Extension

Turing Source File

Developer File
Question: What is an TU File?

Have you found, downloaded or received an TU file, but don't know which software program is required to open it?

Before attempting to open an TU file, you'll need to determine what kind of file you are dealing with and whether it is even possible to open or view the file format.

Answer: Files which are given the .TU extension are known as Turing Source files, however other file types may also use this extension. If you are aware of any additional file formats that use the TU extension, please let us know.

How to open a TU file:

The best way to open an TU developer file is to simply double-click it and let the default assoisated application open the file. If you are unable to open the file this way, it may be because you do not have the correct application associated with the extension to view or edit the TU file.

This developer file format was added to our database by a visitor to this site, but no additional information was provided. We have yet to investigate this file type further, or there was not enough information available at the time to report accurately on the format.

Please check back soon for more information as we are constantly updating our file descriptions based on search frequency.

Tip: Try to open the TU file using a text-editor such as Notepad, as many file types contain simply contain unformatted plain-text and can viewed correctly using this method.





Rate Extension

Please rate how useful you found the information on this page:

(0 votes)


Comments (1)
showing 1-1
Ruby
2016-01-08 11:23:13
#1
.TU file contains output of "turing" operation by GCC compiler on a .C file. "gcc -fdump-translation-unit hello.c" this command will generate .tu file for the file hello.c. this file contains details of functions, variables and other tokens. .TU file can be opened in notepad.