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

Search:

Type: Posts; User: srvolatile

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    6,734

    Re: vectors with structure

    Thanks for your help, Philip Nicoletti .
  2. Replies
    6
    Views
    6,734

    Re: vectors with structure

    The above code output is as expected and I am facing trouble to access the data of slVect.sl4.
    Could you please suggest me, how to access the data from slVect.sl4 ? // I was getting error: "member...
  3. Replies
    6
    Views
    6,734

    vectors with structure

    Hi,

    I have two structs like below,

    struct SP
    {
    string sp1;
    string sp2;
    };
  4. Replies
    4
    Views
    5,858

    Re: Regarding new operator.

    Hi Paul McKenzie,

    your code is alot better than mine.
    Thanks for your suggestion.
  5. Replies
    4
    Views
    5,858

    Re: Regarding new operator.

    Hi D Drmmr,

    Thanks for your reply and got my answer.
  6. Replies
    4
    Views
    5,858

    [RESOLVED] Regarding new operator.

    Hi,

    Please go through the below code.



    class PlotDraw
    {

    public :
  7. Replies
    1
    Views
    29,945

    Rectangular zoom in Chart

    Hi,

    Is there any algorithm to implement rectangular zoom?

    Please let me know, How should I calculate the Horizontal and Vertical Scroll bar
    position with respect to the rectangular zoom.
    ...
  8. Re: About Including header files to source file or Header file

    Thanks to both of you (@GCDEF, @Paul McKenzie) for your explanation.
  9. [RESOLVED] About Including header files to source file or Header file

    Hi,


    For example, I have the below files in a project called Calculate :

    Source files : Calculate.cpp , Average.cpp (with out main)
    Header files : Calculate.h , Average.h

    I knew in...
  10. Replies
    2
    Views
    3,183

    Re: Regarding member function

    Thanks for your answer.
  11. Replies
    2
    Views
    3,183

    [RESOLVED] Regarding member function

    Hi,

    I was reading a c++ code written in embarcadero ide to add vertical colour text in popup menu.

    While reading the code, I had seen following instructions.

    private:

    void __fastcall...
  12. How to change color of MS windows button control?

    Hi,

    I am writing a GUI application with the help of C++ Visual component Librariries and Win32API under windows OS.
    As part of this app, I have to change color of the MS Windows button control...
Results 1 to 12 of 13





Click Here to Expand Forum to Full Width

Featured