Hola a todos... Soy un estudiante de Analisis de Sistemas de primer nivel, estoy haciendo uso de CODE BLOCKS codeblocks-16.01mingw-setup, para ejercicios con librerias, sin embargo al momento de hacer uso de <stdlib.h> para colocar con los atributos ejemplo : system("color f1") ó system ("cls") la consola no aplica las instrucciones del editor.
Al probar el codigo que es muy sencillo, (HELLO WORD!) , en otras PC, dlicho codigo imprime todas las instrucciones que se genero en el editor.
Por favor alguien de la comunidad que me pueda ayudar para resolver este problema, que imagino esta relacionado a las configuraciones de mi maquina seria importante para poder finalizar mi proyecto...
Coloco el codigo como referencia.
#include <iostream>
#include <stdlib.h>
using namespace std;
int main(){
system ("color f3");
cout <<"HOLA MUNDO"<<endl;
system("pause");
system("cls");
return 0;
}
Translation:
Hello everyone... I am a student of analysis of systems of first level, I am using CODE BLOCKS codeblocks - 16 01mingw-setup, for exercises with bookstores, however at the time of use < stdlib.h > to place attributes example: system("color f1) ") or system ("cls "") the console does not apply the instructions from the editor. "
When testing the code that (HELLO WORD!), is very simple, in other PC, dlicho code prints the instructions that I generated in the editor.
Someone in the community who can help me to solve this problem, please imagine this related to the settings of my machine would be important in order to finish my project...
I put the code as a reference.
What I have tried:
Reinstalar Code Blocks, buscar informacion sobre librerias. Adicional realice la instalacion de XWidget para Code Blocks lo cual me obligo a realizar cambios en "Simbolo de Sistema para su uso" . No se si eso puede influenciar.
Translation:
Reinstall Code Blocks, search information about libraries. Additional installation XWidget for Code Blocks which forced me to make changes to system "Simbolo for your uso". " Not is if that can influence.