Search:

Type: Posts; User: kanesoban

Search: Search took 0.01 seconds.

  1. ah, i see. This new way reminds me of Pascal....

    ah, i see. This new way reminds me of Pascal.
    Ok, i will use that way instead.
  2. What do you mean? What should i write other way?...

    What do you mean? What should i write other way?



    I'm using gcc.
  3. towers of hanoi - what is wrong with this code?

    Helo !

    I'm trying to write a program, that solves the logical game "towers of hanoi" for n.
    If you newer heard of it, heres the game's description from wikipedia:



    The problem with my...
  4. Thanks. I modified the two while loops according...

    Thanks. I modified the two while loops according to your guidance, and now there are no segfaults.
    True, the program still does nothing (it dosent write out anything, it just ends). I guess this is...
  5. What book i use? "The C programming Language"...

    What book i use? "The C programming Language"
    Know any better? Is "The C book" better for example?



    Well, i was thinking *++argv means that im looking at the first argument of a program, and...
  6. Multiple segmentation faults in permutation generating program

    My problem is the following: i'm trying to write a program, that writes out all the permutations of a string, that is given to the program as 1st argument. Sadly multiple part of the code give...
Results 1 to 6 of 6