C++ HELP !!!
  • Admiral
    #15
    void Csere( int *a, int *b)
    {
    int c;

    c = *a;
    *a = *b;
    *b = c;
    }

    #include <stdio.h>

    void Kivalaszt( int *Sorozat, int Count)
    {
    int i;

    for (i=0; i<Count; i++)
    {
    if ( T( Sorozat[i]) )
    printf( "%d", Sorozat[i]);
    }
    }