Book a Demo

Author Topic: C++ const methods  (Read 2854 times)

Chudomir

  • Guest
C++ const methods
« on: November 27, 2002, 08:10:17 am »
Hi all
I'm a beginner in EA stuff and may be asking a silly question but anyway:
What is the way of producing constant method in c++ - EA generates something like "const int doSmt()" instead of "int doSmt() const"
Thanks in advance
Regards
Chudomir

CptnCrunch

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: C++ const methods
« Reply #1 on: December 02, 2002, 02:35:15 am »
Hi!

'Class Detail' -> 'Operations ...' -> 'Is Query'