Private is a way of encapsulation in object-oriented programming.
0
votes
3answers
13 views
error: constructor Miclass in class Miclass cannot be applied to given types;
I'm trying to compile this in java and get this error: error: constructor Miclass in class Miclass cannot be applied to given types.
what's happening?
class Miclass {
public int x;
private ...
0
votes
0answers
13 views
Google Play Private Channel - can´t see it on my android device
I have published an android app with the Developer Console in the Google Play Private Channel. (Setting: "Make this app only to users in the Google apps domain, I have enabled in the console). On the ...
2
votes
4answers
74 views
Variables in private interface
I was trying to test working of private interfaces and wrote the code below. I can understand that a situation might arise to declare private interfaces if we don't want any other class to implement ...
-10
votes
0answers
78 views
Advice to develop a chatting website using PHP [closed]
I am developing a chat application in PHP. I am fetching data from MySQL database. in my chat group chat is available, and am trying to develop private chat. Here some example website for my ...
0
votes
0answers
3 views
domain Key - where to put the private key?
OK - so i've created a domain key for my domain and added all the required NDS settings.
But i can't seem to find a straight answer about where to put the private key?!
I'm using plesk 11.
...
0
votes
4answers
48 views
C++ Private Array Access
I have a class that has a private unsigned char * to a data buffer. The data buffer can be of varaible length, so I use malloc() and free() to allocate the amount of memory I need to hold the data.
...
1
vote
1answer
34 views
Calling original inherited function after overriding it
I am trying to modify a private member of a class which was inherited from the base class. The problem is that in the derived class, I am overriding the method that sets the private member. In the ...
0
votes
0answers
15 views
How to encrypt the file using RSA algorithm and certificate?
Just faced it and no ideas how to solve it.
I got a task to encode with RSA the file using .PEM file ( This file begins with BEGIN CERTIFICATE and ends with END CERTIFICATE).
I tried alotta ways ...
-1
votes
2answers
58 views
c++ accessing functions from another file
I'm learning c++ and having a bit of trouble with how you share methods with different files and or classes.
if I make a function called increment(int a){a++; return a;}
and have it defined in ...
0
votes
1answer
20 views
VMware private internal network
I have 4 virtual machines, a client using windows 7 and 3 servers, one of which is a core server installation the other two are standard windows servers. I need to give all machines a static IP ...
0
votes
0answers
15 views
How to create 100 proxy with ccproxy
I have ccproxy license of unlimited users.But still now i can create only 3 proxy.I think i am missing something.I have created the 3 proxy by the way
i use one of the proxy in configuration ...
2
votes
1answer
55 views
Is Automapper supposed to work with private setters OOB?
I have a nested child class with public properties with private setters. In the parent class I am able to use Automapper to map to the child class and the values of the private setters are being set. ...
0
votes
2answers
51 views
Simple OOP/private variable query- Java
Not quite sure why this won't work, when i try to compile and run it gives me a null pointer exception. I know it's super simple and probably a stupid question but I can't seem to figure it out!
...
-2
votes
1answer
21 views
Posting to Google+ Stream
Since Google+'s API only allows for public reading, has anyone figured out how to post to a Google+ stream or do private reading another way?
0
votes
0answers
32 views
How do I compare the client IP address to my LAN ip ranges in aspx vb code behind
I have a link on my asp.net site that connects to a resorce only available on the LAN. I want to check the client IP address and if it is a private ip make the label in my link visible and if it is a ...