c++ - Scoped Pointer in Boost : What does mean a raw pointer? -


i read in article smart pointers in boost :

"scoped_ptr raw pointers, while scoped_array useful dynamic arrays."

but didn't mean "raw pointers", neither sentence.

could of explain me this? thanks

their wording unfortunate. "raw" pointers, people mean primitive pointer types, regardless of point to. mean is:

scoped_ptr pointers single objects, while scoped_array useful dynamic arrays


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -