Search:

Type: Posts; User: NESevolved

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    12,208

    Polynomial Long Division

    Hello, I'm trying to write a program for doing long division with polynomials, and I am having a very difficult time trying to get the program to (properly) determine the coefficients of the...
  2. Thread: File output

    by NESevolved
    Replies
    6
    Views
    1,292

    It works.

    Alright it works now, thanks. Its been a while since I've done some programming, so thanks for reminding me of some of the basics (declaring an array uses the number of entries) and helping me to...
  3. Thread: File output

    by NESevolved
    Replies
    6
    Views
    1,292

    It's almost done :)

    The program is almost working, thanks to you, scwizzo and swoopy, but there's one crucial problem: the program will make a the file, and give it a name, but its leaving the file empty. I'm going to...
  4. Replies
    23
    Views
    2,218

    You can? Sorry then, perhaps I didn't single...

    You can? Sorry then, perhaps I didn't single quote it then... lol, I don't remember, but anyway, to explain the "Another quick fix" post, that was supposed to be the beginning of an edit to my even...
  5. Replies
    23
    Views
    2,218

    Another quick fix

    Another quick fix
  6. Replies
    23
    Views
    2,218

    There's one simple problem that I saw right away

    With a switch statement, you can only use integers, not characters. So, for the operators, try giving them a number value, having your users type that number to perform the operation, and then keep...
  7. Thread: File output

    by NESevolved
    Replies
    6
    Views
    1,292

    File output

    Hello, I'm trying to write a program that is supposed to be a tool of sorts for another program I'm working on, and I am storing what I want to be written to the file in strings until the program...
Results 1 to 7 of 7