I have an application in VB6 for which I am implementing the Autologout functionality. Whenever the application is in idle state for some time,...
For my problem using OutlookSession.EmailAcounts we can send email.. I have to know more about API to use them Regarding private constructors...
In base calss j is protected member. In case 1 you are trying to assign value for a protected member . so it failed. Where as in case 2, you...
Thought of adding more details regarding the scenario I faced in C#, where as in C++ I would like to know more about private constructors,...
How to invoke a function in a class which is having private constructor. Eg: class A { private A(){} public void fun(int a )...
Thank you xpi0t0s for your responce. But I am sorry that I posted in a wrong forum.. I got this doubt when I am using c#. I will start a...
:) I thought Code Blocks IDE.. From next time onwards if I am posting code I will fallow the code blocks menctioned...
Thank you ansari.. I really don't know that sizeof() will work at compile time... and thank you xpi0t0s for the solution given.. I thought there...
Hi, Lat us take a class like class A { int *i; char *c; A() { i = (int*) malloc( 50 * sizeof(int)); c = (char*)...
If you want to display in the same way you inserted, you have to display in the sameway.. 1st, then 3rd and then 2nd values.. not using a for...
Thanks Shabbir.. Ya.. -R is correct.. even I am also not sure whether -r will work not not.. I remeber 'r' for recurssive.. so menctioned as...
If you and the superuser are in a group then the superuser can grant access.. 1. Login as root.. 2. change the permissions of the files to 777...
getline() will return including the integer value... so I think when we say in>>attack then it will try to read the next value which will be in...
In the code which you menctioned in 1st post as far as understand 1. in case1 of smenu() first you are asking the user " wish to add more...
Is the problem is entering into the file or displaying from the file?
I guess we can't delete the smaller value.. but while creating a priority_queue if we create using greater<int> then we can delete small value,...
Can you let me know what is the problem that you got ..
Thanks pradeep.. got it....
Hi Shabbir, The article was good and I really don't know about this.. Actually my usecase is something like, we work on linux sys., but...
Separate names with a comma.