Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: getting a Microsoft Visual studio C Runtime Library error and that error is showing its cursor in dbghook.c file Pin
David Crow2-Apr-09 3:16
David Crow2-Apr-09 3:16 
GeneralRe: getting a Microsoft Visual studio C Runtime Library error and that error is showing its cursor in dbghook.c file Pin
VCProgrammer2-Apr-09 0:49
VCProgrammer2-Apr-09 0:49 
AnswerRe: getting a Microsoft Visual studio C Runtime Library error and that error is showing its cursor in dbghook.c file Pin
Cedric Moonen2-Apr-09 1:11
Cedric Moonen2-Apr-09 1:11 
JokeRe: getting a Microsoft Visual studio C Runtime Library error and that error is showing its cursor in dbghook.c file Pin
Rajesh R Subramanian2-Apr-09 1:39
professionalRajesh R Subramanian2-Apr-09 1:39 
JokeRe: getting a Microsoft Visual studio C Runtime Library error and that error is showing its cursor in dbghook.c file Pin
Roger Stoltz2-Apr-09 1:43
Roger Stoltz2-Apr-09 1:43 
Questionnewbe question about arrays Pin
Jacavienna2-Apr-09 0:17
Jacavienna2-Apr-09 0:17 
AnswerRe: newbe question about arrays Pin
Rajesh R Subramanian2-Apr-09 0:21
professionalRajesh R Subramanian2-Apr-09 0:21 
GeneralRe: newbe question about arrays Pin
Jacavienna2-Apr-09 0:47
Jacavienna2-Apr-09 0:47 
k i'm writing a sound synth but that's not the bit i'm having a problem with....i need to take in values from the user such as how many frequencies they want to play and then what freq's they choose..so i want my program to run as many freqs(num) then to incrument what stored in the array ie. the actual frequencies..

<pre>
num=3;
input[220,440,660];
freq=input[i]
for(l=0;l<num:l++){
osc(buffer,amp,freq,wave,&ndx);
soundout(psf,buffer);
}
</pre>

the user input is workin and the synth is working but i can't get the other freq's in the array to play it's just picking up the first one...

hope this is better WTF | :WTF:
GeneralGive us a clue Pin
Rajesh R Subramanian2-Apr-09 0:56
professionalRajesh R Subramanian2-Apr-09 0:56 
GeneralRe: Give us a clue Pin
Jacavienna2-Apr-09 1:14
Jacavienna2-Apr-09 1:14 
GeneralRe: newbe question about arrays Pin
Stuart Dootson2-Apr-09 2:19
professionalStuart Dootson2-Apr-09 2:19 
AnswerRe: newbe question about arrays Pin
_AnsHUMAN_ 2-Apr-09 0:26
_AnsHUMAN_ 2-Apr-09 0:26 
AnswerRe: newbe question about arrays Pin
Divyang Mithaiwala2-Apr-09 0:51
Divyang Mithaiwala2-Apr-09 0:51 
GeneralRe: newbe question about arrays Pin
Jacavienna2-Apr-09 1:01
Jacavienna2-Apr-09 1:01 
AnswerRe: newbe question about arrays Pin
Cedric Moonen2-Apr-09 1:01
Cedric Moonen2-Apr-09 1:01 
GeneralRe: newbe question about arrays Pin
Jacavienna2-Apr-09 1:10
Jacavienna2-Apr-09 1:10 
GeneralRe: newbe question about arrays Pin
Cedric Moonen2-Apr-09 1:14
Cedric Moonen2-Apr-09 1:14 
AnswerRe: newbe question about arrays Pin
David Crow2-Apr-09 3:23
David Crow2-Apr-09 3:23 
Questionany sync opration with vc++ concepts give a sample Pin
AshNis2-Apr-09 0:11
AshNis2-Apr-09 0:11 
AnswerRe: any sync opration with vc++ concepts give a sample Pin
_AnsHUMAN_ 2-Apr-09 0:21
_AnsHUMAN_ 2-Apr-09 0:21 
AnswerRe: any sync opration with vc++ concepts give a sample Pin
Iain Clarke, Warrior Programmer2-Apr-09 5:39
Iain Clarke, Warrior Programmer2-Apr-09 5:39 
QuestionHow to delete CStatic object. Pin
hemlat1-Apr-09 23:01
hemlat1-Apr-09 23:01 
AnswerRe: How to delete CStatic object. Pin
Code-o-mat1-Apr-09 23:36
Code-o-mat1-Apr-09 23:36 
GeneralRe: How to delete CStatic object. Pin
hemlat1-Apr-09 23:39
hemlat1-Apr-09 23:39 
GeneralRe: How to delete CStatic object. Pin
Code-o-mat1-Apr-09 23:54
Code-o-mat1-Apr-09 23:54 

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.