CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: neoraghav

Search: Search took 0.03 seconds.

  1. Re: Exception - inputted a character for an integer

    okay....thank you...

    i used cin.ignore,
    cin.clear, cin.fail
  2. Exception - inputted a character for an integer

    Hi,

    i accidentally given input as character for a integer variable in the console.....the program went crazy and just flooded the console.....

    so, is there any way to handle this...
  3. Re: how to create a simple thread using c++, in vc++ 6.0

    okay..that was helpful
  4. how to create a simple thread using c++, in vc++ 6.0

    Hi,

    i want to konw how to create and use thread in c++[vc++ 6.0], what all are the header files needed,

    can anyone please write a simple code for that......

    can anyone please refer to some...
  5. Replies
    1
    Views
    1,883

    create and link .lib and .dll in Vc++ 6.0

    Hi,

    i have created dll and lib files using vc++ 6.0..

    how can i use this files in my program....
    i want to know how to link the lib and dll file in which ever program i want using vc++ 6.0...
  6. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    do you have a solution.......!!
  7. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    it solves my problem. i made it read only using


    system("attrib -r logfileBrandNew.log");
    system("attrib +r logfileBrandNew.log");


    i know how to hide the file.
    but is it possible to...
  8. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    bcoz......other concepts are not getting into my mind.......

    so ill go with just changing the attribute flag ......as needed....
  9. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    thank you very much......your suggesstion has solved my problem as of now .......
  10. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    yes...you're right
    i tried with some options and they didnt work well...
    but this "read only " thing is part of my case study where i have to capture all the actions using a log file and make that...
  11. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    yes i'm a newbie ...

    i'll try with checksum algorithms as you mentioned.....

    thank you very much GCDEF....
  12. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    dude.....i want to achieve this using code man.......give me good suggestion
  13. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    thank you......

    can you just mention some functions or methods to achieve this....

    thank you
  14. Replies
    22
    Views
    21,253

    Re: Create read-only file using c++

    thanks dude.....

    but this is restricting the program to modify or update log details.......
    how to solve this
  15. Replies
    22
    Views
    21,253

    Create read-only file using c++

    Hi,
    I want to create a log file that captures all the actions happening...anyway i got code for that from internet.
    Now what i want to do is, make that file read only so that the data is not...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured