CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Visual Language

  1. #1
    Guest

    Visual Language

    Can somebody tell me what is meant by visual programming or visual language.
    Ris


  2. #2
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: Visual Language

    In visual languages you can actually SEE what your application will look like when it runs.
    Remember how you told the TURBO BAsic compiler to paint the screen red: COLOR 4.
    But you can only see that if the program is running .
    This is not the case with Visual Languages
    (One example may suffice!!!)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured