Thread: Interesting Idea Needed

  1. #1
    Microsoft. Who? MethodMan's Avatar
    Join Date
    Mar 2002
    Posts
    1,198

    Interesting Idea Needed

    Hi, I have to do a presentation (5 - 6 mins in length), on a topic relevant to Computer Science. Does anyone have any ideas as to what I could talk about? I was thinking rescue robots.

    Thanks
    -MethodMan-

    Your Move:Life is a game, Play it; Life is a challenge, Meet it; Life is an opportunity, capture it.

    Homepage: http://www.freewebs.com/andy_moog/home.html

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Quantum PCs

  3. #3
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511
    How about Ethics in computing.
    Mr. C: Author and Instructor

  4. #4
    Green Member Cshot's Avatar
    Join Date
    Jun 2002
    Posts
    892
    Productive Teams.
    Try not.
    Do or do not.
    There is no try.

    - Master Yoda

  5. #5
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Hmm, how about:

    - advanced bitmask techniques.
    - error propagation techniques.
    - discourse on the different levels of abstraction and how they inter-relate.
    - debugging techniques.
    - advanced constructor/destructor utilization.
    - generic programming tequniques.
    - the mental state of the programmer/refocusing strategies.
    - top-down vs. bottom-up design
    - appropriate and inappropriate error messages.
    - coding style and readability
    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. Interesting Problem with IOCP and AcceptEx() :: Winsock
    By kuphryn in forum Networking/Device Communication
    Replies: 0
    Last Post: 10-07-2003, 09:16 PM
  2. Interesting number theory problem
    By Zach L. in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-20-2003, 07:45 AM
  3. Who's telling the truth??? Career Advice Needed Badly
    By Ican'tCjax,fl in forum C Programming
    Replies: 1
    Last Post: 11-06-2002, 06:16 PM
  4. Ideas needed
    By sean in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-16-2002, 05:33 PM
  5. An Idea For The Site: Function Reference Sheets
    By thorym in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-16-2001, 07:21 PM