English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hmmm.. I need an idea for my upcoming C++ Project. The theme is "animation". We must include the delay() function in the program.

My best bet will be making "falling text" like the ones in the Matrix. Wow! But I'm not sure this animation will perform well. I need to use the String() class and making positioning accurately while maintaining the algorithms to run efficiently.

Another bet is to make.. to make.. I dunno.. Hahahahahaha.. I have been pretty stressful lately because of the upcoming monthly test.

2006-11-06 14:48:54 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

well any of the simple screen savers that you see with windows should be do-able
- scrolling text
- bouncing balls
- rebounding light rays
- multicoloured squares increasing in sizes etc

2006-11-06 16:16:05 · answer #1 · answered by Neil 5 · 0 0

Is this supposed to be something basic? You could just draw like a filled in circle and have it bounce around the screen?

2006-11-06 15:05:14 · answer #2 · answered by Lloyd 5 · 0 0

you've 2 choises! first is to apply C-type strings utilising char* & the 2d is to contain class string and get use of it! once you've seen studio, it may help you you to apply class string purposes! good luck! be conscious that once you outline a variable of want char (i.e. char call; ) your variable will help in basic terms one personality, not a string!

2016-11-28 20:57:04 · answer #3 · answered by barnas 4 · 0 0

fedest.com, questions and answers