Jump to content
xisto Community
stopthewarm

Give Me Some Project Ideas Please

Recommended Posts

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

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

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.. :P 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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.