Search:

Type: Posts; User: Linette

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,600

    thanks for saying what the output is my stupid...

    thanks for saying what the output is

    my stupid weird compiler :mad:
  2. Replies
    6
    Views
    1,600

    compiler skipping lines..?

    hi everyone,
    i just ran a little test program, but got no output from two cout lines (commented out below) - i traced through it, and saw them get skipped. why is that? (they're not commented out...
  3. Replies
    7
    Views
    1,270

    done!

    it seems i made the right changes; it works now!

    thanks for your help anyway :)
  4. Replies
    7
    Views
    1,270

    thanks elad! the two for loops you posted - i...

    thanks elad!

    the two for loops you posted - i modified the first one a little so it's fine now for "deleting" the space before a comma. but the second one:
    for(c = 0; c < strlen(line); c++)
    {
    ...
  5. Replies
    7
    Views
    1,270

    thanks, both of you magos, can you please show...

    thanks, both of you

    magos, can you please show me (with code) how to do it?

    and hkmp5kpdw (boy you have a difficult username :D), that's right! thanks for reminding me of that..
  6. Replies
    7
    Views
    1,270

    string-manipulating function

    hi everyone

    i'm trying to write a function with header void formatline (char line [50]) that does the following things:

    - if a comma in line is preceded by a space, it'll delete that space.
    ...
  7. Thread: My PI program

    by Linette
    Replies
    18
    Views
    2,033

    dammit, every time i clicked reply, someone had...

    dammit, every time i clicked reply, someone had already answered the question!!..

    :D
  8. Replies
    0
    Views
    874

    Enabling Exception Location Information

    Hi

    I don't know if it's the same with everyone else or not, but I hate it when I get that "General Protection Exception blahblahblaablah Processor Fault" message.. I looked into Unhandled...
  9. Replies
    6
    Views
    2,057

    Shiro: Thanks for pointing out all the things...

    Shiro:
    Thanks for pointing out all the things you found wrong!..
    I don't know how to declare variables for the main program in pascal other than the way I did it. (and that's fine by my teacher so...
  10. Replies
    6
    Views
    2,057

    Wow, I can't believe I got so many replies!.. :D...

    Wow, I can't believe I got so many replies!.. :D

    Has anyone ever seen anything more pathetic than someone having gotten no replies to their post but from themselves?!..

    Please help!..
  11. Replies
    6
    Views
    2,057

    by the way, indentation isn't an issue.. you may...

    by the way, indentation isn't an issue.. you may assume the pascal file isn't indented (so there's no space at the beginning of lines)..
  12. Replies
    6
    Views
    2,057

    Code Translation

    Hi,
    I desperately need advice on planning a program that performs Pascal-to-C++ code conversion. I'm including a sample Pascal program with its C++ equivalent. You don't need to know Pascal - if you...
  13. Replies
    21
    Views
    2,257

    Can anyone figure out why those last two errors...

    Can anyone figure out why those last two errors occur?


    Thanks
  14. Replies
    10
    Views
    1,391

    you know your answer makes me wonder if you've...

    you know your answer makes me wonder if you've actually read any of the replies.. my problem, once again, is that this thing isn't listed as part of the start menu anywhere!..
  15. Replies
    10
    Views
    1,391

    I know I can't get rid of the program's start...

    I know I can't get rid of the program's start menu shortcut if I've already deleted its entire directory ;) (that's why I'm trying to find a way to uninstall it first).. And I did try to uninstall it...
  16. Replies
    10
    Views
    1,391

    Thanks for replying, and sorry that I posted this...

    Thanks for replying, and sorry that I posted this here..
    But the programs I'm trying to remove aren't listed there (I tried that before).. any other way you might know that works?..
  17. Replies
    10
    Views
    1,391

    non-C++, non-coding question!

    Hi,
    I have a stupid problem:
    How do I get rid of (uninstall) programs that don't give me an uninstall option? Deleting the directory does remove the files and everything, but how do I remove the...
  18. Replies
    4
    Views
    1,558

    what's the difference though? and by the way...

    what's the difference though?

    and by the way that one magically worked, but i get this "press any key to continue" message right after the string constant i output.. and the \n character won't...
  19. Replies
    4
    Views
    1,558

    never used dev-c++ before

    hi, i have some non-coding questions:

    1. with dev-c++ you can create a source file or a project (which will have a source file anyway). what's the difference?

    2. is there an advantage to making...
  20. Replies
    21
    Views
    2,257

    No, actually someone suggested it today, and I...

    No, actually someone suggested it today, and I asked them if they were sure it's better than Borland C++ 5.5, and they didn't answer..
    So it's good?
    I used to use Turbo C++ 4.5 and it was great,...
  21. Replies
    21
    Views
    2,257

    #include #include ...

    #include <iostream.h>
    #include <fstream.h>
    #include <string.h>

    struct qtype {
    char question [80];
    char answers [4][80];
    char rightanswer;
    };
  22. Replies
    21
    Views
    2,257

    Oh, I just noticed why. At the end of function...

    Oh, I just noticed why.
    At the end of function getquestion's header, please change that semi-colon to a {.
    Does it work well now? the output..?

    Thanks a lot.
  23. Replies
    21
    Views
    2,257

    Oh that just involves pasting the questions and...

    Oh that just involves pasting the questions and everything I wrote into a .txt (notepad) file, saving it as quiz.txt, and making sure it's in the same folder as the program.

    I'd really really...
  24. Replies
    21
    Views
    2,257

    Please somebody just test that in your...

    Please somebody just test that in your compiler!..

    :(
  25. Replies
    63
    Views
    4,632

    hmm, I didn't know that.. So why did you...

    hmm, I didn't know that..
    So why did you suggest a .h file too?
Results 1 to 25 of 71
Page 1 of 3 1 2 3