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

Search:

Type: Posts; User: P_N_Data_System

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: How to use C++ Boots installation and map serialization?

    Thank you 2kaud

    I tried first code but i am using string in Account class so not working.

    Can any one able to tell how i can easily write code for this?
  2. Re: How to use C++ Boots installation and map serialization?

    Thanks monarch_dodra

    Yes Boost it was my typing mistake.

    How i can serialize Account class for that i have to write each variable in Account serialize function as i wrote data in bank class?
  3. How to use C++ Boots installation and map serialization?

    Friends I tried to store map data into file this way but not able to use it.

    I read many pages from boots help but it is not clear to me so if you know any link which is showing step by step...
  4. Re: How to create a function for storing object in map?

    Thanks friends,

    Yes you are right i also found that my this code design have many problems so i changed my mind and drop this idea. Actually i am creating this program to show power of OOPs but i...
  5. Re: How to create a function for storing object in map?

    Thank you Richard.J and laserlight but both idea is not working.
    template idea is working some what but it showing following errors:

    no matching function for call to...
  6. How to create a function for storing object in map?

    I want to create a function which store object in map but each time i like to send different map and object.
    Please help me creating this type of function.

    Here is my dummy code




    class...
  7. Re: Standard C++98 Banking System example with OOPS

    @2kaud

    Thank you for answer i changed *i to i->second but now it shows me second issue which you told.
    Kindly tell me how i can made this code polymorphic?
    I want to check whether stored object...
  8. Re: Standard C++98 Banking System example with OOPS

    Error is in Bank.h line no 163, 164 and 165.
    here is error:
    cannot dynamic_cast 'i.std:: _Rb_tree_iterator<_Tp>:: operator*<std:: pair<const int, Account*> >()' (of type 'struct std:: pair<const...
  9. Re: Standard C++98 Banking System example with OOPS

    Hello friends, I tried to create code now i have dynamic cast problem in this code kindly help me.

    1. Check for dynamic cast problem
    2. If your find any coding style problem please tell me...
  10. Re: Standard C++98 Banking System example with OOPS

    Hello friends, here is my dummy code please tell me it is right or not and if i like to put class A, B, C, D in File1.cpp and main in File2.cpp then what to do?
    How i can link File1.cpp and...
  11. Re: Standard C++98 Banking System example with OOPS

    Sorry Friends you are right that i have to write code my own and i did that also but some how that code is not working according to my expectation and very long so instead of post all code i just...
  12. Standard C++98 Banking System example with OOPS

    Hello friends can anyone able to give me link for simple banking system example in C++ but with OOPS concept like Inheritance, and saving data with vector or map. Because i found many many examples...
  13. Replies
    1
    Views
    2,798

    About DVD Protection

    Hello Friends,

    I want to lock my DVD so no one can copy it. So kindly suggest any method or program.

    I want to Autorun DVD and it display html page which have all subject listed. When student...
  14. How to create font and layout for unicode font?

    I want to create new font and layout for unicode font.

    I want to include it in language list in windows it shows in taskbar as EN for English. Already many website offer such software for...
  15. Internet Explorer and LAN card problem

    In my computer I have problem in onbord LAN card so i disabled it from CMOS.
    But now Internet Explorer is not working.
    I want to open my own created .html file just for offline browsing but...
  16. ASP.net page not showing space character

    When I first load ASP.net page it shows space as box and when I close browser and again start that page it shows perfectly so any one can say what is the problem and how can I solve it.

    Page at...
  17. Replies
    0
    Views
    631

    Prob. with WepPart controls

    When i try to use WepPart controls on my aspx page i will get this error otherwise it works fine. Please help me how to fix this error?

    This is error page:




    Server Error in '/MyPortal'...
  18. Replies
    3
    Views
    853

    Re: How to remove web site project

    Thank you Shuja, so you mean ASP.net dosen't save any link for new web site, and when you delete folder website gone. Maybe it is true for website which is created in FileSystem location, but when we...
  19. Replies
    3
    Views
    853

    How to remove web site project

    Dear Friends i like to remove web site project from my computer which i created in ASP.net with Microsoft Visual Studio 2005. How i can do that.

    When i create a new web site in Visual Studio it...
  20. Replies
    2
    Views
    707

    TaxtBox Focus

    I am using VisualBasic.net to create ASP web applicaiton form. please tell me how i can put my cursor in the TextBox1 when first my web page loads in browser.

    Kindly tell me if you have any link...
  21. Replies
    8
    Views
    882

    Re: Playing Sound from Applet

    Dear

    Thank you very much for your suggestion. I had done that before. Actually I replace Applet word with this so it work well. Any way thank you very much for your replay. My code is as under:
    ...
  22. Replies
    8
    Views
    882

    Re: static vs non-static method calls

    At last I done it. Hear how I done it


    /**
    * Java code for playing sound on an Applet.
    * @author Ajay Parmar
    * e-mail: pndatasystem@yahoo.com
    */

    import java.applet.*;
  23. Replies
    8
    Views
    882

    Re: Playing Sound from Applet

    Dear Norm

    Thank you for reply. As you ask I use this things.

    JDK 1.2.2
    Internet Explorer Version: 6.0.2462.0000
    OS Name: Microsoft Windows Whistler Beta Professional

    When I try to Compile...
  24. Replies
    8
    Views
    882

    Re: Playing Sound from Applet

    Thank you for your anwser i know that for playing sound i can use AudioClip class but i don't know how. i write this prog. but it didn't work.

    import java.applet.*;
    import java.awt.*;
    import...
  25. Replies
    8
    Views
    882

    Playing Sound from Applet

    I have one Button on my Applet and I want that when I click on Button audio file MySound.wav will play. I am using AWT for creating applet.
Results 1 to 25 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured