Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Need ideas for a project?
So this is my last year of highschool.
Our I.T. teacher said that starting second semester, we can participate in an individual project to receive a diploma wich, supposedly, will ease our search for a job later on.
To this point we have studied Microsoft visual C++ 2010, CodeBlocks,MinGW and Borland C++ for DOS, but our teacher said it is ok to use any language we want.
Feel free to suggest something farfetched; i have a whole school year to complete this project and i'm ready to learn any language.
Overall, i'm looking for a challenging project that can be completed by one person (not a team).
1 Answer
- ?Lv 57 years ago
Ok Microsoft visual C++ 2010, CodeBlocks,MinGW and Borland C++ are same language
Microsoft visual C++ 2010 is IDE + Compiler
CodeBlocks is an IDE and you have downloaded MinGw Compiler with it
Borland C++ is also an IDE with an Compiler you installed.
Do you know whats OOP means?
or you just studied basics?
Make a bank project(you need to know OOP).
Its not that difficult if you know about classes and static functions and variables.