Search:

Type: Posts; User: janehung

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    5,109

    Towers of Hanoi

    I have to use recursion (evil evil... for me anyhow) to make a Towers of Hanoi program. Towers of Hanoi is where you have those 3 pins. The user enters the number of disks, and the program prints...
  2. Thread: fscanf

    by janehung
    Replies
    4
    Views
    1,245

    fscanf

    As with the last program, i had someone enter the book id number.

    Then, after searching in a database, when i found the book id, i had this:

    if(x==1)
    {
    y = 0;
    fscanf(fptr," %f",...
Results 1 to 2 of 2