Search:

Type: Posts; User: -dcx-

Search: Search took 0.00 seconds.

  1. Overloaded Functions...Can someone explain it to me

    I don't really understand it that well, can someone explain it or give me a link to a good tutorial, I'd really appreciate it. A sample code of how overloaded functions work would also be nice.
  2. Replies
    2
    Views
    1,173

    Question About Makefiles

    How would I create a makefile with three .cc files? Would something like this be right?



    Prog1: main.o Rational.o test.o
    g++ -Wall -W -Werror main.o Rational.o test.o -o Prog1

    ...
  3. Replies
    3
    Views
    2,761

    My personal favorites: So all you...

    My personal favorites:



    So all you youngin's watch out, this might happen to you in 30 years ;)
  4. Replies
    3
    Views
    2,761

    What A Difference 30 Years Make...

    1972: Long hair
    2002: Longing for hair
    1972: The perfect high
    2002: The perfect high yield mutual fund
    1972: KEG
    2002: EKG
    1972: Acid rock
    2002: Acid reflux
    1972: Moving to California...
  5. Replies
    2
    Views
    1,234

    Pointer to Pointer...

    I'm still new to programming and right now I'm having a little trouble understanding how pointer to pointer works. Can someone give me an explanation (a sample code would be great too).
Results 1 to 5 of 5