Search:

Type: Posts; User: vddking2

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,565

    But i want to use it to calculate, so I can't...

    But i want to use it to calculate, so I can't change it to string
  2. Replies
    6
    Views
    1,565

    Exact binary in C++

    I made a function to change from char to binary, but i can't show it with zero number in front of result.

    Example: it show 10001 while I would like it show: 0010001

    How can I do it?

    Thanks!...
  3. Thread: Cut a string

    by vddking2
    Replies
    3
    Views
    1,361

    I want to take each line to give in database, so,...

    I want to take each line to give in database, so, i use foef

    Can you give me some informations about sscanf function? I don't know it.

    Is there a function which cut string from a string to a...
  4. Thread: Cut a string

    by vddking2
    Replies
    3
    Views
    1,361

    Cut a string

    I have just do a program to cut a string to 2 string, space by tab, but when I run it was failed, could you fix help me?
    the data.txt file have multilines, a line include a word, a tab and a word
    ...
  5. Replies
    2
    Views
    1,239

    recieve data form file

    I have file data.txt like this:



    hello chao //space by tab(ascii:9)
    good tot
    how the nao


    I have a hash order by alpahabes (26 bucket), in each element, i have:...
  6. Replies
    1
    Views
    11,726

    flushall() in DEVC++

    I have just been using DEV C++ for 1 week. But with this program, I can't use flushall() function, so, is there function in DEV which replace it?
  7. Replies
    6
    Views
    1,150

    I never seen this function void main(void) :-p

    I never seen this function void main(void) :-p
  8. Replies
    5
    Views
    1,499

    I think in the other function, you don't use "*"...

    I think in the other function, you don't use "*" to make change.

    Example:



    void change(char*character)
    {
    printf("Add a character: "); scanf("%c",&character);
    }
  9. Replies
    9
    Views
    1,719

    I could write Vienamese with Roman Alphabet but I...

    I could write Vienamese with Roman Alphabet but I order them with English, so, must use 26 character.

    About you, what's hash function do you think best?
  10. Replies
    9
    Views
    1,719

    hi, now I knows how I have this problem. I used...

    hi, now I knows how I have this problem. I used MakenullSet(D) in ReadSet function, so it deleted my hash ^_^
  11. Replies
    9
    Views
    1,719

    So, what should I do to have a same hash?

    So, what should I do to have a same hash?
  12. Replies
    9
    Views
    1,719

    I have a problem with hash

    I'm programming a hash with alphabetics, use as a dictionary, but I i have his problem:

    When I add a new word after I had a hash with some word, old hash is deleted and it's creat a new hash, but...
Results 1 to 12 of 12