Search:

Type: Posts; User: xeon1989

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,925

    I don't know whether my compiler is 16-bit based...

    I don't know whether my compiler is 16-bit based or not.
    I'm using an ancient Turbo C++, run on windows Vista 32bit, since it's used in my university (for years i think :( .)
    Any compiler suits me?...
  2. Replies
    5
    Views
    1,925

    Ok, now i've try assign long type to it, and a...

    Ok, now i've try assign long type to it, and a little formatting for it show nicely. :)
    But, stil no luck. The output still the same.(but the formatting works!!)


    #include<conio.h>...
  3. Replies
    5
    Views
    1,925

    Error with Fibonacci code generation

    While i compile and run the code, there's negative value that not suppose to be appear.


    #include<conio.h>
    #include<stdio.h>

    int n=0;
    Fib(int n);

    void main()
Results 1 to 3 of 3