[C con Clase] por favor si alguein me puede ayudar

Yudenis Martínez Abreu ymabreu en ingenieria.unica.cu
Vie Ene 5 02:41:15 CET 2007


Yo lo corrí en DEV C++ y así trabaja. En rojo puse los cambios.

 
//#include "stdafx.h"
#include<stdio.h>

int main(int argc, char* argv[])
{
int numero =0;
        printf("Please input Number!\n");
        scanf("%d",&numero);
        printf("Number input %d", numero);
        
        getchar();getchar();
        return 0;          
}

________________________________

tengo esto en vb c++
// demo.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include<stdio.h>


int main(int argc, char* argv[])
{
int numero =0;
        printf("Please input Number!\n");
        scanf("%d",numero);

        printf("Number input %d", numero);
        getchar();getchar();
        return 0;      
       

}


y no me muestra nada me imaguino que hay diferencias entre vb c++ y l c++ de delfi, si podrian ayudarme o alguein me me diga donde ahy un site como este que tenga un tutorial, completo gracias de antemano

------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 5011 bytes
Desc: no disponible
URL: <http://listas.conclase.net/pipermail/cconclase_listas.conclase.net/attachments/20070104/c79d3f62/attachment-0001.bin>


Más información sobre la lista de distribución Cconclase