473,396 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Need suggestion for C++ project

Hi. I'm sorry for this somewhat off-topic message, but since this is the
best place to find clever C++ programmers with a lot of wisdom.

What I need is suggestions for a C++ project that takes about a week or two
to complete, and where you really see the advantage with OO (inheritance,
polymorphism etc.).
Most ideas I have are easily done by creating a rather large struct that
takes care of everything.

Any idea might be a good one.

Thanks,
Gunnar.

Jul 23 '05 #1
8 1606
> Hi. I'm sorry for this somewhat off-topic message, but since this is the
best place to find clever C++ programmers with a lot of wisdom.

What I need is suggestions for a C++ project that takes about a week or two to complete, and where you really see the advantage with OO (inheritance,
polymorphism etc.).
Most ideas I have are easily done by creating a rather large struct that
takes care of everything.
If so, you can start by refactoring your existing projects.

Any idea might be a good one.

Thanks,
Gunnar.

Jul 23 '05 #2


Gunnar G wrote:
Hi. I'm sorry for this somewhat off-topic message, but since this is the
best place to find clever C++ programmers with a lot of wisdom.

What I need is suggestions for a C++ project that takes about a week or two
to complete, and where you really see the advantage with OO (inheritance,
polymorphism etc.).
Most ideas I have are easily done by creating a rather large struct that
takes care of everything.

Any idea might be a good one.

Thanks,
Gunnar.


Hi,
Nomber of weeks or days dont relate to the time you shall give to
project, depends on how many hours you code everyday.

By your description, its very difficult to tell you a decent topic.
also you havent specified any taste like GUI, Networking, Database etc.

However here are few good topics
1> Webgrabber -> Grabs links and images from any URL you specify.,as
console application

2> Collabration -> Makes any application network pro. Like you specify
application path and any number of people can use it on network working
on same sheet or file.

3> 2D-3d -> Converts any 2d layout into 3D, GUI

4> CrossOS -> Enables to access file in an explorer like format from
any OS to any OS.[tough one]

5> Yahoo ! child -> Works in background when Yahoo ! Messenger is
running and shows runtime information about how many IP's are
connected, trying to connect and what files/data is beign tranferred.

[Note: all are my personal suggestions, and dont nvolve any copyright
issues]

Hope you starrt working on them soon...
Need more suggestions, drop me an email.

Bye
Dwaach

Jul 23 '05 #3
> By your description, its very difficult to tell you a decent topic.
also you havent specified any taste like GUI, Networking, Database etc.

Sorry, it should be with a console interface, text-only. networking might be
possible to use.
Jul 23 '05 #4
then try building windows versions of Unix programs, like awk, grep
etc.

Here you shall get two benefits,
1> Learn and practice UNIX flavors of highly acclaimed console
applications.
2> Portability and dveelopment issues on Windows OS.

Wat do you say ?

Try out some docs of well known UNIX commands...

Dwaach

Jul 23 '05 #5
write a simple editor

Jul 23 '05 #6
Gunnar G wrote:

Hi. I'm sorry for this somewhat off-topic message, but since this is the
best place to find clever C++ programmers with a lot of wisdom.

What I need is suggestions for a C++ project that takes about a week or two
to complete, and where you really see the advantage with OO (inheritance,
polymorphism etc.).
Most ideas I have are easily done by creating a rather large struct that
takes care of everything.

Any idea might be a good one.


The problem is, that with such small projects you usually don't see
any benefit in using OO. Quite the contrary: it often looks like a lot
of overhead.
The beauty of OO kicks in, when projects get larger.

But anyway: Somthing that can't be done with the very same beauty in a non
OO language is everything that involves virtual functions. While it is true
that the mechanism of virtual functions can easily be rebuild with function
pointers, the way C++ handles them is much easier to understand.

--
Karl Heinz Buchegger
kb******@gascad.at
Jul 23 '05 #7

"Gunnar G" <de****@comhem.se> wrote in message
news:b%*********************@newsc.telia.net...
Hi. I'm sorry for this somewhat off-topic message, but since this is the
best place to find clever C++ programmers with a lot of wisdom.

What I need is suggestions for a C++ project that takes about a week or two to complete, and where you really see the advantage with OO (inheritance,
polymorphism etc.).
Most ideas I have are easily done by creating a rather large struct that
takes care of everything.

Any idea might be a good one.

Thanks,
Gunnar.


Well, you can also write yourself a backup utility, which covers a range of
different contents (file, email, contact book, settings, etc.) Great for
demonstrating OO.

ben
Jul 23 '05 #8
Gunnar G wrote:
Hi. I'm sorry for this somewhat off-topic message, but since this is
the best place to find clever C++ programmers with a lot of wisdom.

What I need is suggestions for a C++ project that takes about a week
or two to complete, and where you really see the advantage with OO
(inheritance, polymorphism etc.).
Most ideas I have are easily done by creating a rather large struct
that takes care of everything.

I usually suggest text adventure games, ala Zork. As manipulating
objects is essentially what they do, the OO approach is a natural. With
only a few weeks to devote (not sure how many hours you plan) the game
would be small and simple, but expandable later (good student project
reuse candidate!).

Brian
Jul 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Grey Hangman | last post by:
Hi. I'm a veteran mainfamer, MQ'er, etc, with a little Java that I've picked up here & there over the last few years. I'm planning on taking the Sun Certified Business Component Developer exam...
11
by: Mark | last post by:
Hi, For the last 2 years I've been developing vehicle tracking/telemetric software for a company as a self employed individual. The project is quiet big, and is going to be there flagship...
28
by: Jed | last post by:
Hello to all! I have a couple of projects I intend starting on, and was wondering if someone here could make a suggestion for a good compiler and development environment. My goals are as...
48
by: Chad Z. Hower aka Kudzu | last post by:
A few of you may recognize me from the recent posts I have made about Indy <http://www.indyproject.org/indy.html> Those of you coming to .net from the Delphi world know truly how unique and...
13
by: vincent | last post by:
I made the suggestion "Need built in obfuscation support in C# compiler" to Microsoft. Anyone here agree with me? If yes, please cast your vote on this suggestion to raise its priority.
3
by: chris | last post by:
Hallo, I am in need of a replacement for the Microsoft Visual Studio .NET. The reason is quiet simple. I develop forms which are used on different microsoft windows platform, and one...
4
by: Samuel L Matzen | last post by:
I have an ENUM I need to use in multiple projects in a solution. In the old days I would setup a header file containing the ENUM and reference it in each project. What is the best way to do...
10
by: Frank | last post by:
I've done this a few times. In a solution I have a project, Say P1, and need another project that will contain much code that is similar to that of P1. I hope no one gets hung up on why I...
1
by: AvadhutPhisake | last post by:
Hi All, I am having problem after migration project from vc6 to vc8. Vc6 code works perfectly. besically project is Automation Exe and i am invoking the Exe from the script. when i invoke the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.