stopthewarm 0 Report post Posted December 6, 2009 Hello,I have been given a c++ project in school and i have certainly no idea what to make it on. The topic is future of my country, that is in 2020. But if nothing comes in my mind, i am willing to do it on just anything! anything! I just need the idea and maybe some assistance in the future.I will brief you with all the concepts i have learned till now.1. Nested Looping2. Arrays3. Pattern Prints4. 2d arrays5. String conceptThis is all i know! If the idea involves some new but easy concept i can learn that and implement it. So guys, please help i look forward to it. Share this post Link to post Share on other sites
k_nitin_r 8 Report post Posted December 6, 2009 Hi!If you are willing to do some graphics programming, you could create a futuristic view of the country in 2020. It ought to be lots of fun - computer graphics always is!As a plan B, you could create a couple of PHP extension modules for things like maintaining a cache between requests or having a scheduler run independent of the operating system. Learning a couple of additional concepts would probably help you score a couple of extra points on the project. Share this post Link to post Share on other sites
nooc9 0 Report post Posted December 8, 2009 Personally I don't see any significant changes happening in that timespan. Maybe we will be hit by a space rock. Who knows.And speaking of rocks in space, you could use opengl to simulate a space rock hitting your country 2020.. You would need a sphere, a rock model and the textures (earth, rock, stars background).There is no fancy programming involved. I suppose you would have to know what a vector and matrix is and how to use them, and also be able to export a 3d model to some raw format that could easily be passed to opengl. There are plenty of good opengl "hello world" tutorials out there. Share this post Link to post Share on other sites
BCD 1 Report post Posted December 8, 2009 2020? I would be better off writing a big essay about 2020 in C++. Really, thats a weird topic you have been given. I really can't get any ideas on what you can develop on a topic like 2020 for programming in C++. Well, if you could change your topic, or better if you were given your own choice, then there are lots of ideas you can work on. With the concepts presently in your hand you can create a sort of mini quiz with point system to award after each successful attempt. I did this one in my school. After being taught the ifs and for loops, we were told to a mini project. But seriously thats not a strong project to choose, especially if you have been told to develop creative ideas or usage of your current knowledge. Patten printing? May be you can code to construct a Christmas tree, probably a unique one each time. Confine the string length in each line and position, like narrower at the trunk. That just reminds me of a C program which even played musical beep tones (sort of Christmas songs) using \a (bell). Some crazy ideas like, taking the ages of a family and guessing who relates to who in which way. Thats just fun, especially at the results. Share this post Link to post Share on other sites