Search:

Type: Posts; User: Eric Hansen

Search: Search took 0.01 seconds.

  1. Replies
    27
    Views
    10,568

    Re: to Eric Hansen

    No sweat, I'm sorry for jumpin' on you.....it wasn't a great day that day....
  2. Replies
    27
    Views
    10,568

    Flash is OK if it's used right...and done right.

    Flash is OK if it's used right...and done right.
  3. Replies
    27
    Views
    10,568

    Re: A subducker is here :-)

    That's actually 7 words......

    I wasn't trying to be "cool", or "narly", or whatever. I just had the urge to do it....and no, I don't do everything I have an urge for either.....
  4. Replies
    27
    Views
    10,568

    Yes, A(s) F(ar) A(s) I K(now)...hence AFAIK

    Yes, A(s) F(ar) A(s) I K(now)...hence AFAIK
  5. Replies
    27
    Views
    10,568

    Right....AFAIK. Search at...

    Right....AFAIK. Search at http://www.hotscripts.com in the C/C++ and/or the Perl directory....I've seen some stuff on there before.
  6. Replies
    21
    Views
    11,711

    This thread will probably break the rules soon...

    This thread will probably break the rules soon because of the "conversation", but I don't see how asking about fixing some code for calculating permutations / combinations is OT from...
  7. Replies
    21
    Views
    11,711

    Ok, quick question, how is it exactly off-topic?...

    Ok, quick question, how is it exactly off-topic?

    Right, it colors it. Just using the PHP tags.
  8. Replies
    21
    Views
    11,711

    OT means??? I'm pressuming you mean the stuff...

    OT means???

    I'm pressuming you mean the stuff I posted above? I'm using the [ php ] (w/o spaces) and [ /php ] (also w/o spaces). It's VB stuff.
  9. Re: Simple Question relating to the IOStream Lib and Cin

    before each break in the cases, add a


    system("PAUSE");
  10. Replies
    21
    Views
    11,711

    I'm currently fixing that, and came across a lil'...

    I'm currently fixing that, and came across a lil' problem.

    Basically, when you choose #3 on the main menu after the r > n error check (after it displays), the menu shows back up, and then you have...
  11. Replies
    4
    Views
    1,263

    Re: Where is ClassWizard in .NET

    I haven't used .NET in a while, but did you try a search on google and/or MSN Library?
  12. Replies
    21
    Views
    11,711

    Ok, here's the program (with source). I know...

    Ok, here's the program (with source). I know there's probably some errors, but any input would be greatly appreciated.

    NOTE: The close function goes on 2x (a.k.a.: I used system("PAUSE");...
  13. Replies
    21
    Views
    11,711

    Thank you. I'll try that, and see how it works....

    Thank you. I'll try that, and see how it works.


    That works, and here's the new code:


    #include "includes.h"

    int pc;
    int n2;
  14. Replies
    21
    Views
    11,711

    Re: Combinatios alert!

    Pascal's triangle is a great choice....and before I go any further, I know what it is. My question on that though, how would I even set it up? Arrays would take to long, wouldn't they?
  15. Replies
    21
    Views
    11,711

    Thanks for while loop, and it workED, until I...

    Thanks for while loop, and it workED, until I added the 'r' part of the permuation.

    Here's my code so far:



    #include "includes.h"

    int pc; // used for the choice of either permutation or...
  16. Replies
    21
    Views
    11,711

    Sorry for the following, but....ROFL. Honestly,...

    Sorry for the following, but....ROFL. Honestly, when I first say it in my Math book (yes, I'm a high-schooler), I thought it said the same.

    BTW: So far the for(...) loop hasn't done anything.
  17. Replies
    21
    Views
    11,711

    Thank you. I was starting to use a do...while...

    Thank you.

    I was starting to use a do...while loop, but then I couldn't get the factorial part. I'll search math.h and try your idea, thanks again.
  18. Replies
    21
    Views
    11,711

    Permutation Calculation

    I'm currently working on a calculator that figures the permutation and combination.

    The only problem I have is the factorial part. I don't know how I'd set that up.

    In just incase you don't...
Results 1 to 18 of 18