Raised This Month: $51 Target: $400
 12% 

Desvirtúe aquí.


  
 
 
Thread Tools Display Modes
MouseSplash!
Veteran Member
Join Date: Dec 2009
Location: En Tu Mente!
Old 02-16-2010 , 16:04   Re: [ES] El Offtopic va ACA! (con reglas)
#151

Me Encontre a Speed Por Youtube XDD


http://www.youtube.com/watch?v=DT9v1...layer_embedded

pillen el minuto

1:10 xDDDD!!!1 Que Cagaso!

Last edited by MouseSplash!; 02-16-2010 at 16:08.
MouseSplash! is offline
Cuchhii
BANNED
Join Date: Feb 2010
Location: Cordoba,Argentina
Old 02-16-2010 , 16:07   Re: [ES] El Offtopic va ACA! (con reglas)
#152

Quote:
Originally Posted by MouseSplash! View Post
Me Encontre a Speed Por Youtube XDD


http://www.youtube.com/watch?v=DT9v1...layer_embedded

Jaja encima loco por un SUPERJUEGO
Cuchhii is offline
Send a message via MSN to Cuchhii
sombrilla
Veteran Member
Join Date: Apr 2009
Location: Buenos Aires
Old 02-16-2010 , 16:13   Re: [ES] El Offtopic va ACA! (con reglas)
#153

Quote:
Originally Posted by MouseSplash! View Post
Me Encontre a Speed Por Youtube XDD


http://www.youtube.com/watch?v=DT9v1...layer_embedded

pillen el minuto

1:10 xDDDD!!!1 Que Cagaso!
El vicio tiene un limite... eso lo pasa, lejos..
__________________

sombrilla is offline
Send a message via MSN to sombrilla
(<|o.o|>)
BANNED
Join Date: Feb 2010
Old 02-16-2010 , 16:26   Re: [ES] El Offtopic va ACA! (con reglas)
#154

Completamente enfermo.
(<|o.o|>) is offline
Cuchhii
BANNED
Join Date: Feb 2010
Location: Cordoba,Argentina
Old 02-16-2010 , 17:22   Re: [ES] El Offtopic va ACA! (con reglas)
#155

Quote:
Originally Posted by lucas_7_94 View Post
Te banearon permanentemente ?
Date will ban finish : Never
Cuchhii is offline
Send a message via MSN to Cuchhii
Asd'
Senior Member
Join Date: Jun 2009
Location: Argentina
Old 02-16-2010 , 19:55   Re: [ES] El Offtopic va ACA! (con reglas)
#156

Mi segundo paso en C++:
PHP Code:
#include <stdio.h>
#include <windows.h>
#include <conio.h>

void ConsoleColorWORD wColor );

int main( )
{
    
ConsoleColorFOREGROUND_GREEN );
    
printf"--------------------------------\nPrograma C++:\nCurrent Version: 0.1.0\n" );
    
printf"Creado por Fraan'\n--------------------------------\n\n" );
    
    
ConsoleColorFOREGROUND_RED FOREGROUND_GREEN FOREGROUND_BLUE );
        
    
printf"¿Quieres crear un archivo?\n" );
    
printf"Escribe el nombre abajo:\n" );

    
char szCharacters300 ];
    
scanf" %[^\n]"szCharacters );
    
strcatszCharacters".txt" );

    
FILE *szFile fopenszCharacters"w" );

    
printf"Escribe aqui lo que quieras que contenga el archivo:\n" );
    
scanf" %[^\n]"szCharacters );
    
    
fputsszCharactersszFile );
    
fcloseszFile );

    
printf"\nLo que has escrito se ha creado correctamente." );
    
printf"\nPresiona una tecla para continuar..." );
    
getch( );
    return 
0;
}

void ConsoleColorWORD wColor )
{
    
HANDLE hHandle GetStdHandleSTD_OUTPUT_HANDLE );
    
SetConsoleTextAttributehHandlewColor );

__________________

