Question:

Can u plz suggest me mini projects using c and c++ ?

by  |  earlier

0 LIKES UnLike

im doing my 2nd year in engineering and would like to do some mini projects using c and c++.

 Tags:

   Report

5 ANSWERS


  1. im doing my 2nd year in diploma in information technology and i really have some suggstion on mini project on c++ and i want to do it


  2. You can check project assignment help website like http://ijug.net/ .

  3. If you are looking for practice in creating efficient programs and algorithms, check out Project Euler. http://projecteuler.net/  This site has a lot of problems (logic and math based) that range in difficulty from relatively simple to quite difficult and can be solved by creating different computer programs for the task. In general, after you write it, the program should be able to run for one minute or less before solving the problem. You can see the problems without logging in. However, you must create an account (for free) if you wish to submit your answers to the problems to check if they are correct.

    These are not realistic project with users and 'real world' uses. However, some of them will help you get experience in creating efficient algorithms.

  4. Write some basic algorithms that you can use later for other projects, and test projects to test the libraries that you build.

    Sample mini projects:

    1) Binary Search Tree Algorithm

    2) Quick Sort Algorithm

    3) Man, Cabbage, Goat, Wolf (well, we had to do this for a school project)

    4) Debugging facilities (i.e. ability to create debug files dynamically for a project so that you can debug a program while it is running in release mode).

    Then advance yourself to other ideas, like:

    1) Changing the color of the text in a text box, or the background color of the text box itself.

    2) Filter the text allowed in a text box. Something like only accept a phone number in the format of nnn-nnn-nnnn.

    3) Build a "filter" library that can be used to specify the filtering abilities of any overridden control.

    Visit CodeProject.com for other things that have been done for ideas

  5. if you send me a message i can send you my c++ coursework questions from last semester.. It basically has about 40 question (small projects) working up from really easy (hello world) to more complicated.. really good but i'm at work and don't have them

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.