Search:

Type: Posts; User: Axolotl

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,762

    calculating postfix problem

    I don't know what's going wrong with this. Here's the code that I think is messing it up: the main evaluation process, of course.
    postfix: 8 4 + = 8 + 4


    int evaluatePostfixExpression(char...
  2. Replies
    3
    Views
    1,676

    Ugh...man...I tried i=5; i

    Ugh...man...I tried i=5; i<-1 and <=0 but that didnt seem to work. Maybe i'm just tired. i != 0 definately helps though so many thanks.
  3. Replies
    3
    Views
    1,676

    2 for loops...dunno why its skipping loop 2

    Ok..this is just 2 for loops and I cant figure out why its not even making it into the 2nd loop. I goes from 5 to 0 at --, right? No semicolons in the wrong spot...what the heck?!



    for(j=0;...
  4. Replies
    6
    Views
    1,308

    I have that page bookmarked from before but I'm...

    I have that page bookmarked from before but I'm still at a stage where I dont understand alot of what those manual pages are really saying. Thanks though...I'm getting there.
  5. Replies
    6
    Views
    1,308

    Thanks.

    Thanks.
  6. Replies
    6
    Views
    1,308

    a proper read loop

    I've been reading characters from text files but I have been using a loop that uses

    while(!feof(filename))
    to read into whatever I want it to read into. However, I know this is not the proper...
  7. Replies
    9
    Views
    1,269

    Thanks , will play with these. I'll have more...

    Thanks , will play with these. I'll have more newb questions soon. This stuff is finally starting to be fun. :D
  8. Replies
    9
    Views
    1,269

    Your 2nd program finds all words with man in it,...

    Your 2nd program finds all words with man in it, like manual, etc. I guess that's what my problem with fgets() is. I can read all day what it does ( http://www.rt.com/man/fgets.3.html ) but I dont...
  9. Replies
    9
    Views
    1,269

    Error after reading all words from a .txt

    This program reads words from a dictionary text file and writes all of the words that end in 'man' to another file. I know this is probably a very strange way to do this but it's what I have after...
Results 1 to 9 of 9