Thread: drawing lines

  1. #1
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269

    drawing lines

    What is the code to drawing a line. is it like this:

    PHP Code:
    #include <blahblahblah>

    int main(void)
    {
      
    int x 10;
      
    int y 10;
      
    int a 20;
      
    int b 10;
      
    gotoxy(xy);
      
    point(r);
      
    gotoxy(xy);
      
    point(l);
      
    draw(rl);
      return 
    0;

    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> What is the code to drawing a line

    On what?

    >>> is it like this

    Maybe.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Drawing lines
    By rudyman in forum C Programming
    Replies: 2
    Last Post: 05-01-2008, 02:32 PM
  2. drawing basic lines....
    By 1dayprogrammer in forum C++ Programming
    Replies: 10
    Last Post: 02-23-2008, 04:07 PM
  3. Drawing Lines
    By Alan75 in forum C++ Programming
    Replies: 6
    Last Post: 12-05-2007, 03:46 AM
  4. Drawing lines
    By Punkture in forum C Programming
    Replies: 2
    Last Post: 05-05-2003, 05:30 PM
  5. Drawing lines and ellipses with DirectDraw
    By Hunter2 in forum Game Programming
    Replies: 9
    Last Post: 01-08-2003, 01:25 PM