Search:

Type: Posts; User: freeman_peterso

Search: Search took 0.01 seconds.

  1. it did work

    It depended on terminal emulation but it did work for a vt100 terminal
  2. no idea what you are talking about.

    no idea what you are talking about.
  3. linux using gcc

    linux
    using gcc
  4. this didn't work #include ...

    this didn't work


    #include <stdio.h>
    int x = 20;
    int y = 20;
    void gotoxy( int x, int y);
    main() ...
  5. Replies
    4
    Views
    1,231

    #include #include int...

    #include <temp.h>
    #include <stdio.h>

    int main()
    {
    float temp = 0.000;
    int choice;
    int loop = 1;
    while(loop == 1)
    {
  6. how do I move cursor to a certain spot on the screen (x,y) ?

    how do I move cursor to a certain spot on the screen (x,y) ?
  7. Replies
    5
    Views
    1,365

    Is there a way to move curser to a certain point...

    Is there a way to move curser to a certain point on screen?
  8. Replies
    5
    Views
    1,365

    somthing like this

    Something like this ???

    printf("\n\nFIRSTNAME:\n LASTNAME:\n SSN:");
    for (i = i; i <= 150; i++)
    { printf("\b"); }
    scanf("%s",upc); ...
  9. Replies
    5
    Views
    1,365

    compiler

    I am using gcc for linux
  10. Replies
    5
    Views
    1,365

    formating screen information

    how do I get input on a certain spot on a screen

    i want to do a printf then go back to after where it says USER INPUT.

    not ask question buy question but display everthing then go down in order...
  11. how do I print a "%" to a file with out interfering with stuff line %s for a string

    how do I print a "%" to a file with out interfering with stuff line %s for a string
  12. Replies
    19
    Views
    43,401

    how do I combine two strings together

    how do I combine two strings together if two is defined

    ouput = "one" + two ???
Results 1 to 12 of 13