answersLogoWhite

0


Best Answer

Did you put the extra

:"(description)

as the top line of code

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why won't my games go from a protected program to Mirage OS on my ti-84 plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you program games with c plus plus?

Yes, you can program games with C++.


Is c plus plus can be used in game programming?

yes! why not! this c program is used in ATM servicesand also in games.


Define protected in c plus plus?

Protected members are like private members, but are also accessible to derived classes.


How to restart c plus plus program?

Exit the program and relaunch it.


Is there an answer book for the A plus program?

The A Plus Program is an initiative, not a test. So no, there is no answer book.


In the US works created after 1977 are protected for the life of the author plus years?

Works are protected for the life of the author plus 70 years in the US.


Why does sometimes when you run a program it will execute the previous program instead the current open program in C plus plus?

Because you aren't careful enough.


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


A program c plus plus on automorphic numbers or not?

how to write a program that counts automorphic number from 1 to 999


Lint is a compiler b a interactive debugger c a cinterpreter d a tool for analysing c plus plus program?

d a tool for analysing c plus plus program


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


Define protected access modifire in c plus plus?

The access privileges in c++ are 1.public 2.private 3.protected and by default its private