-
2077074·nasm·4.2 KB·2011-06-09 02:16 UTC
.MODEL small
.STACK 100h
.DATA
Message1 DB 'Digite uma sequencia de caracteres:',13,10,'$'
Message4 DB 'Digite outra sequencia de caracteres:',13,10,'$'
Message2 DB 'Este nao e um car
-
2077073·text·47.2 KB·2011-06-09 02:10 UTC
-
2077071·text·76.0 KB·2011-06-09 02:07 UTC
-
2077070·text·207.1 KB·2011-06-09 02:05 UTC
-
2077067·text·1.1 KB·2011-06-09 02:00 UTC
[center][font=optima][b][color=green][u]You Must Meet These Requirements Before You Apply![/color][/u]
You are required to have a post count of 10 to apply. That does not mean you spam the forums.
-
2077066·text·113.8 KB·2011-06-09 02:00 UTC
-
2077064·text·3.1 KB·2011-06-09 01:56 UTC
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
/******************************************************************************************
Por: Pablo Navarrete C.
Rol: 2373543-1
Pr
-
2077063·nasm·2.8 KB·2011-06-09 01:54 UTC
.MODEL small
.STACK 100h
.DATA
Message1 DB 'Digite uma sequencia de caracteres',13,10,'$'
Message2 DB 'Este nao e um caracter valido:',13,10,'$'
Message3 DB 'Tamanho do vetor foi exce
-
2077060·nasm·421 B·2011-06-09 01:52 UTC
.MODEL small
.STACK 100h
.DATA
vetor1 DB 0,0,0,0,0,13,10,'$'
vetor2 DB 0,0,0,0,0,13,10,'$'
tam DB 5
Message1 DB 'Digite a primeira string:',13,10,'$'
Message2 DB 'Digite a segunda string:',13,1
-
2077055·text·825 B·2011-06-09 01:49 UTC
You MUST Abide By These Rules If You Want To Stay In The Clan.
[b][color=blue][size=15]The Rules[/size][/color]
1. Respect All Of The Clan Members.
2. No Racism.
3. No Porn.
4. Listen To The Ra
-
2077052·text·823 B·2011-06-09 01:34 UTC
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
int n = 4;
int n2 = n + 1; // numero de equipos
int fec = 2 * (n - 1); // numero de fechas o partidos
int i;
int j;
int a
-
2077050·text·1.4 KB·2011-06-09 01:33 UTC
#include <iostream>
#include <math.h>
#define FIL 7
#define COL 7
int m[FIL][COL] = {
{0,1,0,0,0,0,0},
{0,1,2,3,0,0,0},
{0,3,4,4,0,0,0},
{0,0,0,5,0,0,0},
{0,0,0,7,6,0,
-
2077049·text·3.8 KB·2011-06-09 01:32 UTC
#include <iostream>
#include "BirthDate.h"
using namespace std;
BirthDate::BirthDate( int birth, int day2, int year ) : Date( birth, day2, year )
{
setGem( static_cast<Months>(birth) );
se
-
2077048·text·1.4 KB·2011-06-09 01:30 UTC
void BirthDate::setSign(int signMonth, int signDay)
{
string zodiac[12] = { "Aries", "Taurus", "Gemini", "Cancer", "Leo", "Virgo", "Libra", "Scorpio", "Sagittarius", "Capricorn", "Aquarius", "Pisce
-
2077046·text·742 B·2011-06-09 01:29 UTC
on *:START:{ ms.timestampfmt }
alias ms.timestampfmt {
var %ctime = $calc($ctime + 1)
while (%ctime >= $ctime) { }
set $iif(($version < 6.17),-u1000000000,-e) %ms.timestampfmt.fix $calc($tic
-
2077044·text·827 B·2011-06-09 01:26 UTC
You MUST Abide By These Rules If You Want To Stay In The Clan.
[b][color=blue][size=15]The Rules[/size][/color]
1. Respect All Of The Clan Members.
2. No Racism.
3. No Porn.
4. Listen To The Ra
-
2077043·text·237 B·2011-06-09 01:25 UTC
body
{
overflow-y: scroll !important;
overflow-x: hidden !important;
}
html
{
overflow-y: auto !important;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
width: 0px !importa
-
2077041·text·164 B·2011-06-09 01:19 UTC
int* funcion(){
int z[n][m];
int *pointer;
...
pointer = &z;
return pointer;
}
main{
int x[n][m];
&x = funcion();
printf x[][];
}
-
2077039·php·39 B·2011-06-09 01:15 UTC
<?php
echo "This is a test again";
?>
-
2077038·php·37 B·2011-06-09 01:14 UTC
<?php echo "This is a test again"; ?>