Forum: C Jan 24th, 2009 |
| Replies: 7 Views: 829 but how do delete in case when i am using stdio.h file handling where the file gets saved when you "fflush(FILE *);"; or "fclose(FILE *);" |
Forum: C Jan 24th, 2009 |
| Replies: 7 Views: 829 i understand what you are saying and i am trying to write solve same problem which you mention making of "hello world" to "how is world".
But thats not what i want.. I want to know how to clear the... |
Forum: C Jan 24th, 2009 |
| Replies: 7 Views: 829 I know that stuff.. i if you try to do normally also it will store in buffer untill you don't flush it.. my question is i am clearing (deleting) character from the buffer what should i used to clear... |
Forum: C Jan 23rd, 2009 |
| Replies: 8 Views: 1,465 try this out i will work i used fgetc, iguess you should know that its interger not some string to store in.
ASCII 48 = 0 and so on....
#include <iostream>
using namespace std;
#define... |
Forum: C Jan 23rd, 2009 |
| Replies: 7 Views: 829 I was creating some sort of text editing program.
Whose display and file writing are going parallely.
How to clear the character in the file when i dont back space.
I tried clear character by... |
Forum: C Oct 10th, 2008 |
| Replies: 5 Views: 1,106 You need to create the GUI for flexibility. |