What is a primitive class

T

Tony Johansson

Hello!

I'm reading in a document about window system and here they talk about
primitive class.

So my question is what is a primitive class?
It might not mean any spacial just a name of a class.

//Tony
 
V

Victor Bazarov

Tony said:
I'm reading in a document about window system and here they talk about
primitive class.

So my question is what is a primitive class?
It might not mean any spacial just a name of a class.

There is no term "primitive class" in C++. Perhaps whoever wrote that
document meant something unrelated to the language and instead something
specific to the "window system" (whatever that is).

There are "basic types" in C++ (sometimes referred to as "primitive" by
some folks, but definitely not "classes").

Victor
 
B

Bob Hairgrove

I'm reading in a document about window system and here they talk about
primitive class.

There is no C++ standard language definition of "primitive class"
(...well, maybe some of the classes posted in comp.lang.c++ might fit
that label said:
So my question is what is a primitive class?
It might not mean any spacial just a name of a class.

I am sure it is specific to the operating system and some window
management libraries for that OS -- but it is probably off-topic for
this newsgroup, which concerns itself only with the ISO/ANSI standard
C++ language itself.
 
?

=?ISO-8859-1?Q?Norbert_M=FCller?=

Tony said:
Hello!

I'm reading in a document about window system and here they talk about
primitive class.

So my question is what is a primitive class?
It might not mean any spacial just a name of a class.

Maybe the class of a graphic primitive?
 

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

No members online now.

Forum statistics

Threads
474,196
Messages
2,571,036
Members
47,631
Latest member
kukuh

Latest Threads

Top