What are macros,virtual functions and what static means?

P

PencoOdStip

What are macros,virtual functions and what static means?

I don't have time to read a book,i have to finish a simple plugin till
tomorow morning to my first client and i need to know what these are
so i complete the puzle.

As short and simple explanations as posible pleaseee..
 
J

John Harrison

What are macros,virtual functions and what static means?

I don't have time to read a book,i have to finish a simple plugin till
tomorow morning to my first client and i need to know what these are
so i complete the puzle.

As short and simple explanations as posible pleaseee..

Macros in C++ are text substituitions in the source of the program.

Virtual functions enable runtime binding of objects to methods.

static modifies the lifetime or visibility of an object in various ways
depending on context.

Clear now?

john
 
D

Daniel Kraft

I don't have time to read a book,i have to finish a simple plugin till
tomorow morning to my first client and i need to know what these are
so i complete the puzle.

Homework maybe? But you do not need to read a book, simply try google,
it will point you there...
 
I

Ian Collins

What are macros,virtual functions and what static means?
Please don't multi-troll on Usenet. If you must troll, stick to one
group to make it easier for people to killfile you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top