[Off] Desafio - String Reverse
#8

Quote:
Originally Posted by Dolby
Посмотреть сообщение
Eu introduzi outra palavra qualquer, veja o resultado:

Letra introduzida: PORTUGAL
Letra ao contrario: GUTROP
Estou a dormir, totalmente.. jб venho cб por outro cуdigo.

@edit, aqui vai:
PHP код:
#include <iostream>
void ReverseSTR(char str[]);
int main(int argcchar** argv) {
    
ReverseSTR("America do Norte");
    return 
1;
}
void ReverseSTR(char str[]) {
    for (
int i std::strlen(str) - 1!= -1i--) {
        
printf("%c"str[i]);
    }
    
printf("\n");
    
std::system("pause");

Reply


Messages In This Thread
Desafio - String Reverse - by Dolby - 09.11.2013, 21:17
Respuesta: Desafio - String Reverse - by DanDRT - 09.11.2013, 21:26
Re: Desafio - String Reverse - by GWMPT - 09.11.2013, 21:36
Re: Desafio - String Reverse - by Dolby - 09.11.2013, 21:36
Re: Desafio - String Reverse - by GWMPT - 09.11.2013, 21:49
Re: Desafio - String Reverse - by iHarzard - 09.11.2013, 21:53
Re: Desafio - String Reverse - by Dolby - 09.11.2013, 21:57
Re: Desafio - String Reverse - by GWMPT - 09.11.2013, 22:00
Re: Desafio - String Reverse - by Dolby - 09.11.2013, 22:08
Re: Desafio - String Reverse - by GWMPT - 10.11.2013, 11:58

Forum Jump:


Users browsing this thread: 3 Guest(s)