Thread: help me before i go insane!!!!

  1. #1
    Unregistered
    Guest

    help me before i go insane!!!!

    hi just finished coding a program that uses binary tree's and list's ect.. and am stuck with a simple problem to finish!

    here's the code for relating to the problem

    main()
    {

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Code:
    int main ( void )
    {
      return 0;
    }
    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Insane MIdget Assassins and Abachler
    By abachler in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-03-2009, 11:10 AM
  2. OMG I'm Going Insane (insertion function...help!)
    By spinner in forum C Programming
    Replies: 2
    Last Post: 05-04-2003, 02:22 PM
  3. Need Help. Going Insane
    By spidereen in forum Windows Programming
    Replies: 0
    Last Post: 03-26-2003, 01:45 PM
  4. help me before i go insane!!
    By andy_d in forum C Programming
    Replies: 3
    Last Post: 03-16-2002, 12:53 PM
  5. need help quickly, going insane with this
    By Mkk84 in forum C++ Programming
    Replies: 2
    Last Post: 01-13-2002, 10:58 AM