.topic Nocontext=0
 Translator Pseudocod - C 
  
Programul este destinat invatarii limbajului C prin realizarea de programe folosind limbajul pseudocod. Acestea vor fi translatate
in C, compilate cu ajutorul unui compilator extern si pot fi executate.
Programul de translatare ("PS_COD.EXE") poate fi apelat si din linia de comanda prin transmiterea ca parametru a numelui fisierului sursa pseudocod (".PSC")

Apasati ESC pentru a reveni in program.

.topic Translateaza=11
 Translator Pseudocod - C 
  
Programul este destinat invatarii limbajului C prin realizarea de programe folosind limbajul pseudocod. Acestea vor fi translatate
in C, compilate cu ajutorul unui compilator extern si pot fi executate.
Programul de translatare ("PS_COD.EXE") poate fi apelat si din linia de comanda prin transmiterea ca parametru a numelui fisierului sursa pseudocod (".PSC")

Apasati ESC pentru a reveni in program.

.topic Compileaza=12
 Translator Pseudocod - C 
  
Programul este destinat invatarii limbajului C prin realizarea de programe folosind limbajul pseudocod. Acestea vor fi translatate
in C, compilate cu ajutorul unui compilator extern si pot fi executate.
Programul de translatare ("PS_COD.EXE") poate fi apelat si din linia de comanda prin transmiterea ca parametru a numelui fisierului sursa pseudocod (".PSC")

Apasati ESC pentru a reveni in program.

.topic Executa=13
 Translator Pseudocod - C 
  
Programul este destinat invatarii limbajului C prin realizarea de programe folosind limbajul pseudocod. Acestea vor fi translatate
in C, compilate cu ajutorul unui compilator extern si pot fi executate.
Programul de translatare ("PS_COD.EXE") poate fi apelat si din linia de comanda prin transmiterea ca parametru a numelui fisierului sursa pseudocod (".PSC")

Apasati ESC pentru a reveni in program.

.topic INT=101
 Translator Pseudocod - C 
  
Declaratiile de variabile intregi folosesc identificatorul 'int' urmat de numele
 variabilelor ce se declara. Variabilele pot fi si de tip tablou, dimensiunile 
precizanduse prin constante intregi incadrate de paranteze patrate.

Ex: int a, b[10][20]

Apasati ESC pentru a reveni in program.

.topic CHAR=102
 Translator Pseudocod - C 
  
Declaratiile de variabile caracter folosesc identificatorul 'char' urmat de numele
 variabilelor ce se declara. Variabilele pot fi si de tip tablou, dimensiunile 
precizanduse prin constante intregi incadrate de paranteze patrate. Variabilele
de tip caracter sunt intregi cu valori intre -128 si 127. Ele pot fi folosite
in manipularea sirurilor de caractere prin declararea unui tablou cu o singura dimensiune.

Ex: char a, b[10][20], sir[10]

Apasati ESC pentru a reveni in program.

.topic FLOAT=103
 Translator Pseudocod - C 
  
Declaratiile de variabile reale folosesc identificatorul 'float' urmat de numele
 variabilelor ce se declara. Variabilele pot fi si de tip tablou, dimensiunile 
precizanduse prin constante intregi incadrate de paranteze patrate.

Ex: float a, b[10][20]

Apasati ESC pentru a reveni in program.

.topic FUNCTIA=104
 Translator Pseudocod - C 
  
Programul este destinat invatarii limbajului C prin realizarea de programe folosind limbajul pseudocod. Acestea vor fi translatate
in C, compilate cu ajutorul unui compilator extern si pot fi executate.
Programul de translatare ("PS_COD.EXE") poate fi apelat si din linia de comanda prin transmiterea ca parametru a numelui fisierului sursa pseudocod (".PSC")

Apasati ESC pentru a reveni in program.

.topic PROCEDURA=105
 Translator Pseudocod - C 
  
Programul este destinat invatarii limbajului C prin realizarea de programe folosind limbajul pseudocod. Acestea vor fi translatate
in C, compilate cu ajutorul unui compilator extern si pot fi executate.
Programul de translatare ("PS_COD.EXE") poate fi apelat si din linia de comanda prin transmiterea ca parametru a numelui fisierului sursa pseudocod (".PSC")

Apasati ESC pentru a reveni in program.

.topic File
 File  (Alt-F) 
  
The File menu offers choices for opening files, changing
directories, and exiting the program.

 {Open:FOpen}          {Change Dir:FChangeDir}    {FExit}

