Member • Jul 9, 2008
-
Nidhi varmaI'm Nidhi Verma, IT engineering student from Jaipur. I'm looking for an innovative and creative mini project in C programming language. Can someone tell me a project that is easy to implement so that I can work on it on my own?
-
Administrator • Jul 9, 2008
Difficult to answer. On a scale of 1 - 10 , what would be your rating to your C programming skills?
That said, I can still suggest a generic way of finding project ideas in any programming language of your choice. C programming language has been around for several decades now and a TON of programs have been written in it. Yet, this programming language remains a popular choice for mini projects. What makes C a preferred choice by engineering students is that it's very easy to learn and master (you just have to be interested in it).
The best way to get an idea is to find out simple problems and then trying to automate them. Let me present a few projects you can try out on your own -
1. A program to calculate the area of any 2D geometrical figure when proper inputs are provided.
2. Tic-Tac-Toe program in C. If you have knowledge of graphics in C, you might want to try this out. This is a really challenging program but you may try to attempt it.
3. A simple project in C that generates random shapes to resemble English characters and then asks users to identify them. You may base a login system around this concept.
4. Solve any mathematical problems using C-programming language [ series, progressions etc. ]
5. A simple C programming language code to find the next number in the series of numbers.
6. A simple 'strong password generator' using C. You may use a combination of alpha-numeric characters along with special characters and numbers.
7. A simple C program to perform operation on mathematical matrices. This is a challenging mini-project in C if you are new to the language.
8. A little more advance system would be to develop an inventory management system for your local shopkeeper (Kirana store owner).
I'll be able to suggest more mini project ideas if you tell us what you're looking for a bit in more detail.Are you sure? This action cannot be undone. -
Member • Jul 13, 2008
I would rate 6 to my C programmin skills on a scale of 1-10.
Truly speaking the programing part does not excite me as i am just a beginner and not soo perfect in programming.
Inspite of i being a goin to be Information Technology engineer is it okay if i choose an topic related to electronics for my first mini project ??
AS i would be ultimately working in the software field don't u think it is a waste of time and energy working on a topic related to elctronics...
suggest something nice.
Do reply soonAre you sure? This action cannot be undone. -
Administrator • Jul 13, 2008
From your post, I guess you're more interested in electronics than writing computer programs. If its allowed in your college, I'd recommend you choose an electronics project & have fun working on that. Its too early to worry about your post-engineering work.Nidhi varmaI would rate 6 to my C programmin skills on a scale of 1-10.
Truly speaking the programing part does not excite me as i am just a beginner and not soo perfect in programming.
Inspite of i being a goin to be Information Technology engineer is it okay if i choose an topic related to electronics for my first mini project ??
AS i would be ultimately working in the software field don't u think it is a waste of time and energy working on a topic related to elctronics...
suggest something nice.
Do reply soon
Regarding the topic - are there any on your mind currently? Try searching the forums for electronics project ideas.Are you sure? This action cannot be undone. -
Member • Jul 13, 2008
Try doing a project that involves a microcontroller. Nowadays, you have lots of devices that require the skills of an IT engineer to program "smart" appliances.. such as smart microwaves, smart dishwashers, etc.
This way, you can still use your interests in electronics, while applying your programming skills 😉Are you sure? This action cannot be undone. -
Member • Jul 14, 2008
I have shortlisted a few projects related to elctronics .
1.Fridge door alarm
2.Touch switch
3.Sine wave generator
4.Speech amplifier box
5.Pulse width modulation
6.Salt taster
.
Kindly suggest if any of the above mentioned topics is suitable to do a mini project.
Apart from these can some one suggest me a new yet simple topic, as the above mentioned topics are slightly outdated and most commonly used..
Reply Quick.Are you sure? This action cannot be undone. -
Member • Aug 25, 2009
I suggest a C language project on 'salt taster'. I found more project ideas below -
Projects in C++
- Student database system
- Hang Man
- Auto-puzzle solver
- School fee enquiry Management System
- SuperMarket Billing System
- Video CAPTCHA generator
- Flash CAPTCHA generator
- 3D Bounce in OpenGL
- Bus Reservation System
- Train ticket reservation system with mobile access
- Puzzel Game in wxWidget
- Tetris Game Player - Artificial Intelligence
- Data Exchange between Notepad and Excel (Visual C++)
- Employee's Management System
Projects in c
- Libray management
- Program to generat a calendar
- Snake Game
- Finding Factorial Of Any number
- Quiz E-Game
- Sudoku Game Generation
- Virtual Piano
- Virtual Guitar Using C language graphics library
- Program for Captcha Generation
- Department store system
- Tic-tac-toe game
- Personal Dairy Management System
- Telecom Billing Management System
- Bank Management System
- Contacts Management
- Medical Store Management System
Are you sure? This action cannot be undone. -
Member • Nov 28, 2009
Please find my list of projects that can be done using C programming language -
- Chess game encoding in C
- Metro Reservation System Program in C for mini project
- Mini Project in C Hotel Reservation and management System
- Mini Project in C language for DOS Key Logger
- College or School Library Management System (Mini Project in C)
- Bricks Game mini project.
- Car - Dual : A Car racing game
- Windows Folder Protection Software in C
- Employee & Employer Database Project Using C
- Retrieving the trains schedule from the pre built database
- A hostel management system using c
- TCP/IP programming
- program to check whether a given number is leap year or not
- Program to check whether a given number is even or odd
- Program to convert given string from upper case to lower case and vice versa
- A program to find the memory size of all the data types
- Program to find the determinant of a matrix
- Generating multiplication table using C
- Computing the exponential series
- Socket programming
- A folder password protection program using C
- A program to reverse a given number
- program to check whether a given number is leap year or not
- Program to check whether a given number is even or odd
- Program to convert given string from upper case to lower case and vice versa
- A program to find the memory size of all the data types
- Program to find the determinant of a matrix
- Temperature conversion program from F to C or from C to F
- Program to add two matrix
- Using pointers to add numbers
- A mini dictionary implementation in C
- A random password generator with added special characters
- Program to interchange two numbers without using a temp variable
- Designing a drop down menu with graphical interface using C
- Program to generate prime numbers between 1 and the given number
- CPU scheduling program using C
- An Converter program to convert from infix to postfix
- An information retrieval program for a car showroom
- Program to generate different patterns/shapes
- Program to concatenate two files
- Program to show the difference between given two files
- Program to display the difference between given two dates
- A multithreading program using C
- Program to generate a billing system
- Using C code to change the background of the console window
- A spell checker program
- Random question generator
- Program to generate bar/pie chart
- File split up program
- Program to send a UDP request for a specific IP and MAC address
- Program to identify and delete the vowels alone from a given string or an input file
- A music application development
- Program to generate the sum of aTaylor’s series
- Implementation of bucket sort
- Program for deleting elements from an arrays
- Generating a Pascal triangle
- Program to generate permutation and combinations
- A hello world program
- Generating an Armstrong number
- Multiplying two numbers by rotational method
- Program to convert from decimal to roman number
- Program to generate facial expressions like smiley face, sad face and angry face.
- Program to generate a log file for the given application
- program to hide a mouse pointer
- Program for graphical display of solar system
- Program to find the sum of diagonal of a matrix
- An online exam interface using c
- Creating a custom message box using C
- Writing a C complier program for a DSP processor
- program to reflect the characters as it is typed by the user
- A simple blink program
- Program on L2 protocol with encryption implementation
- Program to perform round robin scheduling for the processes
- Program to count all the digits in a given number
- Program to compute the transpose of a matrix
- Program to generate all possible set of substring from a given string
- Binary search implementation program
- Program to remove duplicates from a given input array
- C program to merge two files
- Traffic light simulation program
- Program to list the files in a directory
- Program to show the simple rules of integer addition and integer multiplications
- Program to automatically shut down the computer at a given time
- Program to remove the duplicates from a given text file
- Program to automatically delete the contents of recycle bin
- Program to generate a log file for the given application
- program to hide a mouse pointer
- Program for graphical display of solar system
- Program to find the sum of diagonal of a matrix
- An online exam interface using c
- Creating a custom message box using C
- Writing a C complier program for a DSP processor
- Implementing the MAC Layer
- Program to send a UDP request for a specific IP and MAC address
- Program to identify and delete the vowels alone from a given string or an input file
- A music application development
- Program to generate the sum of aTaylor’s series
- Implementation of bucket sort
- Program for deleting elements from an arrays
- Generating a Pascal triangle
- Program to generate permutation and combinations
- A hello world program
- Generating an Armstrong number
- Multiplying two numbers by rotational method
- Program to convert from decimal to roman number
- Program to generate facial expressions like smiley face, sad face and angry face.
- Program to explain the concept of passing by reference.
- A unit converter program
- A simple editor using C
- Program to convert an IP address into its base 10 form
Are you sure? This action cannot be undone. -
Member • Nov 28, 2009
@prince you forgot to introduce yourselfAre you sure? This action cannot be undone. -
Member • Feb 12, 2010
you can create tic tac toe game program in C which is a mini program and is interesting also. If you want its source code or for any other help, mail your quote at my email address <removed>Are you sure? This action cannot be undone. -
Administrator • Feb 12, 2010
Instead of posting your email ID on public forum and attracting spammers, why don't you post the code in a separate thread in CS/IT Engineering sections?himanshu sikkayou can create tic tac toe game program in C which is a mini program and is interesting also. If you want its source code or for any other help, mail your quote at my email address <removed>
Also, we encourage you to refrain from encouraging spoon feeding to engineering students.Are you sure? This action cannot be undone. -
Member • Feb 12, 2010
hospital management or backup utility there r d topics of c language more information contact atAre you sure? This action cannot be undone. -
Member • Jun 15, 2010
hospital management or school administration system is best topicAre you sure? This action cannot be undone. -
Member • Feb 25, 2011
hi suggest me some nice topic for c progrmming mini projAre you sure? This action cannot be undone. -
Member • Feb 26, 2011
are you the same old TS
it seems you have listed some projects by yourself
like the TIC TAC TOEAre you sure? This action cannot be undone. -
Member • Feb 27, 2011
Tic Tac Toe reminds of the game Sudoku. You can give it a try.Are you sure? This action cannot be undone. -
Member • Mar 4, 2011
thanks dudeAre you sure? This action cannot be undone. -
Member • Mar 4, 2011
Hi Dude,
Employee Leave and management systemDescription: HIghly interactive and Graphics based system To store the employee information in files and perform various operations as user selects.
This Project has been developed as a project for the 12th class.
In this the user has to make a user id first by using the password application.
After making user id they can access the database by the username and password..
1. Detail of the Product
1. How many product is there.
2. Rate of the Product.
3. Qty. Sold and left.
It also provide further Function Like:
1. View Product in different Modes (One by one View and Tabular View (all product at once).
2. Search product by its ID and Name.
3. Inform you in which product there is no item.
4. Information of the Size use by the Company and the Product.
5. Updating of the Product.
6. Reset Product and Company Info.
2. Installation
Unzip the 7 files to any directory and run Kbap.exe
Data.dat
Data2.dat
Egavga.bgi
Kbap.exe
Pallette.col
ReadMe.txt (this file)
Softrock.fnt
Make sure that all the files are in the same directory.
3. Troubleshooting
Make sure that all the files are in the same directory.
Also make sure that the file "Data2.dat" is writable. Remove 'Read-Only' attribute if there. Problem will also occur if you have all the files on a 'write-protected' disc.
Thank You!
#-Link-Snipped-#Are you sure? This action cannot be undone. -
Member • Mar 4, 2011
Small Puzzle!
Check out the code here:
#-Link-Snipped-#Are you sure? This action cannot be undone. -
Member • Mar 10, 2011
hi!!
iam sushmitha, persuing my btech 3rd year now..
iam interested to do mini project based on c language..
please can anyone suggest me a topic for this..
i'll be thankful to you...Are you sure? This action cannot be undone. -
Member • Mar 21, 2011
i need a mini project on restaurant billing till thursday... plz cn u help...Are you sure? This action cannot be undone. -
Member • Apr 25, 2011
hello , can anyone give me idea of project in c language
i have IT branch , i very interested for making project.Are you sure? This action cannot be undone. -
Member • Nov 18, 2012
please suggest me topics for mini projects in data structures with C
(except the topics which relates to management)
I am in 3rd sem(computer science).Are you sure? This action cannot be undone. -
Member • Nov 18, 2012
Why not trying to implement Electricity Bill data base
VIJAYSYplease suggest me topics for mini projects in data structures with C
(except the topics which relates to management)
I am in 3rd sem(computer science).Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
sir,
some innovative ideas..to solve real world problems.Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
What is crossing your mind now thenVIJAYSYsir,
some innovative ideas..to solve real world problems.Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
If i did not got any thing then, i will go for dictionary or calendar..jeffrey samuelWhat is crossing your mind now thenAre you sure? This action cannot be undone. -
Member • Nov 19, 2012
Sudoku solver is a good choice to do project in that is good option
Dictionary implementation is good but don't you think it is too large If you can do it I am not hindering you from doing itAre you sure? This action cannot be undone. -
Member • Nov 19, 2012
Dictionary is a good idea .It wont be too large.I mean if you download the data of dictionary in plain text form,then all you have to do is write code for reading data,allowing searching and displaying.jeffrey samuelSudoku solver is a good choice to do project in that is good option
Dictionary implementation is good but don't you think it is too large If you can do it I am not hindering you from doing itAre you sure? This action cannot be undone. -
Member • Nov 19, 2012
Bro don't you think intermediate indexes are to be inserted so that there is lesser time in accessing the answers right
grsalviDictionary is a good idea .It wont be too large.I mean if you download the data of dictionary in plain text form,then all you have to do is write code for reading data,allowing searching and displaying.Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
Oh indexing.Yes ,reading data can be problem.Actually i did such projects but data i would read was not as much big as a Dictionary would have. Do you think ,splitting main file of data into small ones can help ?
Or any other alternative ?Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
I am sure it will . In the case of dictionary A,E and S can have separate files while other letters can be grouped into 3 or 4 based on number of words This will ease and reduce the access timegrsalviOh indexing.Yes ,reading data can be problem.Actually i did such projects but data i would read was not as much big as a Dictionary would have. Do you think ,splinting main file of data into small ones can help ?
Or any other alternative ?Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
Lets see what the Cean doing this project practically finds.jeffrey samuelI am sure it will . In the case of dictionary A,E and S can have separate files while other letters can be grouped into 3 or 4 based on number of words This will ease and reduce the access time
We will come to know if the alternative woks on or not.Are you sure? This action cannot be undone. -
Member • Nov 19, 2012
Yeah he being inactive in his idea is some times really annoying But hope he has better ideas of implementing them 😀Are you sure? This action cannot be undone. -
Member • Nov 20, 2012
how to sort the words in files,
is it possible with quick sort?
i am doing in C with structures and files.Are you sure? This action cannot be undone. -
Member • Nov 20, 2012
First do a trial test...use plain text to store words and their meanings separated by tab (using concept of .tsv files)...each word and its meaning written in one line of text.So each line has different word.
So when reading file, a tab represents that the next word is meaning of word which came before tab.Whereas a new line represents a new word.
Rest you know what has to be done.Are you sure? This action cannot be undone. -
Member • Nov 20, 2012
i don't know about .tsv file concept..grsalviFirst do a trial test...use plain text to store words and their meanings separated by tab (using concept of .tsv files)...each word and its meaning written in one line of text.So each line has different word.
So when reading file, a tab represents that the next word is meaning of word which came before tab.Whereas a new line represents a new word.
Rest you know what has to be done.Are you sure? This action cannot be undone. -
Member • Nov 20, 2012
Just like .csv file, a .tsv is tab separated file ,which uses tab separated different values.VIJAYSYi don't know about .tsv file concept..
For more information check on web.For you case , see the example below:
Example: (Content of Dictionary File)
Apple \t A fruit with red color.
\n
amuse \t make (someone) smile or laugh.
.
.
.
And so onAre you sure? This action cannot be undone. -
Member • Nov 25, 2012
Can any one help me to get dictionary in .txt ,pdf or .doc format.
2-3 times i googled but i did't got complete one-one.Are you sure? This action cannot be undone. -
Member • Nov 25, 2012
Check Out these links.
1)
<a href="https://www.gutenberg.org/ebooks/673" target="_blank" rel="nofollow noopener noreferrer">The Gutenberg Webster's Unabridged Dictionary by Project Gutenberg - Free Ebook</a>
#-Link-Snipped-#
#-Link-Snipped-#
And it seems file is too large. So i suggest do one additional program which shall split the file appropriately , into many small files and write into these files with the format which is required by your main program (i.e. DICTIONARY ).Are you sure? This action cannot be undone. -
Member • Nov 26, 2012
Go with what #-Link-Snipped-# says otherwise the programs response time will be very not pleasingAre you sure? This action cannot be undone. -
Member • Nov 26, 2012
Hello... You can make a project for voting machine in C language. I think it's good for C language. But the coding of this project is very long. If you can do it, then its good.
All the bestAre you sure? This action cannot be undone. -
Member • Nov 27, 2012
already i have submitted synopsis on dictionary, but i will continue it as a hobby project...Chinu1Hello... You can make a project for voting machine in C language. I think it's good for C language. But the coding of this project is very long. If you can do it, then its good.
All the bestAre you sure? This action cannot be undone. -
Member • Aug 11, 2014
Hi..I'm a student of BE instrumentation and control.. can I get information on mini projects in C language industrial based projectsAre you sure? This action cannot be undone. -
Member • Sep 19, 2015
Sir,I am vital.I am studying computer science engineering in belgaum.
project is data exchange between notepad and excel so how we will do sir?Are you sure? This action cannot be undone. -
Administrator • Dec 17, 2015
What you need to do is set up a Dynamic Data Exchange (DDE) communication server. The setup will be such that if you edit any data in Notepad, the corresponding data in the Excel sheet will be updated. However, DDE is an old method.vittal sindhurSir,I am vital.I am studying computer science engineering in belgaum.
project is data exchange between notepad and excel so how we will do sir?
Excel version 5.0 or later comes with rich object models that can be used for automation.
I don't really understand the meaning of 'industrial based projects' and I see students asking for it all the time. May be they are talking about a software developed in C/C++ that is or relevance in industrial use. So, may be something like inventory management system?Vinayak ChabbiHi..I'm a student of BE instrumentation and control.. can I get information on mini projects in C language industrial based projectsAre you sure? This action cannot be undone. -
Member • Jul 8, 2016
I need a mini project in c,that should be little bit of innovative.Are you sure? This action cannot be undone. -
Administrator • Jul 9, 2016
Perhaps you could tell us a few projects that you've considered on your own. As someone stated above, a voting machine software can be developed with C. Go for it.SabarishrajI need a mini project in c,that should be little bit of innovative.Are you sure? This action cannot be undone. -
Member • Jul 9, 2016
Thank you ji ,,,,but I have a project ,,,if u mention any one website is helpful to me.
Mentioned website for voting machine project in c ,please .Kaustubh KatdarePerhaps you could tell us a few projects that you've considered on your own. As someone stated above, a voting machine software can be developed with C. Go for it.Are you sure? This action cannot be undone. -
Administrator • Jul 9, 2016
#-Link-Snipped-# - Are you looking for ready made code for your project? If yes, CrazyEngineers may not be the right website. We'll help you learn; but not offer ready-made code. You'll have to look elsewhere for ready made project code.
All the best!Are you sure? This action cannot be undone. -
Member • Jul 9, 2016
OK ji thank youAre you sure? This action cannot be undone. -
Member • Jul 12, 2016
Iam studying b.tech IT i think this is right time to start the preparation of gate exam..give an idea about..how will I prepare ,,,that is which website is good to study for gate exam ,and iam also need study materials..guide me sir...Are you sure? This action cannot be undone. -
Member • Jul 13, 2016
i am vinni of 2nd b.tech .i want to do mini project.not able to select a topic that would attract the people .would u help me?Are you sure? This action cannot be undone. -
Member • Nov 19, 2016
Hi, I am Swarup, a 2nd year CS engineering student. Basically i am not interested in coding. It bores me and i feel nothing interesting in the console window. I want to do something different with my own idea. I would like to share my idea with you. If you give me your contact info i'll describe it to you.Are you sure? This action cannot be undone. -
Member • Nov 20, 2016
You can create your own thread and describe your idea unless you're selectively sending it. In that case, you can use the CE's Private Message system.SWARUP PANHi, I am Swarup, a 2nd year CS engineering student. Basically i am not interested in coding. It bores me and i feel nothing interesting in the console window. I want to do something different with my own idea. I would like to share my idea with you. If you give me your contact info i'll describe it to you.Are you sure? This action cannot be undone. -
Member • Feb 27, 2017
I am kanikaa , persuing b.tech(computer science) our D.E. give us a project related to some subjects(computer graphics lab , operating system lab , microprocesser lab) what is the innovative topic of mini project in c (which is the hard to understand by others and easy to create , debug & explain?)?Are you sure? This action cannot be undone. -
Member • Feb 27, 2017
I am kanikaa , persuing b.tech(computer science) our D.E. give us a project related to some subjects(computer graphics lab , operating system lab , microprocesser lab) what is the innovative topic of mini project in c (which is the hard to understand by others and easy to create , debug & explain?)?Are you sure? This action cannot be undone. -
Member • Mar 13, 2017
Can you give me the code for dual-car:a racing game?prince_kPlease find my list of projects that can be done using C programming language -
- Chess game encoding in C
- Metro Reservation System Program in C for mini project
- Mini Project in C Hotel Reservation and management System
- Mini Project in C language for DOS Key Logger
- College or School Library Management System (Mini Project in C)
- Bricks Game mini project.
- Car - Dual : A Car racing game
- Windows Folder Protection Software in C
- Employee & Employer Database Project Using C
- Retrieving the trains schedule from the pre built database
- A hostel management system using c
- TCP/IP programming
- program to check whether a given number is leap year or not
- Program to check whether a given number is even or odd
- Program to convert given string from upper case to lower case and vice versa
- A program to find the memory size of all the data types
- Program to find the determinant of a matrix
- Generating multiplication table using C
- Computing the exponential series
- Socket programming
- A folder password protection program using C
- A program to reverse a given number
- program to check whether a given number is leap year or not
- Program to check whether a given number is even or odd
- Program to convert given string from upper case to lower case and vice versa
- A program to find the memory size of all the data types
- Program to find the determinant of a matrix
- Temperature conversion program from F to C or from C to F
- Program to add two matrix
- Using pointers to add numbers
- A mini dictionary implementation in C
- A random password generator with added special characters
- Program to interchange two numbers without using a temp variable
- Designing a drop down menu with graphical interface using C
- Program to generate prime numbers between 1 and the given number
- CPU scheduling program using C
- An Converter program to convert from infix to postfix
- An information retrieval program for a car showroom
- Program to generate different patterns/shapes
- Program to concatenate two files
- Program to show the difference between given two files
- Program to display the difference between given two dates
- A multithreading program using C
- Program to generate a billing system
- Using C code to change the background of the console window
- A spell checker program
- Random question generator
- Program to generate bar/pie chart
- File split up program
- Program to send a UDP request for a specific IP and MAC address
- Program to identify and delete the vowels alone from a given string or an input file
- A music application development
- Program to generate the sum of aTaylor’s series
- Implementation of bucket sort
- Program for deleting elements from an arrays
- Generating a Pascal triangle
- Program to generate permutation and combinations
- A hello world program
- Generating an Armstrong number
- Multiplying two numbers by rotational method
- Program to convert from decimal to roman number
- Program to generate facial expressions like smiley face, sad face and angry face.
- Program to generate a log file for the given application
- program to hide a mouse pointer
- Program for graphical display of solar system
- Program to find the sum of diagonal of a matrix
- An online exam interface using c
- Creating a custom message box using C
- Writing a C complier program for a DSP processor
- program to reflect the characters as it is typed by the user
- A simple blink program
- Program on L2 protocol with encryption implementation
- Program to perform round robin scheduling for the processes
- Program to count all the digits in a given number
- Program to compute the transpose of a matrix
- Program to generate all possible set of substring from a given string
- Binary search implementation program
- Program to remove duplicates from a given input array
- C program to merge two files
- Traffic light simulation program
- Program to list the files in a directory
- Program to show the simple rules of integer addition and integer multiplications
- Program to automatically shut down the computer at a given time
- Program to remove the duplicates from a given text file
- Program to automatically delete the contents of recycle bin
- Program to generate a log file for the given application
- program to hide a mouse pointer
- Program for graphical display of solar system
- Program to find the sum of diagonal of a matrix
- An online exam interface using c
- Creating a custom message box using C
- Writing a C complier program for a DSP processor
- Implementing the MAC Layer
- Program to send a UDP request for a specific IP and MAC address
- Program to identify and delete the vowels alone from a given string or an input file
- A music application development
- Program to generate the sum of aTaylor’s series
- Implementation of bucket sort
- Program for deleting elements from an arrays
- Generating a Pascal triangle
- Program to generate permutation and combinations
- A hello world program
- Generating an Armstrong number
- Multiplying two numbers by rotational method
- Program to convert from decimal to roman number
- Program to generate facial expressions like smiley face, sad face and angry face.
- Program to explain the concept of passing by reference.
- A unit converter program
- A simple editor using C
- Program to convert an IP address into its base 10 form
Are you sure? This action cannot be undone. -
Member • Apr 3, 2017
Hi dude,
There are many projects similar to these projects. Its very hard to use some of the #-Link-Snipped-#Are you sure? This action cannot be undone. -
Member • Apr 12, 2017
Hello i am be student..i need a mini project on c++ wich is easy to implememt and undrstood and also helpful..can anyone give the suggestion before tomorrow??Are you sure? This action cannot be undone. -
Member • Jun 28, 2017
Hii..
Am doing 3 rd year CSE..
Am supposed to do mini project except android application..
I know C, C++,Java..
Kindly suggest me any mini project topic..Are you sure? This action cannot be undone.