Talk:C++/Classes and Inheritance

From Wikiversity
Jump to navigation Jump to search
  1. include<iostream.h>
  2. include<conio.h>

void main() {

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

}

Outdated content[edit source]

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]