.topic FOpen
 FileOpen  (F3) 
  
The Open command displays the Open a File dialog box. In this
dialog box you select the text file you want browse in a
{file viewer:Viewer}.

The {Open a File:FOFileOpenDBox} dialog box contains:

  an {input box:FOName} with a history list
  a {list box:FOFiles} to browse the directory
  the standard {Cancel:CancelBtn} button
  {Open:FOOpenBtn} action button
  an information panel that describes the
   selected file

.topic FChangeDir
 FileChange Dir...
  
FileChange Dir brings up the {Change Directory:FCChDirDBox}
dialog box, in which you can change the current directory.

.topic FDosShell
 FileDOS Shell 
  
With the DOS Shell command, you can leave the program temporarily
to perform a DOS command or run another program.

To return to this program, type EXIT at the DOS prompt.

.topic FExit
 FileExit      (Alt-X)
  
The Exit command terminates this program.

.topic Windows
 Window     (Alt-W)
  
The Window menu contains commands to close, move and perform
other window-management commands.

Most of the windows in this program have all the standard window
elements, including scroll bars, a close box, and zoom icons.

For more about windows and their elements, refer to windows.


 Window-management commands
 

 {Size/Move:WSizeMove}        {Zoom:WZoom}
 {Tile:WTile}             {Cascade:WCascade}
 {Next:WNext}             {Previous:WPrevious}
 {Close:WClose}

.topic WSizeMove
 WindowSize/Move      (Ctrl-F5)
  
Choose this command to change the size or position of the active
window.

 
  Size
 
If you press Shift while you use the arrow keys, you can change
the size of the active window. Once you've adjusted its size or
position, press Enter.

If a window has a Resize corner, you can drag that corner to
resize the window.

 
  Move
 
When you choose WindowSize/Move, the active window moves in
response to the arrow keys. Once you've moved the window to where
you want it, press Enter.

You can also move a window by dragging its title bar with the
mouse.

.topic WZoom
 WindowZoom    (F5)
  
Choose Zoom to resize the active window to the maximum size. If
the window is already zoomed, you can choose this command to
restore it to its previous size.

You can also double-click anywhere on the window's title bar
(except where an icon appears) to zoom or unzoom the window.

.topic WTile
 WindowTile 
  
Choose WindowTile to tile all file viewers on the desktop.

 Ŀ
  1ͻ2Ŀ 
                                 
                                 
                                 
                                 
  ͼ 
  3Ŀ4Ŀ 
                                 
                                 
                                 
                                 
   
 
             Tiled Windows

.topic WCascade
 WindowCascade 
  
Choose WindowCascade to stack all file viewers on the desktop.

 1Ŀ
 2Ŀ
 3Ŀ
 4ͻ
                          
                          
                          
                          
                          
 ͼ

        Cascaded Windows

.topic WNext
 WindowNext 
  
Choose Next to cycle forwards through the windows on the desktop.

.topic WPrevious
 WindowPrevious 
  
Choose Previous to cycle backwards through the windows on the desktop.

.topic WClose
 WindowClose     (Alt-F3)
  
Choose Close to close the active window.

You can also click the Close box in the upper right corner to
close a window.

.topic Options
 Options  (Alt-O) 
  
The Options menu contains commands that let
you change {color:OColors} and {mouse:OMouse} default settings.

.topic OMouse
 OptionsMouse... 
  
The Mouse command brings up the {Mouse Options:OMMouseDBox}
dialog box, where you can set various options that control how your
mouse works, including:

  how fast a double-click is
  which mouse button (right or left) is
   active

.topic OColors
 OptionsColors... 
  
The Colors item brings up the {Colors dialog:OCColorsDBox} box,
where you can customize the colors of the display.

.topic OSaveDesktop
 OptionsSave Desktop 
  
Saves the state of all open windows to a file call TVDEMO.DSK. This
file can be reloaded by selecting {OptionsRestore Desktop:ORestoreDesktop}.

.topic ORestoreDesktop
 OptionsRestore Desktop 
  
Restore a previously-saved state of all open windows from a file
call TVDEMO.DSK. This file is saved via the
{OptionsSave Desktop:OSaveDesktop} menu command.

.topic FOFileOpenDBox
 Help on Open a File Dialog Box 
  
The Open a File dialog box contains an input box, a {file list:FOFiles},
a file information panel, the standard button {Cancel:CancelBtn},
one other action button ({Open:FOOpenBtn}), plus a history list
that's attached to the {Name inputbox:FOName}.

