Search:

Type: Posts; User: Jripeus

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,014

    If you are willing to spend some money, Borland...

    If you are willing to spend some money, Borland C++ comes with C. It's the one I use and it's good.
  2. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    One more question: I've seen in C++ how to make a...

    One more question: I've seen in C++ how to make a typing effect but I haven't seen it in C. Does anyone know how to make make it?
  3. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    Thanks everyone.

    Thanks everyone.
  4. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    Acl, I fixed it. I forgot to put the ';' at the...

    Acl, I fixed it. I forgot to put the ';' at the end of return (0)
  5. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    What does the '4' do?

    What does the '4' do?
  6. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    Should I put under #define ORANGE...

    Should I put under #define ORANGE textcolor(ORANGE)??
  7. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    Im just using the scanf because it acts kinda...

    Im just using the scanf because it acts kinda like system(PAUSE).
    What should I do to fix #define Orange?
  8. Thread: Help Please!

    by Jripeus
    Replies
    18
    Views
    2,138

    Help Please!

    Ok, please don't laugh at me as I'm a total beginner. I'm just testing out the color functions in Conio.h and I made a tiny program but it doesnt work! Please help me fix these. Here is the code:

    ...
  9. Replies
    3
    Views
    1,065

    Oops, where the :( is it is s'post to be : (a+b=C)

    Oops, where the :( is it is s'post to be : (a+b=C)
  10. Replies
    3
    Views
    1,065

    Changing Output

    If I were to make a basic addition calculater and say I wanted to have some thing lke this:



    char a, b, c;
    cout<<"Input your first number:";
    cin>>a; //While this number is input I would want...
Results 1 to 10 of 10