Search:

Type: Posts; User: bilt

Search: Search took 0.02 seconds.

  1. Thread: problem with loop

    by bilt
    Replies
    4
    Views
    1,206

    here's the downlo' on the problem

    alright... i am having trouble with this area of code




    if(me == 3)
    {

    cout<<endl<<"Enter the frictional force :";
    cin>>friction;
  2. Thread: problem with loop

    by bilt
    Replies
    4
    Views
    1,206

    problem with loop

    #include <iostream.h>
    #include <conio.h>
    #include <stdio.h>
    #include <windows.h>
    #include <time.h>


    #define sleep Sleep
    int main(void)
    {
  3. Replies
    2
    Views
    932

    problem with the loop

    #include <iostream.h>
    #include <conio.h>
    #include <stdio.h>
    #include <windows.h>
    #include <time.h>


    #define sleep Sleep
    int main(void)
    {
  4. Thread: clear screen

    by bilt
    Replies
    2
    Views
    1,368

    clear screen

    i am a beginner programmer and was just wondering if anyone would care to tell me how to clear the screen then loop it back to the beginning of the program.

    thanks
    -bilt
Results 1 to 4 of 4