Thread: Just an idea >?<

  1. #1

    Just an idea >?<

    This is off a whim of boredom, and probably would be shot-down very quickly-"this isnt an open source community,blah", but i was thinking, what better group of programmers would be available then the ones that visit cprogramming.com, so heres the idea, we poll on an idea for a program, just something to do when were bored, and everyone works on it together through the bored. just an idea,

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    No offense to anyone is meant by the following statement. But, most of the people to the people here (I am including myself in the here group) cannot compare to some of the people on newsgroups. Of course there are some here that would feel right at home in the newsgroups. To see what I am talking about, visit the newsgroups comp.lang.c++ or comp.lang.c++.moderated.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >No offense to anyone is meant by the following statement.
    No offense taken...especially since I frequent clc, clc++, and the like.

    >we poll on an idea for a program
    Not a bad idea, though you'll have to keep in mind that the majority of Cprogramming members are fairly new to C and C++, so the programs shouldn't be too outrageous.

    -Prelude
    My best code is written with the delete key.

  4. #4
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Plus this idea has come up many times before - it usually peters out pretty quickly...

    Good luck, though!

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Many people here are learners, and tend to jump on such schemes as a learning exercise, but get bored with it once they feel they have learnt enough to run off and write their own OS.

    The pro's don't have the time.

    A real scheme would require a project manager, designs, documents, schedules, etc. etc. The turnover in here is probably too high to get anything like that done/agreed.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    How about a larger program where everone contributes a module? In fact, they could be modules that no nothing about the implementation of the others, and the communication could be simple command line/file IO. It would be a fun way to teach the beginners about intermodule contracts, transactions, error propagation, and explore more advanced techniques. I'm sure we could come up with something interesting? I would even be willing to write a GUI interface module for it, actually. In fact, we could even go as far as using dynamic views common to browsers, ie: the program opens a file with instructions for loading new modules dynamically without recompilation. For instance, you might decide to write an OS memory manager for it. So you write a console processor, and simply add it to the main program's list of supported modules, along with instructions for loading and displaying it, as well as for querying the data from that module. Or hey, we could start with something much simpler, of course. Just depends on what sort of timeframe we could all agree on, and what level of effort everyone is willing to contribute...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  7. #7
    thats a good plan, someone could each make their own module for their level of knowledge and what theyre interested in, that would give them motivation to write it. just need some ideas thrown in, and maybe I and a senior member could manage it. Im very familiar with the open source community, thats all i do as i am young people dont like paying young people, but anyways, if we would the the advantages of using a open source like environment, i have the resources we need.ie.CVS, tasks, bug tracker,patches, support, news etc.
    Last edited by Cgawd; 10-29-2002 at 02:19 PM.

  8. #8
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    One thing i noticed is that in newsgroups, once your question is off-topic it will hardly get any descent answers. But in cprogramming.com, people are ususally more tolerant.

  9. #9
    Kinda like how thats off topic?

    I WILL NoT TOLERATE THIS! hehe j/k

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. project idea ???
    By gemini_shooter in forum C Programming
    Replies: 2
    Last Post: 06-09-2005, 09:56 AM
  2. Have an idea?
    By B0bDole in forum Projects and Job Recruitment
    Replies: 46
    Last Post: 01-13-2005, 03:25 PM
  3. A little problem about an idea, help please
    By louis_mine in forum C++ Programming
    Replies: 3
    Last Post: 09-10-2004, 09:52 PM
  4. totally screwed up idea
    By iain in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 08-17-2001, 12:09 PM