Any ideas for a small c++ code I could make?

  • Context: C/C++ 
  • Thread starter Thread starter rollcast
  • Start date Start date
  • Tags Tags
    C++ Code Ideas
Click For Summary

Discussion Overview

The discussion revolves around ideas for small C++ programming projects that go beyond basic calculations. Participants share their interests and propose various project concepts, focusing on practical applications of C++ programming skills.

Discussion Character

  • Exploratory
  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant expresses a desire to create a functional program rather than simple calculations, seeking project ideas from others.
  • Another participant suggests that sharing personal interests could lead to more relevant project ideas, citing their own experience with a music database conversion program.
  • A participant proposes developing a program to index data with five input fields and the ability to search by a specific field.
  • In response, another participant acknowledges the ambition of creating a small database application that allows for searching entries by field.
  • A different participant mentions working on a Celsius to Fahrenheit converter that will calculate temperature conversions over a specified range.

Areas of Agreement / Disagreement

Participants generally agree on the value of creating practical programming projects, but multiple competing ideas and approaches are presented without consensus on a single project direction.

Contextual Notes

Some participants express varying levels of ambition and complexity in their project ideas, indicating different assumptions about their programming skills and goals.

Who May Find This Useful

Individuals interested in beginner C++ programming projects, educators looking for exercise ideas, and those seeking to apply programming skills in practical scenarios.

rollcast
Messages
403
Reaction score
0
I thing I've got the hang of the basics of c++ and want to try and make some thing that actually has a function other than just making code to calculate something that I could already have done using a calculator.

Anyone got any ideas and then when I make I code post my code and see if any could show me some improvements I could make to it?

Thanks
AL
 
Technology news on Phys.org
Most C++ textbooks have some non-trivial programming exercises. (At least my students thought they were non-trivial. :smile:)

For more specific suggestions, it might help if you tell us what sort of things you're interested in. You're more likely to apply yourself to something related to your own interests. I once spent a lot of time writing a C++ program to convert a database of my classical-music CD collection from a proprietary format to one that could be imported by MySQL.
 
I would really like to make a program that I can use to index data, but I'd want to say have five fields to input data into and then be able to search the data again but only data that inputed in say field a.
 
That's pretty ambitious. In essence what you want to do is to create an application that creates a small database, and then let's the user search for entries in the database by a particular field.
 
Thanks Mark, Its what I've really started learning C++ to do, also I also want to learn programing incase I ever need it later on, university etc.

I'm working on a celsius to Fahrenheit converter that will take a range, max and min and then a number of steps for the range and work out the Fahrenheit and celsius for these.
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
3K
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
7
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 22 ·
Replies
22
Views
5K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K