Search:

Type: Posts; User: chottachatri

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Cool :) you people are so responsive and helpful....

    Cool :) you people are so responsive and helpful. I wish there was a java category also on this forum :p since this semester we need to learn JEE. This is my first forum that i ever joined and really...
  2. Right cp, you mean to say if none of the core...

    Right cp,

    you mean to say if none of the core is free then the client requesting the function has to wait? I was just thinking about a general scenario where a web application is there and 1000's...
  3. The most silliest question about functions

    Hello,
    Just wanted to know how does the functions work internally? I mean functions are laoded into memory only once. So, if hundred clients request the function at the same time, 100 copies of same...
  4. Thanks Elysia! you got what i wanted to do. This...

    Thanks Elysia! you got what i wanted to do.
    This cactus is really a cactus on this forum. Everytime i post my query he behaves as though he knows everything and misguides newbies in such a way that...
  5. In linux everything is a file. I am not a Linux...

    In linux everything is a file. I am not a Linux user.
    Say suppose i have some private things in my folder or drive and i want to lock it then how to do it?See this link you will get better idea of...
  6. hello Cactus, Kindly read my post first.. ...

    hello Cactus,

    Kindly read my post first..

    "Hello,

    I just wanted to how can i make my application lock certain drives or folder or file?"

    does valaris solution work for folder or drives? ...
  7. NO! that doesn't work out, because it occupies...

    NO! that doesn't work out, because it occupies memory i just want to place a lock on it (and even make it invisible), and perhaps not only for files but also for folders and whole drives.
  8. How to lock specific drive or folder or file?

    Hello,

    I just wanted to how can i make my application lock certain drives or folder or file? and make it unaccessible to all applications till my application does not turn off the lock? Please...
  9. Thanks Cactus_Hugger you are right it draws a...

    Thanks Cactus_Hugger you are right it draws a funny little box. And ya, the while loop is absolutely correct actually the problem was somewhere else. I corrected it! Thanks anyways!

    Though when i...
  10. A small problem spoiling my application!

    Hello,

    The problem is quiet trivial. Say suppose i have "Hello friendes{BACK}{BACK}s" in one file. Now when i print the file's contents in textbox it should print "Hello friends"
    ({BACK} =...
  11. Replies
    8
    Views
    1,273

    And you sound from a philosophical background....

    And you sound from a philosophical background. Aren't you? I really dont think there was any need to write such a thing in this thread. But anyways, thanks :)
  12. Replies
    8
    Views
    1,273

    Ok! actually learning too many things at a time...

    Ok! actually learning too many things at a time can lead to this. In c# we have abstract keyword so i thought what is difference between virtual and abstract but i forgot that c++ has no abstract...
  13. Replies
    8
    Views
    1,273

    A random doubt that came in my mind.

    Hello,

    I was just wondering what is difference between pure virtual function and abstract method? By defining pure virtual function the class itself becomes abstract and we cannot create instance...
  14. Replies
    3
    Views
    1,216

    How can you say that it is intended for malicious...

    How can you say that it is intended for malicious purpose? It's just a simple question which i believe everybody who has used hooks might be wondering.
  15. Replies
    3
    Views
    1,216

    Global hooks problem

    Hello,

    Say suppose i created a application which will set global hook (WH_KEYBOARD_LL type) and imagine that they are working fine :). Now only problem i am facing that i want to know which...
  16. Replies
    7
    Views
    1,993

    Thanks Magos & MK. I really appreciate your...

    Thanks Magos & MK. I really appreciate your ideas. Writing data in .xml and in plain text files in binary format are both great idea. By Writing in binary format, i can hide the contents and make it...
  17. Replies
    7
    Views
    1,993

    General Programming Question!!

    Hello,

    This is a general programming question but since i am making one application in C# i posted it in this section. Just wanted to know where do i store data?(application specific). I mean this...
  18. Replies
    21
    Views
    3,748

    Agreed! but why create unnecessary confusion for...

    Agreed! but why create unnecessary confusion for others? Let's say COLUMN_SIZE is 4 and ROW_SIZE is 5. So, in general we would say he wants to create a 5 *4 matrix. But that above code would create a...
  19. Replies
    19
    Views
    11,714

    Minimax algo is way ancient and probably...

    Minimax algo is way ancient and probably discarded in field of AI. Also you can't generate all possible moves through minimax. It will be too expensive. If you let go this thing i agree it can be...
  20. Replies
    5
    Views
    6,250

    far pointers are meant to access VDU memory. But...

    far pointers are meant to access VDU memory. But you are treating it some strange way. What exactly you mean by


    *(scr+i)+=32;

    In my opinion you should keep some variable increment that ....
  21. Replies
    21
    Views
    3,748

    Aren't the ROW_SIZE and COLUMN_SIZE exchanged? i...

    Aren't the ROW_SIZE and COLUMN_SIZE exchanged? i mean in 2D arrays first memory is allocated for rows and then only for columns?
  22. Replies
    19
    Views
    11,714

    Forget chess! first clear up your basic skills....

    Forget chess! first clear up your basic skills. Using AI in chess is extremely difficult i would say. It would take months or even years of your effort. You can plan for 2 player Chess though. It's...
  23. Replies
    2
    Views
    8,597

    Ok anon! agreed but still "marking the squares...

    Ok anon!
    agreed but still "marking the squares attacked" would still mean the same, I mean i need to again repeat those four loops for "finding the squares attacked and incrementing its value by...
  24. Optimisations required for 8 queen problem.

    Hello,
    i posted this c# version of solution in C# board also but since c# and c are near about similar only i thought of posting it here also. Please review my logic and suggest and optimisations...
  25. Replies
    2
    Views
    8,597

    Eight Queen Problem Solution!

    Hello,
    I think this program is running fine for classical 8 Queen problem. But i want others to review my code and point out mistakes. Please suggest my mistakes and optimisations that could be done...
Results 1 to 25 of 225
Page 1 of 9 1 2 3 4