Search:

Type: Posts; User: limitedmage

Search: Search took 0.01 seconds.

  1. well, I started with C and then moved on to C++...

    well, I started with C and then moved on to C++ when I learned how much more easy it was to program in it. (Almost) Everything in C works in C++. C++ is like a big addition to C. It's much easier to...
  2. Replies
    21
    Views
    2,096

    include this line at the top of the program: ...

    include this line at the top of the program:


    #include <conio.h>

    and this line at the end of main, before return 0; :


    getch();
  3. Replies
    3
    Views
    1,221

    Now it works perfectly! Thanks! I've always...

    Now it works perfectly! Thanks! I've always overlooked that... I've just started learning to program, anyway.
  4. Replies
    3
    Views
    1,221

    Help with a program...

    Hi! I've been interested in programming for a while now, so a couple of months ago a bought a book so I could teach myself. The thing is, I'm having some trouble with an excercise. It's objective is...
Results 1 to 4 of 4