Search:

Type: Posts; User: MartinLiao

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,215

    Whats Wrong in My simple program?

    #include <malloc.h>
    #include <stdio.h>
    struct list
    {
    int data;
    struct list next;



    };
  2. Replies
    27
    Views
    14,932

    swap two int variables.

    swap two int variables.
  3. Replies
    27
    Views
    14,932

    is tha good method?

    i write the program:


    #include "stdio.h"

    int main()
    {
    int a,b,c;
    a=1;
    b=2;
  4. Replies
    3
    Views
    1,330

    Where Can I Get The Answer?

    i got book <<The Complete C++ Training Course,Second Edition >> The Author is:Harvey M.Deitel And Paul James Deitel,But The
    book no answer to the exercises,Where Can I get the answer?thanx.....
Results 1 to 4 of 4