A CVS question

1998-09-06 Thread Mojahedul Hoque Abul Hasanat
I am new to CVS. I committed a few changes. Now I want to revert the changes and go back to a tagged revision. Of course I can checkout that release and work on it. But what I want is to rollback the commits, and bring the repository to the previous state. In other words, I want to remove any

A CVS question

1998-08-29 Thread Mojahedul Hoque Abul Hasanat
I am new to CVS. I committed a few changes. Now I want to revert the changes and go back to a tagged revision. Of course I can checkout that release and work on it. But what I want is to rollback the commits, and bring the repository to the previous state. In other words, I want to remove any

Re: Weird keyboard i/o

1998-06-24 Thread Mojahedul-Hoque Abul-Hasanat
On 23 Jun 98, at 20:56, James wrote: ok, compile this code, then explain why it does what it does... ... scanf ("%c", c); printf ("Char was [%c]\n", c); printf ("Getc test\n"); printf ("Enter a character "); c = getc (stdin); ... scanf leaves out the newline character

Re: Weird keyboard i/o

1998-06-24 Thread Mojahedul-Hoque Abul-Hasanat
On 23 Jun 98, at 20:56, James wrote: ok, compile this code, then explain why it does what it does... ... scanf ("%c", c); printf ("Char was [%c]\n", c); printf ("Getc test\n"); printf ("Enter a character "); c = getc (stdin); ... scanf leaves out the newline character

Programming X window

1998-06-23 Thread Mojahedul-Hoque Abul-Hasanat
Dear Listmembers, Is there a C++ programming framework for X window? I mean something analogus to MFC/OWL in MS windows. Is there an online resource where I can learn about the X window API? Many thanks in advance.