Top "Shared" questions

In VB.

C++ raw pointer and std::shared_ptr

I am working with std::shared_ptr and during my software development I met a couple of cases that let …

c++ pointers shared
Shared folders options for vmware in ESXi server

I am using ESXi server and run VMs using vSphere client. I was using shared folders options in VMware but …

directory vmware shared esxi vsphere
"Access of shared member, constant member, enum member or nested type through an instance"

I wonder why Visual Studio is raising this warning: Access of shared member, constant member, enum member or nested type …

.net vb.net warnings shared instance-variables
Shared library in containers

For two processes A and B, the both use the library libc.so, libc.so is loaded into memory only …

docker containers shared chroot
how is a shared library file called by two different processes in Linux?

In Linux, I have a shared library file called foo.so When I execute 2 different process p1, p2 that both …

c linux process shared
Vista and ProgramData

What is the right place to store program data files which are the same for every user but have to …

windows-vista directory shared programdata
Can I reset a static/shared class?

I've got a shared class (static in C#) which mostly carries some settings data that any class in the application …

c# .net vb.net static shared
Can the same DLL data be shared by 2 different processes?

I have two different C# applications that are running at the same time. I would like both of them to …

c# dll process shared
Finding the load address of a shared library in Linux

At runtime I need to print out an address, and then find which function that address is part of. The …

linux load shared memory-address
SOA and shared databases

I don't understand SOA (Service-oriented Architecture) and databases. While I'm attracted by the SOA concept (encapsulating reusable business logic into …

database soa shared