Please help to those who know how to code
or those who are brilliant in c++
to code a beep or a sound in a borland c++
cause i want to learn how to make or to
code it;
and i don't have a background of coding
a beep, please help me!!!
I'm a beginner to this forum !

Recommended Answers

All 4 Replies

Well.. then i think u shud read atleast a book before starting..
Regarding ur answer....

#include<iostream.h>
#include<conio.h>

int main()
   {  cout<<"This is to make a beep\a";
      return 0;
    }

Its basically the "\a" that makes the beep.

He specifically asked about Turbo C++..

He specifically asked about Turbo C++..

I think Referencing that link would help for future viewers of this thread because of the different solutions :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.