Thread: end= ???

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    2

    end= ???

    is end= a valid c command? my c++ book says nothing about it,
    so i think its "legacy" C.
    could someone pls gimme a simple example of its use -
    do i use it like goto labelname? can i instead write
    end= labelname? tia, capybara.

  2. #2
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    end= has no special meaning at all in either c or c++. if you have a variable and you name it end, you can assign values to it using end=foo; but this is no different than saying i=foo; or bar=foo;
    hello, internet!

Popular pages Recent additions subscribe to a feed