Search:

Type: Posts; User: skwei81

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,545

    ^^ help me solve the error

    this coding i copy from book got many error hope some one can help me solve the error
    <code>
    #include <iostream.h>
    class Inner
    { int data;
    public:
    char id;
    void set (int x){ ...
  2. Replies
    1
    Views
    1,209

    problem of assignment.....

    1) defination of association relationship?
    2) defination of copy constructor?
    3) defination of composition?
    4) defination of encapsulation?
    5) defination of abstract class?

    treat u all sweet...
  3. hihi ... very sad ..... cannot run propertly my program... help me !!!

    help me see my program.... cannot run propertly.............
    <code>
    #include<iostream.h>
    #include<ctype.h>
    #include<fstream.h>
    #include<string.h>
    #include<iomanip.h>
    #include<stdlib.h>...
  4. Replies
    0
    Views
    1,043

    how to solve this problem of encode?

    hihi .. i don know how come this program cannot decode propertly
    <code>
    #include <iostream.h>
    #include <string.h>
    void main()
    {
    int text_length;
    char text[100];
    char decode_text[100];
Results 1 to 4 of 4