Peculiar behaviour with iostream namespace and isalpha function

Правка en1, от ShubhamAvasthi, 2019-12-25 14:47:55
#include <iostream>
using namespace std;

int main()
{
	cerr<<isalpha('a');
}
Теги g++14 compiler, c++ 14, c++, g++, c++ compilers

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en5 Английский ShubhamAvasthi 2020-02-19 12:17:50 11 Tiny change: ' included namespaces/header fil' -> ' included header fil'
en4 Английский ShubhamAvasthi 2020-02-19 12:15:25 2 Tiny change: ' namespace/header file for iostr' -> ' namespaces/header files for iostr'
en3 Английский ShubhamAvasthi 2019-12-25 20:37:52 14
en2 Английский ShubhamAvasthi 2019-12-25 19:50:40 802 (published)
en1 Английский ShubhamAvasthi 2019-12-25 14:47:55 168 Initial revision (saved to drafts)