User Profile
Collapse
-
Images in C++
I have an image i want to make appear in my program. How do i do it? I would prefer it to be relatively simple as i am pretty new to C++. -
Making text slowly be written
I want to know how to make the text slowly be written accross the screen when i activate my program. I don't want it to just appear all at once. Any help? -
But please try to stay on the topic. -
Well, I am a beginner and i just learned about looping. I'm going more into loops right now.Leave a comment:
-
-
-
Deleting previous text in C++
hi i have a switch loop and i was wondering how i could delete the previous text when it loops
this is my code
[code=c]
loop: int Answer;
std::cout << "Enter a number of your choice. 11 or 12 ";
std::cin >> Answer;
switch (Answer)
{
default:
goto loop;
...
No activity results to display
Show More
Leave a comment: