-
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.0
-
Member • 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. 😀Are you sure? This action cannot be undone. -
Member • Jul 10, 2011
@atf : I didn't get your question. Can you please elaborate it?Are you sure? This action cannot be undone. -
Member • 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...Are you sure? This action cannot be undone. -
Member • 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.Are you sure? This action cannot be undone. -
Member • Jul 10, 2011
You can use applets in Java to make it more presentable... 😀Are you sure? This action cannot be undone. -
Member • Jul 11, 2011
But i don't know Java :-(praveenscienceYou can use applets in Java to make it more presentable... 😀Are you sure? This action cannot be undone. -
Member • Jul 11, 2011
One of the easiest things to sit and do is, LEARN! 😁Are you sure? This action cannot be undone. -
Member • Jul 12, 2011
@John: It doesn't work under DOS Mode and it needs .NET FrameWork! 😔Are you sure? This action cannot be undone. -
Member • 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 bestAre you sure? This action cannot be undone.