Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
beep
- Page 1
Re: BEEP sound of BOOTING RAM....
Hardware and Software
Hardware
12 Years Ago
by arundlk
beep
sound is indicating the Bios,RAM,VGA are working fine...so it will give one long
beep
sound ...
Beep
Programming
Software Development
18 Years Ago
by robertlees
VB6 recognises
beep
. Are there any other sounds ?
Re: Beep
Programming
Software Development
18 Years Ago
by Comatose
Nothing as simple.
Beep
is merely a command that plays a sound through the …
Beep function in C++
Programming
Software Development
16 Years Ago
by kavithabhaskar
… either.. error msg is as follows
beep
.cpp: In function ‘int main()’:
beep
.cpp:8: error: ‘
Beep
’ was not declared in this scope…; #include <iostream.h> using namespace std; int main() {
Beep
(100,100); return 0; }[/CODE]
Re: Beep function in C++
Programming
Software Development
16 Years Ago
by tux4life
In console (Windows) the following code will do the job: [CODE=cplusplus] #include <iostream> using namespace std; void
beep
(void); int main(void) {
beep
(); return 0; } void
beep
(void) { char ascii = 7; cout << ascii; } [/CODE] You just have to send the ASCII 7 - code to the screen ...
Re: Beep function in C++
Programming
Software Development
16 Years Ago
by vmanes
[quote]You just have to send the ASCII 7 - code to the screen ... [/quote] But that's just a boring little
beep
. The
Beep
( ) function lets you specify frequency and duration - you could make music with it. As to OP's scope problem, I've no clue. It works for me once the .h is removed from iostream.
Re: Beep function in C++
Programming
Software Development
15 Years Ago
by donaldw
[QUOTE=orangejediman;1045057]the
beep
function is in the 'windows.h' library[/QUOTE] Well, it'…/library/ms679277(VS.85).aspx[/url] Also, be aware that
Beep
(...) can behave differently on different machines. On some machines it…
Re: beep when booting
Hardware and Software
Hardware
19 Years Ago
by Thong_Ispector
… know what BIOS is in the system. There are different
beep
codes for different BIOS.. Award, Phoenix, AMI etc... Your sequence…. But, they don't do much in the way of
beep
codes. Award holds that the only BIOS beeps you will… will be given an on-screen error.
Beep
sequence What's Wrong 1 Long
Beep
indicates a problem with memory in the…
Re: Beep function in C++
Programming
Software Development
15 Years Ago
by orangejediman
the
beep
function is in the 'windows.h' library
beep codes, and frequency
Programming
Software Development
18 Years Ago
by joem1973
hi every one!! can anyone send me a sample program that creates a different
beep
sounds.. meaning by pressing diffrent letter, a diffrent tone sounds..
beep
of diffrent frequency...
Re: beep codes, and frequency
Programming
Software Development
18 Years Ago
by andor
[QUOTE=joem1973;260513]hi every one!! can anyone send me a sample program that creates a different
beep
sounds.. meaning by pressing diffrent letter, a diffrent tone sounds..
beep
of diffrent frequency...[/QUOTE] Against rules dude. Which language?
Beep ( , ) to EXTERNAL speaker
Programming
Software Development
17 Years Ago
by #include<DAN.h>
…'ve seen to make sounds with C++ is with [code]
Beep
(frequency,duration);[/code] But, I've run into a snag… broken. My question is, is there any way to make
Beep
output through the headphone jack or normal speakers? If you…
beep sound for when ever get new enty in asp.net 2005 with c#
Programming
Web Development
16 Years Ago
by priyamsc
…(data from database) is coming in admin form that time
beep
sound or alarm should come for intimation. I refresh the… so the new calls will be updated tat time the
beep
sound should come. so pls suggest me for this query…
Beep and Record help
Programming
Software Development
16 Years Ago
by AutoC
Hi, We are doing some audio data collection.So I need to write a program which when run would generate a
beep
and record from a microphone until the next
beep
and save it as a wave file.This repeats for n beeps with a gap of 5 seconds between beeps. Can someone give me a basic idea on how to go about doing this?
Re: Beep and Record help
Programming
Software Development
16 Years Ago
by dmanw100
For the
beep
I guess you could use an escape character. cout<<"\a"; will give you a
beep
... sorry I'm not into audio at all.
Beep in hardrive
Hardware and Software
Hardware
16 Years Ago
by naeemaziz
hi guys i have a problem with my harddrive 40 gb seagate when ever i put the data cable it gives me
beep
can any one tell me how to recover it it doesnt detect it just gives
beep
.
beep sound while booting
Hardware and Software
Microsoft Windows
14 Years Ago
by sakhi kul
… in 5-10 mins. now when I started my laptop
beep
sound comes continuasly, then after some time the XP logo… my system ... meanwhile when any new window will open the
beep
sound comes it will stops when I deleted temp files…
BEEP sound of BOOTING RAM....
Hardware and Software
Hardware
12 Years Ago
by vipulasri.2007
When we turn ON the Destop pc's it gives a
BEEP
sound of BOOTING RAM.... But when we turn ON LAPTOPS then it doesn't gives
BEEP
sound .... whats the LOGIC behind it...?
Re: BEEP sound of BOOTING RAM....
Hardware and Software
Hardware
12 Years Ago
by JorgeM
If you boot into the CMOS/BIOS setup, there may be an option to disable the beeps. The reason for the beeps is that in the event of an error, the computer will produce a unique
beep
sequence per error type. You can the. Look up the
beep
code and figure out what the problem is. This is very helpful when there is no display.
Re: BEEP sound of BOOTING RAM....
Hardware and Software
Hardware
11 Years Ago
by tobyjones8
Most desktop PCs will
beep
to confirm that the POST (Power On Self Test) has completed successfully. This is not the case with most modern laptops, however most laptops and desktops will
beep
when an error condition prevents them from completing their power on self test.
Re: beep when booting
Hardware and Software
Hardware
19 Years Ago
by upendrasol
Dear Friends, When i turn on my computer the Red light is on but the green light is off. and No
beep
.. and after 10-15 Minutes, when i press Re-start button the green ligh with
beep
sound .. then computer works o.k........ i hope you understand my problem of computer ..... it's start very late after 15 minutes..... why,,, do you have any answer
Re: Beep ( , ) to EXTERNAL speaker
Programming
Software Development
17 Years Ago
by Salem
Use a Win32 compiler and a Win32 API such as [URL="http://msdn2.microsoft.com/en-us/library/ms712879.aspx"]PlaySound[/URL] > but on my new laptop I either don't have an internal speaker or it is broken. So no
beep
at the end of the power on self test (POST) then?
Re: Beep on Events (MSVC++ 2005)
Programming
Software Development
16 Years Ago
by MatEpp
Well if I remember correctly the Console.
Beep
is part of the system namespace. So you might want to research the system namespace, which could be causing the
BEEP
that you are hearing.
Re: BEEP sound of BOOTING RAM....
Hardware and Software
Hardware
12 Years Ago
by Gé48
The motherboard has a speaker connection on it, if a beeper or speaker is connected, then it will give a
beep
at startup. The logic, it just lets you know it's starting up, is all.
Re: BEEP sound of BOOTING RAM....
Hardware and Software
Hardware
12 Years Ago
by jsjimreeves
Hi! I have a problem that my computer sounds a long
beep
2 times and swith off itself when I on the computer.
beep when booting
Hardware and Software
Hardware
19 Years Ago
by pinkrose
When i turned on the computer, it beeps 3 times. The first time was a long
beep
and the last two deeps was short. And the screen was blank, and i could hear that the HD is working, sounds like it's booting ok but the screen was blank. What's problem? Thank you
Re: beep when booting
Hardware and Software
Hardware
19 Years Ago
by sirkeyur
… starting the computer...when u do that the computer might
beep
...or it might not....if it does....remove one of…
Re: beep when booting
Hardware and Software
Hardware
19 Years Ago
by dcc
It would help to know what kind of computer or motherboard you have, I have a MSI which recently had the same
beep
sequence while doing the POST, and mine was indicating a hard drive problem.
"beep" sound when clicking volume control
Hardware and Software
Hardware
18 Years Ago
by malky
It's a problem I've had ever since I got the AC97 C-Media sound card. Well, not really a serious problem, but very irritating. When I click the Slide-bar on the Volume Control, instead of sounding the "Ding" from the speakers, I get a "
Beep
" sound from the PC Speaker. How do I fix this? thanx
beep code gone nothing now
Hardware and Software
Hardware
17 Years Ago
by morphine1978
I had a
beep
code for memory on my motherboard because I didn't …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC