Search:

Type: Posts; User: =viki=

Search: Search took 0.01 seconds.

  1. Replies
    21
    Views
    3,620

    what was that????????

    what was that????????
  2. Replies
    21
    Views
    3,620

    hey try this .. im also new here but i think the...

    hey try this .. im also new here but i think the porb is small so i can give u my prog toreverse a strng,,


    #include<stdio.h>
    char rev[20];
    void reverse(char *x)
    {
    int i=0,j=0;...
  3. Replies
    8
    Views
    1,140

    thanx a lot guys.. but prblems solved...

    thanx a lot guys.. but prblems solved
    actually i had to write a prog to check the syntax of MOV and MVI instruction
    so i had to read the source file that way but now i figured it out how to do...
  4. Replies
    13
    Views
    3,576

    thanx for letting me know where i stand. btw...

    thanx for letting me know where i stand.
    btw found some good problems to solve at
    http://acm.uva.es/problemset/


    at this point advicing me soom good books on C will be very much appreciated....
  5. Replies
    13
    Views
    3,576

    damn man! i know how to use fgets() its just...

    damn man! i know how to use fgets()

    its just i cant get it right.. look




    while(!feof(fp))
    {
    fgets(str,50,fp);
  6. Replies
    13
    Views
    3,576

    done with book no. 1 and 2 .... 3rd 1 havent...

    done with book no. 1 and 2 ....


    3rd 1 havent come across ... btw thanx 4 the reply...
  7. Replies
    9
    Views
    4,869

    lets C write a procedure square(int x1,int...

    lets C write a procedure square(int x1,int y1,int x2,int y2)
    (x1,y1) n (x2,y2) diagonal coods



    void square(int x1,int y1,int x2,int y2)
    {
    line(x1,y1,x2,y1);
    line(x1,y1,x1,y2);
    ...
  8. Replies
    13
    Views
    3,576

    how to test my C skills

    im done with C(almost a yr)

    now i dunno how good im at C.. so ne1 tell me how to test my C skills(started with TURBOc[is it a compiler] still using it ..)
    whtas an IDE how it differs from...
  9. Replies
    4
    Views
    5,018

    reference and theory r fine but i need some...

    reference and theory r fine but i need some examples to start with ....i dont ve prior experience of programming with intrrupts

    some good n easy examples of how to write programms using DOS int
  10. Replies
    8
    Views
    1,140

    i need to read a file format is .... FILE...

    i need to read a file format is ....

    FILE FORMAT

    SYMBOL MNEMONICS OPERANDS

    ..... ......... ........

    [EOF]
  11. Replies
    8
    Views
    1,140

    i know these functions .... just i need a...

    i know these functions .... just i need a working loop...

    ive written 1 but it goes into infinite loop

    written 1 function GetLine(FILE *fp, char *str) .. pass the file pionter and...
  12. Replies
    8
    Views
    1,140

    HELP with reading files

    can any1 write a loop for me that will read the entire file
    line by line.. i.e. on each iteration the line with newline charaacter must be stored in a string till the end of file... help..
  13. Replies
    4
    Views
    5,018

    dos interrupts in C

    can anyone give me links to good resources on dos interrupts..

    i mean tutorials or paper on DOS INT in C, interaction with hardware etc....

    anyway thanx in advance :p
Results 1 to 13 of 13