Click here to Skip to main content
15,894,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
Falconapollo6-Mar-14 15:17
Falconapollo6-Mar-14 15:17 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
charlieg6-Mar-14 15:46
charlieg6-Mar-14 15:46 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
Falconapollo6-Mar-14 16:34
Falconapollo6-Mar-14 16:34 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
charlieg6-Mar-14 23:27
charlieg6-Mar-14 23:27 
AnswerRe: so confused. Should I learn Android development? if so, where should I start? Pin
Theo Buys11-Mar-14 2:24
Theo Buys11-Mar-14 2:24 
GeneralRe: so confused. Should I learn Android development? if so, where should I start? Pin
Falconapollo25-Mar-14 23:50
Falconapollo25-Mar-14 23:50 
QuestionBeep and MessageBeep Pin
cedricvictor5-Mar-14 20:34
cedricvictor5-Mar-14 20:34 
AnswerRe: Beep and MessageBeep Pin
Jochen Arndt5-Mar-14 21:15
professionalJochen Arndt5-Mar-14 21:15 
See the Beep function[^] in the MSDN. It describes why the sound is generated by the sound card with Windows 7 and later. Modern PC systems did not have the timer chip to generate the sound for the internal speaker. Without the timer chip, there is no need for an internal speaker. Some system manufacturers has therefore added a buzzer to their systems. But this is not true for all systems.

So you should use the MessageBeep() function which decides how to play the sound. Your application may also check for the Windows version and use the Beep() function whith XP. But you can not rely on the existance of an internal speaker or buzzer.
GeneralRe: Beep and MessageBeep Pin
_Flaviu5-Mar-14 21:22
_Flaviu5-Mar-14 21:22 
GeneralRe: Beep and MessageBeep Pin
Jochen Arndt5-Mar-14 21:42
professionalJochen Arndt5-Mar-14 21:42 
GeneralRe: Beep and MessageBeep Pin
cedricvictor5-Mar-14 21:52
cedricvictor5-Mar-14 21:52 
GeneralRe: Beep and MessageBeep Pin
Jochen Arndt5-Mar-14 22:46
professionalJochen Arndt5-Mar-14 22:46 
AnswerRe: Beep and MessageBeep Pin
«_Superman_»6-Mar-14 14:39
professional«_Superman_»6-Mar-14 14:39 
GeneralRe: Beep and MessageBeep Pin
cedricvictor6-Mar-14 19:10
cedricvictor6-Mar-14 19:10 
QuestionLinking global variables multiple times Pin
Vaclav_5-Mar-14 8:26
Vaclav_5-Mar-14 8:26 
SuggestionRe: Linking global variables multiple times Pin
David Crow5-Mar-14 9:36
David Crow5-Mar-14 9:36 
GeneralRe: Linking global variables multiple times SOLVED Pin
Vaclav_5-Mar-14 10:08
Vaclav_5-Mar-14 10:08 
QuestionCMapStringToString lookup() qestion [solved] Pin
econy5-Mar-14 4:56
econy5-Mar-14 4:56 
AnswerRe: CMapStringToString lookup() qestion Pin
Richard MacCutchan5-Mar-14 5:39
mveRichard MacCutchan5-Mar-14 5:39 
GeneralRe: CMapStringToString lookup() qestion Pin
econy5-Mar-14 9:12
econy5-Mar-14 9:12 
QuestionHeap ,Stack allocation question [Solved] Pin
econy5-Mar-14 3:57
econy5-Mar-14 3:57 
AnswerRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 4:41
mveRichard MacCutchan5-Mar-14 4:41 
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 4:47
econy5-Mar-14 4:47 
GeneralRe: Heap ,Stack allocation question Pin
Richard MacCutchan5-Mar-14 4:48
mveRichard MacCutchan5-Mar-14 4:48 
GeneralRe: Heap ,Stack allocation question Pin
econy5-Mar-14 5:04
econy5-Mar-14 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.