Jump to content

ler um caracter;


Sota
 Share

Recommended Posts

	printf("Funcao da estacao n %d: \n",estacoes[j]);

	scanf("%c",&s);
	printf("\ntecla: %c*",s);
	while(s!='s' && s!='e'){
		printf("Funcao da estacao n %d: \n",estacoes[j]);
		scanf("%c",&s);
		printf("\ntecla: %c",s);
	}
	modo[j]=s;

Quero ler uma variavel, mas ele passa por cima do do primeiro scanf. só para no segundo.

Tou a utilizar o scanf porque já experimentei o getchar(), mas tambem não dá?

como posso fazer isso ???

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.