Search:

Type: Posts; User: ranko_6

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,416

    Thanks for info, tried with "if" statement and it...

    Thanks for info, tried with "if" statement and it worked.
  2. Replies
    4
    Views
    4,416

    ++i vs i++ ... what's the difference?

    This might be dumb question, but can someone tell me what is the difference? I read somewhere that when your evaluating something if you use ++i, "i" is increased then function is evaluated, but if...
  3. Thread: Delayed cin?

    by ranko_6
    Replies
    2
    Views
    1,123

    Thanks

    Thanks
  4. Thread: Delayed cin?

    by ranko_6
    Replies
    2
    Views
    1,123

    Delayed cin?

    Is it possible to make input with delay?

    If I have something like this:


    void Bill()
    {
    int choice;...
  5. Thread: Need help

    by ranko_6
    Replies
    11
    Views
    1,367

    Thanks Daved, worked like a charm.

    Thanks Daved, worked like a charm.
  6. Thread: Need help

    by ranko_6
    Replies
    11
    Views
    1,367

    dwks thanks for info on do - while. I got...

    dwks thanks for info on do - while.

    I got used to this kind of confusion, but will try to improve myself in this area and make future code little bit clearer.

    Thank you all for help. Inability...
  7. Thread: Need help

    by ranko_6
    Replies
    11
    Views
    1,367

    Made one more test. It writes in .dat perfectly,...

    Made one more test. It writes in .dat perfectly, so if I close it and reopen it, then choose to output student without inputing them, I can read again only one normally.
    Then I need to exit, rerun...
  8. Thread: Need help

    by ranko_6
    Replies
    11
    Views
    1,367

    Sorry haven't noticed it, "jos" is in my language...

    Sorry haven't noticed it, "jos" is in my language for "more".
    About semicolons after loops and if's, I got used to it and it's kinda same, except more typing from my side.

    I putted dat.open so it...
  9. Thread: Need help

    by ranko_6
    Replies
    11
    Views
    1,367

    Thanks, I'll try it with that multiple open....

    Thanks, I'll try it with that multiple open. Haven't noticed it.

    And about
    another->next is defined in constructor:


    capplications::capplications ()
    {
    next = NULL;
    };
  10. Thread: Need help

    by ranko_6
    Replies
    11
    Views
    1,367

    Need help

    OK, I'm trying to make this thing work but it won't write on file. If I put only data about one student with "invisible" 4 that I added explicitly it will print him, but if I add more than one then...
Results 1 to 10 of 10