Forum: C Dec 6th, 2008 |
| Replies: 1 Views: 364 hello again
i have three questions again:
how can i use malloc or calloc for a two demontional arrays?
is it true that A. calloc allocates memory in contiguous bytes, malloc does not ensure... |
Forum: C Nov 19th, 2008 |
| Replies: 3 Views: 343 when i wrote the following program in turbo c,the out put was right but when i wroted it in
borland c,the out put was wrong and the (*) was printed in wrong place,so what is the problem with... |
Forum: C Nov 17th, 2008 |
| Replies: 7 Views: 717 i have two questions,please dont tell me that i violate dani web ruls because of my long
questions thank u.
one:
i wrote a program in c,and i compiled it(in borland c),it had no errors(so far... |
Forum: C Jul 19th, 2008 |
| Replies: 3 Views: 520 /* I need some advice on program bellow,this program is text program
in this program by pressing arrow key you can change your position
in the text and by enter key you can break a line and move... |
Forum: C Jul 3rd, 2008 |
| Replies: 1 Views: 337 i want to make a text programe ,this program supposed to have a text mode and a command mode;
in text mode you can type and whit arrow key change your position
in command mode by typing your comman... |