USAR TURBO C++ 4.5 PORTABLE EN LINUX UBUNTU 14.02 ??
URL DE DESCARGA
http://www.4shared.com/file/45484905/dcb0f2a8/Borland_C_45_Portable_by_TOVIR.html
CODIGO
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
int main(){
system("cls");
printf("hola mundo");
getch();
return 0;
}
Ave que vuela, a la cazuela.