.topic FOName
  Name Ŀ
                                  
 
The Name input box is where you enter the name of the file to
load, or the file-name mask to use as a filter for the Files list
box (for example, *.*).

.topic FOFiles
  Files Ŀ
                                  
   FILENM01.PAS    FILENM09.PAS  
   FILENM02.PAS    FILENM10.PAS  
   FILENM03.PAS    FILENM11.PAS  
   FILENM04.PAS    FILENM12.PAS  
   FILENM05.PAS    ..            
   FILENM06.PAS    \MOREXAMP     
   FILENM07.PAS    \TOURS        
   FILENM08.PAS    \ANSWERS.DIR  
      
 
The Files list box lists the names of files in the current
directory that match the file-name mask in the Name input box,
plus the parent directory and all subdirectories.

 Ŀ
  C:\TP\EXAMPLES\*.PAS                     
  HELLO.PAS       52  Jul 14,1990  12:00pm 
 
The File information panel shows the path name, file name, date,
time, and size of the selected file.

None of the items on this information panel are selectable.

.topic FOOpenBtn
 Ŀ
  [ Open ] 
 
The Open button opens a new Viewer window and places the selected
file in that window.

.topic CancelBtn
 Ŀ
  [ Cancel ] 
 

If you choose Cancel, nothing changes and no action occurs, and
the dialog box is put away.

(Esc always cancels a dialog box, even if a Cancel button does
not appear.)

.topic OpenBtn
 Ŀ
  [ Open ] 
 

In the Open a File dialog box, if you choose the Open button
TVDEMO opens a new {file viewer:Viewer} and places the selected
file in that window.

.topic FCChDirDBox
 Help on the Change Directory dialog box 
  
The Change Directory dialog box consists of an input box, a list
box, the standard OK and Help buttons, and two other buttons
(Chdir and Revert).

  Directory Name Ŀ
                                      
 
The Directory Name input box is where you type in the path of the
new directory.

  Directory Tree Ŀ
    Drives                            
    C:\                            
      TP                           
        TVISION                    
 
The Directory Tree list box enables you to navigate directories
by using the selecting bar and pressing Enter.

If you're using the keyboard, press Enter to make the selected
directory be the current directory, then choose OK or press Esc
to exit the dialog box.

 Ŀ
  [Chdir ] 
 
The Chdir button changes the current directory once you've
selected or typed in a directory name.

 Ŀ
  [Revert] 
 
The Revert button goes back to the previous directory, as long as
you haven't yet exited the dialog box.

.topic OMMouseDBox
 Help on the Mouse Options dialog box 
  
This dialog box consists of one check box, one slider bar, and
the standard buttons OK and Cancel.

 Ŀ
  Mouse Double Click       
  Slow     Medium     Fast 
   
 
The Mouse Double Click slider bar adjusts the double-click speed of
your mouse.

 Ŀ
  [X] Reverse Mouse Buttons 
 
Reverse Mouse Buttons makes the right mouse button take on the
normal functions of the left--and vice versa.

 See also:
 
 {OptionsMouse... menu command:OMouse}

.topic OCColorsDBox
 Help on the Colors dialog box 
  
The Colors dialog box consists of two list boxes, a text display
area, the standard OK, Cancel, and Help buttons, and one of the
following:

  On color and black-and-white systems, it
   also contains two color palettes.
  On monochrome systems, it contains a set
   of radio buttons instead of the palettes.

This dialog box is where you can change the colors of different
parts of this program.

  Group Ŀ
    Desktop          
    Menus            
    Dialogs/Calc     
    Puzzle           
    Calendar         
    Ascii table      
                     
 
The Group list box contains the names of the different regions of
the program that you can customize.

  Item Ŀ
    Color            
                     

When you select a group from the Group list, the Item list box
displays the names of the different views in that region.

  Foreground     Background 
        
        
      
 
On color and black-and-white systems, you use the Foreground and
Background palettes to modify colors.

  Colors Ŀ
   () Mono low        
   ( ) Mono high       
   ( ) Mono underscore 
   ( ) Mono inverse    
 

On monochrome systems, you use the Colors set of radio buttons
systems to modify the character attributes.

 Ŀ
  Text Text Text 
  Text Text Text 
 
On all systems, the display text (above the Help button) shows
the current color or attribute settings.

Changes do not take effect on the desktop until you close the
Colors dialog box by choosing OK.
