Search:

Type: Posts; User: GigTu

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,058

    Console vs. Command windows

    Hi,

    I have written a code modeled after one in a textbook, but it will only run as an .exe in a command prompt window. I want it to operate directly out of the visual studio 2012 debugger console...
  2. Replies
    10
    Views
    1,304

    It's probably just an exercise that squeezes in...

    It's probably just an exercise that squeezes in more than one lesson. I don't think it's meant to be efficient. I have a working code, I just need to get it to call the right set numbers and get my...
  3. Replies
    10
    Views
    1,304

    Thread 1 generates the number of Fibonacci...

    Thread 1 generates the number of Fibonacci numbers given by the command line ie: 0 1 1 2 3
    Thread 2 adds +1 to each of the numbers generated by thread 1 ie: 1 2 2 3 4
    Thread 3 subtracts -1 from...
  4. Replies
    10
    Views
    1,304

    "%d", fib[i]+1)" and "%d", fib[i]-1)" do not work...

    "%d", fib[i]+1)" and "%d", fib[i]-1)" do not work when i insert them into the threads, but then neither does my original function of first + second = next .....etc etc etc
  5. Replies
    10
    Views
    1,304

    Hi manasij, No, I need to have one thread spit...

    Hi manasij,

    No, I need to have one thread spit out the fib sequence, another is fib number plus 1, a third thread to calculate fib minus 1.

    They should match up, or be parallel to the...
  6. Replies
    10
    Views
    1,304

    Multiple Threads - computing

    Hi. I have been assigned a task that has me stumped. I am to create 3 threads, parent and children, using the fibonacci sequence. I have two problems.


    1) The first is getting my functions to...
Results 1 to 6 of 6