Search:

Type: Posts; User: cutelucks

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,086

    hii, i am sorry for the gramatical errors.i will...

    hii,
    i am sorry for the gramatical errors.i will not repeat it in future.
    i still dint understand the answer to my question.do u mean i should use head for one and head1(or something like that for...
  2. Replies
    7
    Views
    1,086

    doubt in strcutures

    hello,
    i have a doubt regarding the declaration of structures.

    i am using 2 structures both of which have head pointer one of which is local and the other one is global.how do i refer them.i...
  3. Replies
    14
    Views
    3,161

    thanx a lot:)

    thanx a lot:)
  4. Replies
    14
    Views
    3,161

    thanx a lot.i could correct most of my errors...

    thanx a lot.i could correct most of my errors now.i have only one more doubt.what does this error mean?


    jpj.c: In function `new_conteqn':
    jpj.c:46: sizeof applied to an incomplete type
    jpj.c:...
  5. Replies
    14
    Views
    3,161

    errors:

    hiie,
    sorry i missed the errors part.

    Errors:
    jpj.c: In function `new_conteqn':
    jpj.c:46: sizeof applied to an incomplete type
    jpj.c:52: dereferencing pointer to incomplete type
    jpj.c:53:...
  6. Replies
    14
    Views
    3,161

    my code

    jpj.h


    /* dynamically copy string or exit if malloc fails */

    char *estrdup( const char *str);

    /* have to declare this somewhere... */

    extern void yyerror( const char *msg);
  7. Replies
    14
    Views
    3,161

    hiee i corrected that error but still even...

    hiee

    i corrected that error but still even when the names are consistent i get many more errors which i am unable to figure out.can anyone tell what else is wrong in my code?

    thanx & Regards,...
  8. Replies
    14
    Views
    3,161

    c program error

    hello,
    can someone help in removing these errors from my c code:


    prog.h code:



    typedef struct iosig
    {
  9. Replies
    2
    Views
    1,178

    doubt in switch case

    hello,

    i have a doubt about how to write a switch case for a big program like spreadsheet wherein i give the values starting from A=0,B=1,C=2,...Z=25,AA=26,AB=27,....AZ=..and so on up to ZZ=701
    ...
  10. Thread: binary tree

    by cutelucks
    Replies
    6
    Views
    1,407

    i already got the logic on paper.but i am not...

    i already got the logic on paper.but i am not able to code my logic in C.i want to know how it stores while parsing.i guess it shud use double linked lists where every node has left and right child...
  11. Thread: binary tree

    by cutelucks
    Replies
    6
    Views
    1,407

    no thatz what i have doubt.we create a structure...

    no thatz what i have doubt.we create a structure for the tree like:
    struct node


    {
    int type;
    char *name;
    struct node *left, *right;
    };
  12. Thread: binary tree

    by cutelucks
    Replies
    6
    Views
    1,407

    binary tree

    hii,

    i have problem writing a binary tree program.actually we can directly search and insert left and right node for any normal expression with left child being less than and the right side being...
  13. Replies
    3
    Views
    57,470

    data type for hex

    hii everyone..
    i just wanted to know the datatype for hex..how do we declare a hex number like 0x00800000 in C program
    thanx
    cutelucks
  14. Replies
    4
    Views
    1,264

    actually i have a text file.i need to read and...

    actually i have a text file.i need to read and dislay the file on an LCD which takes 16 characters at a time.so i need to break the file after every 16 characters and then call the display function.i...
  15. Replies
    4
    Views
    1,264

    Breaking string into tokens

    hiee everyone..
    i wanted to know about how to break a string into tokens.I have a file and i need to read 16 characters at a time at the display.so i need to break the file after every 16 bits.i...
  16. Thread: files in C

    by cutelucks
    Replies
    5
    Views
    1,133

    My question is if i wish to read a file stored in...

    My question is if i wish to read a file stored in RAM to the processor,how can i do it?
  17. Thread: files in C

    by cutelucks
    Replies
    5
    Views
    1,133

    that was my question.how do we read a file from...

    that was my question.how do we read a file from any external device like SDRAM
  18. Thread: files in C

    by cutelucks
    Replies
    5
    Views
    1,133

    files in C

    hey everyone..
    i have a doubt in C files.how can i read a file from SDRAM.
    cutelucks
  19. Replies
    6
    Views
    2,263

    thanx a lot..i got it..:d

    thanx a lot..i got it..:d
  20. Replies
    6
    Views
    2,263

    actually i want a text file content to be...

    actually i want a text file content to be displayed in the command prompt..when i try giving the path like c:\a.txt..it says file not found..
  21. Replies
    6
    Views
    2,263

    file handling in C

    hii everyone..
    could anyone help me out with file handling in c.actually i wanted to know the command for reading the contents of a file from our computer.i mean we generally give a name to the file...
Results 1 to 21 of 22