Search:

Type: Posts; User: prdeepss

Search: Search took 0.01 seconds.

  1. Thanks everybody.I got the right solution to my...

    Thanks everybody.I got the right solution to my problem. I have used series of IF statement with strcmp method.

    Thanks everybody........
  2. Thanks bro.... I know brother it can be solved...

    Thanks bro....

    I know brother it can be solved using IF , CASE statements. can i use strcmp method or how i do that. please explain me more clearly.

    thanks
  3. how to convert char string to user defined data type

    I have the following piece of code,



    typedef enum{ ArtsTheatre, NewArtsBlock, OpenAirTheatre}vertex;



    Now my problem is i want to convert char value into this vertex data type.How can i...
  4. Replies
    5
    Views
    1,331

    thanks

    thanks lot bro..................i got rid of the mess

    one of array element is incorrectly inserted
  5. Replies
    5
    Views
    1,331

    thanks lot bro....... and i m sorry the...

    thanks lot bro.......

    and i m sorry the following part should not be included in the code........


    infile = fopen ("mapdata.txt","r");
    for (row=0; row < no_vertices; row +=1)
    {
    for...
  6. Replies
    5
    Views
    1,331

    as i think stack limit is not enough to handle...

    as i think stack limit is not enough to handle largest path....if it is how i increase stack limit

    thanks........
  7. Replies
    5
    Views
    1,331

    getting errrrrors

    when i run my program following errors showing.........

    *** glibc detected *** ./a.out: double free or corruption (top): 0x087c8008 ***
    ======= Backtrace: =========...
  8. Thread: 2D array

    by prdeepss
    Replies
    3
    Views
    1,312

    2D array

    Hi everyone,

    I want to create a two dimensional array whose size is 54*54.But I want to insert all the elements in program itself.How i do that.

    eg:array elements(54*54)



    value...
  9. Replies
    3
    Views
    1,620

    Hey bro thanx for ur comments.But i would say i...

    Hey bro thanx for ur comments.But i would say i can not get rid of this.i have attached another two files which are PQ.c and SP.h i have declared all the functions in header file.i know there is a...
  10. Replies
    3
    Views
    1,620

    i m getting some errors

    my error is as following

    /var/tmp//ccRsrzpV.o(.text+0x65a): In function `build_illustrate':
    : warning: warning: this program uses gets(), which is unsafe.
    /var/tmp//ccRsrzpV.o(.text+0x66c): In...
Results 1 to 10 of 10