Search:

Type: Posts; User: bhagwat_maimt

Search: Search took 0.01 seconds.

  1. Thanks

    Thanks to both of u !

    Now I have understand what the problem was...

    Thanks a lot once again.

    Bhagwat
  2. wrong output in struct cum union example

    Hi!

    I am getting unexpected output in the following code:




    #include<conio.h>
    #include<stdio.h>
    using namespace std;
  3. Replies
    1
    Views
    1,318

    How to Add custom text to CeditBox

    Hi!

    I am trying to enter the my user defined text to CEditBox.

    I am trying the following code:

    <code>
    CEdit *ed=(CEdit *) GetDlgItem(IDD_EB1);

    ed->SetDlgItemText(IDD_EB1,"bhagwat");...
  4. Replies
    4
    Views
    2,487

    What are abstract data types

    Hi!


    Can anybody tell me about abstract data types in C++ with example and how they differ from

    normal data types.

    I will be very thankful...

    Thanks in advance
  5. Replies
    1
    Views
    1,214

    Unexpected Output in structure

    Hi I am getting the strange output when I run the following code:




    #include "conio.h"

    struct bhagwat
    {
  6. can't understand

    sory Dave!

    I can't understand can u plz explain in easy language and with example

    thanks
    bhagwat
  7. utility of left and right shift operator

    Hi !

    I am confused of utility of left and right shift operator.

    Since left only multiply by 2 and right divide by 2.

    this thing we can do with normal / and * operator .

    My question is...
  8. SlyMaelstrom

    Hi SlyMaelstrom!

    I just explain you what I want.

    I am developing a project in which user will have have to enter his name in

    combo box and this name is save in any file like .xml or text...
  9. reply

    Hi !

    I can wait for your answer.

    Please reply!

    thanks

    bhagwat
  10. how to store item's of combobox in resource file

    Hi everybody!

    I am developing a application in VC++ and in this application I am using a

    combobox in which values are inserted from xyz file.

    I want that the values which are in combobox...
  11. Replies
    2
    Views
    2,126

    Reply to your question

    Hi marof!

    I will like to remove your doubt.

    marof, I am developing a application in VC++ for mail server.

    In this we have to put the member of structure as static.

    Now the mail server ...
  12. passing static structures members to function

    hi every body!

    I am trap in a problem regarding structure.

    I have declare a structure as follow:




    A.h
  13. Replies
    2
    Views
    2,126

    problem in calling DLL

    Hello every body !

    Few days back I have posted a problem regarding static variables in structure.

    I have got solution for that problem.

    But now I have new problem related to that.

    It is...
  14. thanks but still some doubt

    Thanks to all of u for giving me such a useful information.

    But I have some doubts remaining.

    As you all off were conveying nearly the same message that VC++ is a compiler of MSoft.

    Ok...
  15. can any body help in distinguishing C++ and VC++

    Hi everybody !

    Can any body tell me the difference between C++ and VC++.

    I want to learn C++ and make my career as C++ developer.

    Can u tell me what is the difference between C++ and VC++...
  16. virtual constuctor vs virtual distructor

    Hi everbody!

    Can anyone proper explain me the concept of virtual constructor and virtual distructor.

    I will be very thankful if explained with the help of example...

    Thanks

    Bhagwat
  17. Replies
    9
    Views
    5,091

    declaring and intializing static variables

    Thanks for your reply!

    How can I declare and define these static member variables? The linker error may be due to static variables not being defiined but only declared.
    Waiting for your reply ....
  18. Replies
    9
    Views
    5,091

    static data members in structure

    Hi everybody!

    I am in great trouble regarding structures.It is as follow:-

    I am developing a DLL in C++ using VC++ editor.This DLL is called by the another C++

    programme to achive some...
Results 1 to 18 of 20