Search:

Type: Posts; User: anil_beloved

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,271

    user can select the file, right click on the...

    user can select the file, right click on the properties dialog box , Uncheck the readonly option. After that he will be able to do editing.
  2. Replies
    6
    Views
    1,271

    i am awre of this but the problem is every time i...

    i am awre of this but the problem is every time i have to do encode and decode. Even this is not good one. Becoz he can open the Encoded file and deletes some thing, then the worest case is i can not...
  3. Replies
    6
    Views
    1,271

    xml file should not open

    if some body clicks on the Xml file, it should not open in the explorer in the sense user is not allowed to modify the file.

    can any one suggest me how to do this programatically?
  4. Replies
    0
    Views
    2,752

    password protection for xml file

    if i click on an xml file , it should ask for the pasword and once the password entered correctly, it should open the file. can any one help me how to do this programatically. Is any such API do...
  5. Replies
    5
    Views
    2,000

    i think this program is better and faster...

    i think this program is better and faster executable

    #include<iostream>
    using namespace std;

    int main()
    {
    int a[3],i,j;
    for(i=0;i<3;i++)
    cin>>a[i];
  6. difference between aggregation and composition

    hi everybody,

    what's the difference between aggregation and composition in object oriented programming?

    please explain the difference between these two with an example or
    suggest any link...
  7. Replies
    5
    Views
    1,310

    What's the use of .* operator in c++?

    hi everybody,

    What's the use of .* operator in c++?
    please explain this concept with an example.
Results 1 to 7 of 7