Search:

Type: Posts; User: Markkardasz

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,108

    Oh yeah, of course. if (c=='p') {...

    Oh yeah, of course.




    if (c=='p')
    {
    pendown!=pendown;
    while (pendown==1)
    {
  2. Replies
    5
    Views
    2,108

    thanks for the reply man, before what was...

    thanks for the reply man, before what was happening is, I'd press p, it would move 1 character and reset to Pen Down, with the change the code, it selects Pen Up, but then I can't move the curser at...
  3. Replies
    5
    Views
    2,108

    Drawing Program in C

    Hey guys, I'm having trouble with a code for an assignment.

    I've got the base for the assignment working as you can see;

    Basically, there is a boundary drawn, as you move with the keyboard...
Results 1 to 3 of 3