Search:

Type: Posts; User: telepatico

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,512

    Yes, they do have a very good tutorial. Is just...

    Yes, they do have a very good tutorial. Is just that for an unknown reason, the settings don't stay in place. Once the suite is open, the settings changed back to nothing. It could be something on...
  2. Replies
    37
    Views
    10,661

    I do have Fedora 8. It runs very fast. Compilers...

    I do have Fedora 8. It runs very fast. Compilers are available and nice packages such as LAMPP. It does runs very or extremely fast on my dual core intel chip, when comparing to Windows. Open Office...
  3. Replies
    18
    Views
    2,512

    I wish I could get my netbeans 6 to work well...

    I wish I could get my netbeans 6 to work well when compiling with g++, but even when the system variables are set to cygwin/bin, and selected on the options in netbeans, still does not work. I am...
  4. Replies
    18
    Views
    2,512

    See; because my concentration in functions, what...

    See; because my concentration in functions, what I did is to messed it up a little.
    Now, with the help of both of you, I am looking a it a little different.
    I will, do as you just mention Elysia,...
  5. Replies
    18
    Views
    2,512

    It wont quit.

    Well guys;

    I made the changes (attached file). Now wont quit. but is getting a lot better.
    I will try to code so more. If any reply to this, I will go back as per this attached file and make...
  6. Replies
    18
    Views
    2,512

    Elysia; I am making changes as you recommended...

    Elysia;

    I am making changes as you recommended too, and see the difference. Thanks.
  7. Replies
    18
    Views
    2,512

    On this game, the user has only 10 times to guess...

    On this game, the user has only 10 times to guess the random generated number. If user fails to guess within the max allowed time, a display message will say so. If user wins, then another displayed...
  8. Replies
    18
    Views
    2,512

    I changed to just one parameter, but it seems not...

    I changed to just one parameter, but it seems not to behave properly. I will try a little harder and see.
  9. Thread: rand();

    by telepatico
    Replies
    5
    Views
    1,254

    I just posted a program using the system clock as...

    I just posted a program using the system clock as the Seed, then a random generated number as follows:



    //SEED THE RANDOM NUMBER WITH SYSTEM CLOCK
    srand(static_cast<unsigned int>(time(0)));...
  10. Thread: Help

    by telepatico
    Replies
    12
    Views
    1,270

    What about Mod division or something similar?

    What about Mod division or something similar?
  11. Replies
    18
    Views
    2,512

    Function Not Acepted

    Can someone please help me to deal with this function, which is giving me a c2064 error? Here is the code:




    /**************************** Compiler Directives ****************************/
    ...
Results 1 to 11 of 11