How to make a C++ Program more Graphically Presentable???

Anoop Mathew

Anoop Mathew

@anoop-FRTf1L Oct 12, 2024
I've written a C++ Program to conduct a Live Quiz and am using the Turbo C++ V4.5 software.Please suggest ways in which i can make my program execution more presentable through a projector to a large audience.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 9, 2011

    Since it is a DOS based one, I guess you can make it presentable only by this way...
    For Eg, instead of presenting the things in a way like:
    n1? 5
    n2? 6
    11
    You can make it this way:
    ************************
    *  SUM OF TWO NUMBERS  *
    ************************
    Enter the first number:   5
    Enter the second number:  6
    The sum of two numbers:  11
    You can do them using these: \t and sprintf(), etc. 😀
  • Sahithi Pallavi

    Sahithi Pallavi

    @sahithi-oJZaYj Jul 10, 2011

    @atf : I didn't get your question. Can you please elaborate it?
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 10, 2011

    @SP: If a C++ Program is projected on a projector screen, the quality of the projection and screen size will make your text doesn't exist... 😔 So, may be that's what he is asking...
  • Anoop Mathew

    Anoop Mathew

    @anoop-FRTf1L Jul 10, 2011

    I'm asking you for help with Visual oriented graphics addition, like pictures, bullets, colours, etc. @Praveen: I know that technique you said and have done everything i can. And i'm using a Turbo C++ Version 4.5 software. I was hoping to get some idea if i could convert my program into Visual C++ or Java.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 10, 2011

    You can use applets in Java to make it more presentable... 😀
  • Anoop Mathew

    Anoop Mathew

    @anoop-FRTf1L Jul 11, 2011

    praveenscience
    You can use applets in Java to make it more presentable... 😀
    But i don't know Java :-(
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 11, 2011

    One of the easiest things to sit and do is, LEARN! 😁
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 12, 2011

    @John: It doesn't work under DOS Mode and it needs .NET FrameWork! 😔
  • jerrinanil

    jerrinanil

    @jerrinanil-NlrwCu Jul 27, 2011

    Use ASCII works to add some good designs ! Try searching for 'ASCII pictures' in google !.. Works well !..
    I did that in a project of mine and got good response ! =).. All the best