AttackOfTheSam

Mario I will avenge you!
  • Home
  • About
Switcher

Archive

Posts Tagged ‘C++’

Calling base function, and base constructor C++

June 17th, 2009
No comments

class ParentClass{

ParentClass(){

}

void FunctionA(){

}

}

class ChildClass:ParentClass{

ChildClass():ParentClass(){

}

void FunctionA(){

ParentClass::FunctionA();

}

}

Sam Uncategorized C++, Class

RSS feed
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha

Random Posts

  • Change SVN Editor
  • Random Math Equations
  • CFLAGS to get assembly and c code together
  • svn & kompare
  • Function Prototypes Example

Tag Cloud

C++ Class Controls design differences editor gedit kompare phase margin svn

Categories

  • Control Theory
  • Uncategorized

Archives

  • April 2010
  • October 2009
  • September 2009
  • August 2009
  • June 2009
  • March 2009
  • February 2009

Meta

  • Log in
Top WordPress
Copyright © 2009-2010 AttackOfTheSam
Theme by mg12. Valid XHTML 1.1 and CSS 3.