Search:

Type: Posts; User: lasher

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,505

    don' forget: system("PAUSE");

    don' forget:


    system("PAUSE");
  2. Replies
    12
    Views
    2,505

    Hi, Dev-C++ is what i'm using right now. I like...

    Hi, Dev-C++ is what i'm using right now. I like it; it's a good program.
  3. Thread: C++ Exercises

    by lasher
    Replies
    6
    Views
    3,104

    >>acm.fzu.edu.cn >>acm.pku.edu.cn wow, these...

    >>acm.fzu.edu.cn
    >>acm.pku.edu.cn

    wow, these are great! thanks!
  4. Well, we all have our own experiences... But...

    Well, we all have our own experiences... But probably it's wiser for us to learn from those who have been there or have a lot more experience.

    But for my own little experience, my very first...
  5. Thread: C++ Exercises

    by lasher
    Replies
    6
    Views
    3,104

    C++ Exercises

    Does anyone of you know where I can get C++ exercises to work on. Just the basics - and perhaps the more advanced ones for future use. I'm learning just from ebooks and websites that don't give out...
  6. Hi, guys. I actually approached learning C++...

    Hi, guys. I actually approached learning C++ through first studying C. From my own perspective, it did help. But basing from experience, and I know most of you guys agree, learning C/C++ or any...
  7. Thread: Project Layout

    by lasher
    Replies
    11
    Views
    1,335

    >>I actually prefer style int main() {...

    >>I actually prefer style


    int main()
    {
    //some statements
    }
  8. Thread: Project Layout

    by lasher
    Replies
    11
    Views
    1,335

    Thanks! That really helped. =)

    Thanks! That really helped. =)
  9. Thread: Project Layout

    by lasher
    Replies
    11
    Views
    1,335

    Project Layout

    Hi, can you guys tell me if this is the right way to write or layout the codes? It's just a simple project and I finally got it to work. I just don't know if this is the right way to lay things...
  10. Replies
    2
    Views
    1,839

    Constructors and Destructors

    Hi,

    Can anybody tell me what Constructors and Destructors really are for? I've written some code for my class without them and it worked really fine. When should I use them and why?
  11. Replies
    10
    Views
    1,533

    so what does this mean? int main ( int...

    so what does this mean?



    int main ( int argc, char *argv[] )
    {
    }
Results 1 to 11 of 11