Search:

Type: Posts; User: grizzael

Search: Search took 0.00 seconds.

  1. Thank you !

    Thank you !
  2. Replies
    1
    Views
    2,374

    radix sort format for string

    if I want to sort strings, is it MSB (more significant bit) to LSB (less significant bit)?
  3. whats the meaning of [Warning] deprecated...

    whats the meaning of [Warning] deprecated conversion from string constant to 'char*' [-Wwrite-strings] ?



    #include<stdio.h>
    #include<stdlib.h>
    #include<string.h>

    typedef struct...
  4. Thank you for your replied. Is it possible let it...

    Thank you for your replied. Is it possible let it work in C programming if change some part of this coding?
  5. radix sort strings in c (errors) how to solve?

    This coding is found on a website. But occuring the errors below:
    [Error] invalid conversion from 'void*' to 'bucket_entry*' [-fpermissive]
    [Error] invalid conversion from 'void*' to 'bucket*'...
  6. Thank you!

    Thank you!
  7. Is it possible to use bubble sort the strings on linked list?

    Is it possible to use bubble sort the strings on linked list in C programming?I could not found any information about it.
Results 1 to 7 of 7