New c++ compiler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AHSANKATHIA
    New Member
    • Nov 2010
    • 7

    New c++ compiler

    Can someone tell me which version of c++ works in full screen mode on windos 7 platform
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    There is only one version of C++ ...

    ISO/IEC 14882:1998 aka C++98

    Perhaps you have a question related to a specific compiler? However in general all compilers are command line tools, they run in a command prompt not in a Window so they can not be fully screen.

    Perhaps you have an IDE related question?

    Perhaps you should try to explain what you mean a little more clearly.

    Comment

    • AHSANKATHIA
      New Member
      • Nov 2010
      • 7

      #3
      i dont know what to ask but problem is this when we run tc the code editing blue screen it opened in full screen mode erlier when i had p3 almost 750 ghz processor now i have i3 and core 2 duo but now.

      when i run tc it opens in a small screen just of the size of gray box even smaller in which we type our massage on this site.

      i want the blue code editng file to be opened in ful screen not in a small window

      when i run tc iget a massage full screen is not suported at this platform

      what to do

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Get a new IDE and compiler Turbo-C is over 20 years old.

        There are plenty of good and free ones available.

        Comment

        • newb16
          Contributor
          • Jul 2008
          • 687

          #5
          Fullscreen - no, there is no text mode fullscreen for console applications in Vista/W7. You can set larger font size in window properties.

          Comment

          Working...