answersLogoWhite

0

You can't embed a "real" picture into a console project, like a .JPEG or .PNG format picture. What you can do though, is convert the picture to ASCII characters and print the text to the screen.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Do you have to buy a Wii motion plus Wii remote and a Wii motion plus console?

No just Wii motion plus controller with normal wii should work There is no motion plus console


How do you get to the compiler settings or options in MSVS 2010 C plus plus?

For your project: Project -> "Name of your project" Properties... Global settings are in: Tools -> Options...


How do you make c plus plus run outside command prompt?

You don't run C++, you run programs. C++ is just a language. The programs you create with C++ must be compiled and linked in order to run. All programs can be run from the command line, however not all programs are intended to be run in a console window (console applications). Under Windows, for instance, your project must include various headers specific to the Windows platform (such as windows.h), in order to create Windows applications. Your IDE will generally have options that allow you to change project-specific options, however it is usually easier to start a new project from scratch and choose the type of application you want to create (console or windowed). The IDE will often provide additional options dependent upon the type of application you choose, essentially providing you with a skeleton program that you can modify to suit your project's specific needs.


What is a makefile project in c plus plus?

You use a makefile project when you have a project that you normally build from the command line. Your IDE will not recognise this project so you must create a makefile project for it. In Visual C++, for instance, you can use the Makefile Project Wizard to create a Makefile Project.


What are the minor project topics in c plus plus?

hotel managment


Banking system in c plus plus?

kindly help me in this project


How do you save image in c plus plus?

i will give the answer one day waiting for me...


Project report plus inventory control plus finance plus MBA?

ya surely


You want c plus plus project for medical shop management?

No, thanks.


Do you need the Wii you console to play on the Wii you controller?

Yes that is why the Wii U is a new system and not a console add on like Wii motion plus or the balance board. The Wii U is a console and the controller is not a hand held and cannot be taken to far from the console.


From where you can download c plus plus project CBSE syllabus?

hi, for class xii cbse syllabus project are free available on site. www.cppforschool.com


What is used to output data in c plus plus?

You use output devices or streams, typically console screens, printers and files.