S
S
Sasha2942019-02-22 20:11:35
C++ / C#
Sasha294, 2019-02-22 20:11:35

What does "written in pure C++" mean?

I rummage on the git and see such words and I don’t understand the meaning

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
OnYourLips, 2019-02-22
@OnYourLips

Using only the standard language library.
No interface, no networking, no threads/processes, etc.

R
res2001, 2019-02-23
@res2001

When they say a similar phrase in relation to C, they usually mean a program written in C without additional dependencies, incl. and without dependencies on the standard library, i.e. C and OS.
I assume that in the case of C ++, this is exactly what is meant.

K
korchin, 2019-02-23
@korchin

"In pure C++" this is without the involvement of external libraries and frameworks (such as boost, qt, etc.).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question