Search:

Type: Posts; User: NomanProdhan

Search: Search took 0.01 seconds.

  1. C++ program to show the currency exchange rate !

    When we search on Google for currency exchange we get a form where we can see the current currency exchange rate. However, I know Google is the best and they have more features like this.
    I want to...
  2. Replies
    1
    Views
    2,750

    Text to Speech (Windows 7) in C++ !

    Hello there
    I am looking for Text to Speech c++ program. I have searched on Google several times to learn about the program but every time I got tutorial for C#, VB and Java. But I need for C++....
  3. Replies
    2
    Views
    3,909

    I thought I have mistakes in my code :D...

    I thought I have mistakes in my code :D .......but its working now.... Thank you very much bro. :D
  4. Replies
    2
    Views
    3,909

    InternetGetConnectedState() help !

    Hello there
    I am trying to get the internet status info with InternetGetConnectedState() but its not working. Take a look at my code...


    #include <iostream>#include <wininet.h>
    using namespace...
  5. Thank you very much for the info.... :D

    Thank you very much for the info.... :D
  6. How do I play multiple mp3 files after another in C++ ?

    Hello there
    I want to play multiple mp3 files after another. I have tried with ShellExecute(); but its just playing one mp3 file with my default mp3 player. I want to play multiple mp3 files with my...
  7. @stahta01...

    @stahta01
    Thanks for the link. I think it will help. Just need to check the whole document.
    @OldGuy2
    I want to use binary format..
  8. How to write and read object data from a file ?

    Hello there
    I am trying to make a simple student database program. I have done this before with C. Now want to do this with C++ using class. In C I have stored structure data by using fwrite()...
  9. How can I launch an installed software with C++ ?

    Hello guys
    I am a beginner of C and C++. I am trying to make a program which will be able to open/launch my necessary applications/software. I have did it with ShellExecute() to launch my...
Results 1 to 9 of 9