Sega Saturn Development > General Jo Engine Help
Help me!
Segasaturnfreak2004:
First post on this form so anyways,
How do I delete the Sonic picture in my code??
mindslight:
Hi,
Can you give us more information about what you do and need ?
Segasaturnfreak2004:
So when I write my own code it is supposed to display hello world, but when I compile the iso, it shows the picture of sonic so how do I remove that picture
mindslight:
You should have something that display this image.
Can you share your code ?
Segasaturnfreak2004:
#include <stdio>
using namespace std;
int main()
{
cout << “Hello, World!”;
return 0;
}
Navigation
[0] Message Index
[#] Next page
Go to full version