Talk:C++/Classes and Inheritance

Latest comment: 8 years ago by I8086 in topic Outdated content
  1. include<iostream.h>
  2. include<conio.h>

void main() {

  int a;
  cout<<"enter the name";
  cin>>a;
  geth();

}

Outdated content edit

I 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)Reply



Where we can ask questions? 61.245.163.169 (discuss) 10:00, 14 January 2016 (UTC)Reply

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)Reply
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 (discusscontribs) 23:08, 2 February 2016 (UTC)Reply
Return to "C++/Classes and Inheritance" page.