Help!

This is a discussion on Help! within the C++ Programming forums, part of the General Programming Boards category; Well, system commands might work, but I don't know any of them. You should also try to ask these on ...

  1. #16
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Well, system commands might work, but I don't know any of them. You should also try to ask these on the bloodshed forums, they might be able to answer this better.

  2. #17
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    It doesnt have anything to do with Bloodshed though... It's plain C++
    what does signature stand for?

  3. #18
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    But if your using Dev-C++, then they made it, and there syntax and stuff is different than others.

  4. #19
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    It shouldnt be different from C++, C++ is a language, I mean Europe speaks same english like in England right? So why should it be different in C++?
    what does signature stand for?

  5. #20
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Posts
    5,439
    argv[0]
    Code:
    int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000
    <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan
    (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000
    )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}

  6. #21
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    What do you mean?
    what does signature stand for?

  7. #22
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    command line argument is what that is. www.cpp-home.com has something on it (search in the tutorials section), but it won't have ur answer.

  8. #23
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    I'll check it out, Thanks
    what does signature stand for?

Page 2 of 2 FirstFirst 12
Popular pages Recent additions subscribe to a feed

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21