elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Trabajando con las ramas de git (tercera parte)


  Mostrar Mensajes
Páginas: 1 2 3 4 5 6 7 8 9 10 [11]
101  Programación / Programación C/C++ / consulta con ejercicio de practica en: 20 Enero 2011, 17:41 pm
estoy leyendo: como programar en c/c++ de deitel y dietel,
y me surgio un ejercicio que lo plantie asi:

#include <stdio.h>


 main()
{
   int a, b, c;

 
  printf("ingrese dos numeros: \n");
  scanf("%d%d\n", &a, &b);
  printf("la suma es: %d\n", a + b);
  prinft("la resta es: %d\n", a - b);
  printf("la multiplicasion es: %d\n", a * b);
  printf("la division es: %d\n", a / b);
  printf("el modulo es: %d\n", a % b);

  return 0;
 
}

pero no me deja compilarlo me dice que printf no esta declarado
102  Sistemas Operativos / GNU/Linux / Re: problema wifi en ubuntu 10.10 en: 17 Enero 2011, 15:22 pm
nadie sabe que puede ser?? intente con el wicd y pasa lo mismo
103  Sistemas Operativos / GNU/Linux / Re: problema wifi en ubuntu 10.10 en: 16 Enero 2011, 21:18 pm
cuando prendo mi pc, el wifi me aparece siempre conectando pero nunca se conecto a  la internet, pero me reconoce que es una buena señal, osea me aparecen todas las barras llenas pero nunca se conecta
104  Sistemas Operativos / GNU/Linux / problema wifi en ubuntu 10.10 en: 16 Enero 2011, 21:05 pm
amigos tengo un problema, el tema es que consegui una notebook, y le instale el ubuntu 10.10, el primer dia me funcionaba el wifi en la habitacion del modem, despues cuando movi la pc de lugar no engancho mas, el problema es que lo detecta el wifi del hogar a toda frecuencia pero nunca lo engancha. por las dudas que mis drivers de ethernet estes desactualizados use, el drivermax para actualizarlos pero esto no resolvio mi problema..
como lei arriba les dejo los datos que me dio el comando lspci:

 Host bridge: Silicon Integrated Systems [SiS] 671MX
 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 20)
 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 20)
 System peripheral: JMicron Technology Corp. MS Host Controller (rev 20)


espero que alguien me ayude ya que quiero tener la pc al 100% para empezar a programar =)
Páginas: 1 2 3 4 5 6 7 8 9 10 [11]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines