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

Search:

Type: Posts; User: raul_figous

Page 1 of 2 1 2

Search: Search took 0.36 seconds.

  1. Replies
    10
    Views
    1,170

    Hi , I am getting the value as a floating...

    Hi ,

    I am getting the value as a floating point from the database. Since i should write a macro, i cannot convert it to a string and then check for the number of digits and then set the precision....
  2. Replies
    10
    Views
    1,170

    I store the precision values in data base as 0 to...

    I store the precision values in data base as 0 to 5. As an integer. if it is 2, then the system supports two decimal precisions for all floating values, if its 3, then it supports 3 and like wise....
  3. Replies
    10
    Views
    1,170

    Hi, I am using c++. As per my project, the...

    Hi,

    I am using c++. As per my project, the user will be setting a precision of his choice from 0-5. The system will support this precision. But i am now in certain part of the project which is...
  4. Replies
    10
    Views
    1,170

    floating point value

    Hi ,

    Isnt there any one to reply to this? Atleast if anyone can tell me how to get the number of digits after decimal.

    For Eg: If the number is 456779.3456, if i use the function that i will be...
  5. Replies
    10
    Views
    1,170

    floating point precision

    Hi guys,

    I want to write a macro where i will be setting up the decimal precision for a value. It is like this:

    I will be getting a value from the database say 4567788.4456.
    I want to find the...
  6. Replies
    24
    Views
    4,393

    Hi Mates, Thanks a lot for your help and...

    Hi Mates,

    Thanks a lot for your help and efforts. I was finally able to complete it. I used the same tactics mentioned by paul ie., to write the content in another file ,delete the old file and...
  7. Replies
    24
    Views
    4,393

    Hi Friends, Thanks for your inputs. But iam...

    Hi Friends,

    Thanks for your inputs. But iam trying to make changes on the same file that is why iam trying "r+" or "w+" file mode. Writing it into another file could be done i want to read the...
  8. Replies
    24
    Views
    4,393

    Hi guys, I have done the same thing that paul...

    Hi guys,

    I have done the same thing that paul had mentioned in his mail.
    It is something like this

    code
    /////////////////////////////////////////////////////////////////////////////////

    ...
  9. Replies
    24
    Views
    4,393

    Hi Guys, I have been trying to solve this the...

    Hi Guys,

    I have been trying to solve this the whole day but in vain. Has anybody got any new ideas or samples on this?

    raul
  10. Replies
    24
    Views
    4,393

    Can u give me some sample or code so that i can...

    Can u give me some sample or code so that i can understand well

    raul
  11. Replies
    24
    Views
    4,393

    Nice Question sma, Actually Iam intentionally...

    Nice Question sma,

    Actually Iam intentionally doing this. I have no other way of identifying the place in the cpp file where i should make changes. So what i do, i check for this line by using...
  12. Replies
    24
    Views
    4,393

    I have debugged the whole source code and it is...

    I have debugged the whole source code and it is getting into the line when my condition satisfies but as you said, it is writing at the end of the line when i checked in memory window output. But...
  13. Replies
    24
    Views
    4,393

    Exactly, It is written at the end of the...

    Exactly,

    It is written at the end of the string. But still this isnot reflected in the file at the end of the execution. Nothing is written in the file.

    What should i do to

    1. Write it in...
  14. Replies
    24
    Views
    4,393

    Iam trying to keep the post on top so that some...

    Iam trying to keep the post on top so that some one will reply to my query. Please help me out.

    raul
  15. Replies
    24
    Views
    4,393

    Hi guys, Let me give you my code for this. But...

    Hi guys,

    Let me give you my code for this. But anyway its not working. Iam opening the file in "r+" mode(read and write). Then i write this code:

    [CODE]
    ...
  16. Replies
    24
    Views
    4,393

    Thanks guys, I want to make changes using...

    Thanks guys,


    I want to make changes using c++ only. Paul the function that you have given

    --------------------------------------------------------------------------------
    void...
  17. Replies
    24
    Views
    4,393

    File Read/Write in a cpp file

    Hi Friends,

    I have a question regarding file read/write in a cpp file.
    I have a cpp file . Some of the lines in the file needs to be changed by parsing the file. There is around 50,000 lines. But...
  18. Replies
    5
    Views
    870

    thank you mate. raul

    thank you mate.

    raul
  19. Replies
    5
    Views
    870

    Using third party tools does not give u proper...

    Using third party tools does not give u proper understanding of things happening inside. Ok thats one solution what u have mentioned. But i want to know the meaning of the code listed and where...
  20. Replies
    5
    Views
    870

    Understanding memory leak output

    Hi Guys,

    Iam back again. This time with a different issue. I want to understand the information on memory leaks provided in the output window. Like for instance,

    ...
  21. Replies
    8
    Views
    1,332

    Hi friends, You have really...

    Hi friends,

    You have really given some nice samples for call stack functionality. I think i should rate this thread. Thanks mates . I will get back to u guys with more questions....
  22. Thread: debug info

    by raul_figous
    Replies
    7
    Views
    736

    It is basically a practical question. I asked u...

    It is basically a practical question. I asked u this because i had a debate with one of my colleagues about this.He has compiled the project under debug configuration and i wanted to copy all the...
  23. Thread: debug info

    by raul_figous
    Replies
    7
    Views
    736

    But if the compilers in one machine where the...

    But if the compilers in one machine where the code was debugged are different when compared to another machine where the code is copied, what should we do? Most of the time what i have seen is, the...
  24. Replies
    8
    Views
    1,332

    But can you also tell me how to make use of call...

    But can you also tell me how to make use of call stack. I did not understand it properly. Where they are actually used? Or for that matter how to use it?

    raul
    (spain)
  25. Thread: debug info

    by raul_figous
    Replies
    7
    Views
    736

    Hi , Is there no one to answer this? raul

    Hi ,

    Is there no one to answer this?

    raul
Results 1 to 25 of 41
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured