Talk:C++/Classes and Inheritance
< Talk:C++
Latest comment: 8 years ago by I8086 in topic Outdated content
- include<iostream.h>
- include<conio.h>
void main() {
int a; cout<<"enter the name"; cin>>a; geth();
}
Outdated content
editI get this error when compiling. warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]| that thing should be updated. 112.134.65.188 (discuss) 07:38, 14 January 2016 (UTC)
Where we can ask questions? 61.245.163.169 (discuss) 10:00, 14 January 2016 (UTC)
- Questions about what? If it's about this page.. you can ask a question on the talk page here. ---Atcovi (Talk - Contribs) 12:36, 14 January 2016 (UTC)
- Also, what's the snippet of code that's causing the problem? And that's not an error, it's a warning; the compiler is just warning you of a potential problem. --I8086 (discuss • contribs) 23:08, 2 February 2016 (UTC)