0
Header file of C++
How to change C++ basic syntax like cout,cin,endl,int main(),getch() to another language with header file?What do i must define in header file?
1 Resposta
+ 15
Are you trying to write other languages' syntax in C++ by modifying the header?