Search:

Type: Posts; User: sillyfofilly

Search: Search took 0.01 seconds; generated 52 minute(s) ago.

  1. Replies
    8
    Views
    1,669

    Ok, so passing it like this if (...

    Ok, so passing it like this

    if ( isAnagram(line,word) == yes ) printf("%s\n", line);

    allows for the value to be changed? I thought that automatically created a local copy of the variable, and...
  2. Replies
    8
    Views
    1,669

    Pass-by-value weirdness

    I'm still trying to get my head completely around pointers, and so I've been writing a few programs to see what does and doesn't work. This code is to find anagrams. It takes in a one word argument,...
Results 1 to 2 of 2