Last edited by Asd'; 02-17-2010 at 01:47. Reason: Arregle el error que tenia.
Asd' is offline
Send a message via MSN to Asd'
Mauricio
Veteran Member
Join Date: Feb 2009
Location: Monterrey, Nuevo Leon, M
Old 02-17-2010 , 01:14   Re: [ES] El Offtopic va ACA! (con reglas)
#157

oliiiiiiii



.................…………………………._¸„„„„_
…………………….…………...„--~*'¯…….'\
………….…………………… („-~~--„¸_….,/ì'Ì
…….…………………….¸„-^"¯ : : : : :¸-¯"¯/'
……………………¸„„-^"¯ : : : : : : : '\¸„„,-"
**¯¯¯'^^~-„„„----~^*'"¯ : : : : : : : : : :¸-"
.:.:.:.:.„-^" : : : : : : : : : : : : : : : : :„-"
:.:.:.:.:.:.:.:.:.:.: : : : : : : : : : ¸„-^¯
.::.:.:.:.:.:.:.:. : : : : : : : ¸„„-^¯
:.' : : '\ : : : : : : : ;¸„„-~"¯
:.:.:: :"-„""***/*'ì¸'¯
:.': : : : :"-„ : : :"\
.:.:.: : : : :" : : : : \,
:.: : : : : : : : : : : : 'Ì
: : : : : : :, : : : : : :/
"-„_::::_„-*__„„~"
__________________
[C]apo[s]trike Zombie Levels Server
IP:
69.162.123.19:27015

Enter now, you won´t regret.
Entra ya, no te retractaras.
Mauricio is offline
Send a message via MSN to Mauricio
Kiske
Veteran Member
Join Date: May 2009
Old 02-17-2010 , 08:56   Re: [ES] El Offtopic va ACA! (con reglas)
#158

Quote:
Originally Posted by Asd' View Post
Mi segundo paso en C++:
PHP Code:
#include <stdio.h>
#include <windows.h>
#include <conio.h>

void ConsoleColorWORD wColor );

int main( )
{
    
ConsoleColorFOREGROUND_GREEN );
    
printf"--------------------------------\nPrograma C++:\nCurrent Version: 0.1.0\n" );
    
printf"Creado por Fraan'\n--------------------------------\n\n" );
    
    
ConsoleColorFOREGROUND_RED FOREGROUND_GREEN FOREGROUND_BLUE );
        
    
printf"¿Quieres crear un archivo?\n" );
    
printf"Escribe el nombre abajo:\n" );

    
char szCharacters300 ];
    
scanf" %[^\n]"szCharacters );
    
strcatszCharacters".txt" );

    
FILE *szFile fopenszCharacters"w" );

    
printf"Escribe aqui lo que quieras que contenga el archivo:\n" );
    
scanf" %[^\n]"szCharacters );
    
    
fputsszCharactersszFile );
    
fcloseszFile );

    
printf"\nLo que has escrito se ha creado correctamente." );
    
printf"\nPresiona una tecla para continuar..." );
    
getch( );
    return 
0;
}

void ConsoleColorWORD wColor )
{
    
HANDLE hHandle GetStdHandleSTD_OUTPUT_HANDLE );
    
SetConsoleTextAttributehHandlewColor );


Mis primeros pasos de bebe:

__________________

Kiske is offline
Send a message via Skype™ to Kiske
sombrilla
Veteran Member
Join Date: Apr 2009
Location: Buenos Aires
Old 02-17-2010 , 10:19   Re: [ES] El Offtopic va ACA! (con reglas)
#159

Quote:
Originally Posted by Kiske View Post
Mis primeros pasos de bebe:

__________________

sombrilla is offline
Send a message via MSN to sombrilla
Kiske
Veteran Member
Join Date: May 2009
Old 02-17-2010 , 13:10   Re: [ES] El Offtopic va ACA! (con reglas)
#160

Loco, me re copé con el Pump It Up y StepMania.

Alguien sabe donde puedo encontrar una Plataforma de Baile de Metal.
Encontre una en MercadoLibre y sale $500

Y no encontre ninguna otra.

Si alguien sabe de otra mas barata y qe sea buena..
Se lo agradezco.
__________________

Kiske is offline
Send a message via Skype™ to Kiske
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode