Search:

Type: Posts; User: raven420smoke

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,319

    timegmt.cpp is the file name. #include...

    timegmt.cpp is the file name.
    #include <iostream> (it was a typo)

    The error i get when i compile it is this:


    undefined reference to 'lead_0(short)'

    it lists the same error for every time...
  2. Replies
    3
    Views
    1,319

    Noob tryin to make a library

    I am working on a project for my class, and i am trying to put my functions into a library. It isnt working for some reason. here is what i have:
    main file for my program:


    /* Name: Shawn Pappas...
  3. Replies
    2
    Views
    2,968

    Thanks for the help. Its amazing how that one...

    Thanks for the help. Its amazing how that one little thing threw off 3/4 of my program.
  4. Replies
    2
    Views
    2,968

    Program Not working Right

    I am taking a Computer Science Class, where we are learning C++. The assignment I am working on is here: http://home.earthlink.net/~craie/121/labs/time.of.day.simple.html

    The problem I am having...
Results 1 to 4 of 4