Thread: projects

  1. #1
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385

    projects

    Just out of interest, what projects are you all working on at the moment. I know a few people are building operating systems and a couple of you are looking at Ai and cybernetics

    I am currently working on some networking software.
    Last edited by iain; 12-27-2001 at 09:17 PM.
    Monday - what a way to spend a seventh of your life

  2. #2
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    A casino!!!
    Yoshi

  3. #3
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I am working on my RTS engine.

    Also, today I started making a pick-up line generator based off of TheSpark's.
    My Website

    "Circular logic is good because it is."

  4. #4
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    Learning OpenGL and creating a Win32 wrapper class for simple window creation.
    Currently looking for a job. I just graduated, so I guess I'm ready to start some real programming.

  5. #5
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    more tech visions here...
    hasafraggin shizigishin oppashigger...

  6. #6
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    BomberLAN. Not much (damn near nothing actually) done yet.

    http://sourceforge.net/projects/bomberlan/
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  7. #7
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    >BomberLAN.

    lol... sounds like a nice name for a virus...
    hasafraggin shizigishin oppashigger...

  8. #8
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Voxels using VBE 2.0+ (DJGPP), multi-channel sound, DirectX in VB6, and a small 3D engine in DJGPP.

  9. #9
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Planning to build full blown Email Client with POP3 and SMTP. Will be built with MFC......

    Aint done much so far

  10. #10
    Recreate Winamp and learning winsock and DirectX. But all this will have to wait until my exams are over(the end of januari). In fact, I should be studying right now

  11. #11
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    >>Planning to build full blown Email Client with POP3 and SMTP. Will be built with MFC......<<

    Forgetting to mention your quasi-partner, huh?! we never did figure out if we were gonna work on that together or not...


    I'm kinda swamped with projects (Ok, not really...shutup)

    I've got:
    1) My OS
    2) This idea for an AI I've been tinkering with
    3) Thinking of writing an FTP client
    4) Always learning new tricks/languages

  12. #12
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Need any help with that? I think an email client would be fun. Email me if you're interested...

    Currently working on a Restaurant POS system in Windows, a database sytem of my own design, various other little utilities. My personal specialty is text manipulation/validation and information applications. I am always on the lookout for a real programming job these days, too.

    Additionally, if anyone is looking for a professional partnership just let me know, I'm getting tired of just sitting around not making any money at this.
    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;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interested in outsourcing projects in C
    By gba in forum Projects and Job Recruitment
    Replies: 4
    Last Post: 12-04-2009, 03:31 PM
  2. Linking: Without Creating Projects
    By teck in forum Windows Programming
    Replies: 4
    Last Post: 11-23-2007, 03:59 PM
  3. Beginner projects
    By MagSteve in forum C++ Programming
    Replies: 4
    Last Post: 05-05-2004, 02:04 AM
  4. need for some good projects
    By rishabhsagar in forum C++ Programming
    Replies: 2
    Last Post: 01-23-2003, 08:16 PM