Forum: C++ Nov 20th, 2008 |
| Replies: 5 Views: 530 u knw anything about huffman code.i m new to this topic |
Forum: C++ Nov 20th, 2008 |
| Replies: 2 Views: 205 i have created my code.But my division is not working for longer number.CAn anybody solve this.
#include <iostream.h>
#include <string.h>
#include <stdlib.h>
#include <sstream>
#include... |
Forum: C++ Nov 19th, 2008 |
| Replies: 5 Views: 530 i mean i have to read string from the user,and then i have to create huffman binary code using cursor. |
Forum: C++ Nov 19th, 2008 |
| Replies: 5 Views: 530 hi
i want to create huffman binary code which tales string as a input,identify Identify the set of characters appearing in
the input string. Count the frequencies of these characters.
According... |
Forum: C++ Nov 14th, 2008 |
| Replies: 1 Views: 251 can anybody tell me what does this eroors mean:
error C2676: binary '*' : 'class LongInt' does not define this operator or a conversion to a type acceptable to the predefined operator
C:\Documents... |
Forum: C++ Nov 14th, 2008 |
| Replies: 2 Views: 261 ok .guys .i m sorry for my previous msg.Can anybody tell me how i can take user 's value,then divided into 8 groups and then i have to make node for that 8 values.Here is my code
... |
Forum: C++ Nov 13th, 2008 |
| Replies: 1 Views: 234 hi.
i have to do addition,multiplication,division and substraction of large numbers using c++.
Using pointers and struct .I m sending some code.plz if anyone can do this program help me.
... |