Search:

Type: Posts; User: oskilian

Search: Search took 0.03 seconds.

  1. Replies
    39
    Views
    8,122

    I bought another bottle and it says (recursive...

    I bought another bottle and it says (recursive version in C++)



    int shampoo::apply(int where, int amountofshampooleftinbottle)
    {
    int amountused;
    if(amountofshampooleftinbottle>0)
    ...
  2. Replies
    39
    Views
    8,122

    well, letme say it with an example: a Win32...

    well, letme say it with an example:

    a Win32 Function:
    CreateWindowEx()

    a Win32 Macro
    MAKEINTRESOURCE

    get it?
  3. Replies
    39
    Views
    8,122

    who? Oskilian

    who?

    Oskilian
  4. Replies
    39
    Views
    8,122

    he he he Oskilian

    he he he

    Oskilian
  5. Replies
    39
    Views
    8,122

    it's a macro, not a constant! Oskilian

    it's a macro, not a constant!

    Oskilian
  6. Replies
    39
    Views
    8,122

    oh sorry, there was a small 'thing' covering the...

    oh sorry, there was a small 'thing' covering the bottle's back, it says



    while(shampoo.bottle.status!=empty) //to encourage use of a bottle each day
    {
    shampoo.apply(in_hair);
    ...
  7. Replies
    39
    Views
    8,122

    mine says ...

    mine says



    while(shampoo.bottle.status!=empty) //to encourage use of a bottle each day
    {
    shampoo.apply(in_hair);
    hair.rinse(with_water);
    }
Results 1 to 7 of 7