Click here to Skip to main content
16,010,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory related issues Pin
Ryan Binns11-Apr-06 0:47
Ryan Binns11-Apr-06 0:47 
AnswerRe: Memory related issues Pin
Stephen Hewitt10-Apr-06 21:23
Stephen Hewitt10-Apr-06 21:23 
Questionregarding MapViewOfFile Pin
namaskaaram10-Apr-06 18:30
namaskaaram10-Apr-06 18:30 
AnswerRe: regarding MapViewOfFile Pin
Ryan Binns10-Apr-06 18:47
Ryan Binns10-Apr-06 18:47 
GeneralRe: regarding MapViewOfFile Pin
Blake Miller12-Apr-06 5:07
Blake Miller12-Apr-06 5:07 
GeneralRe: regarding MapViewOfFile Pin
Ryan Binns12-Apr-06 13:50
Ryan Binns12-Apr-06 13:50 
QuestionLinkage C Pin
mostafa_pasha10-Apr-06 17:58
mostafa_pasha10-Apr-06 17:58 
Questiondebug assertion failed Pin
mrby12310-Apr-06 17:19
mrby12310-Apr-06 17:19 
I have a c++ progeam calling a subroutine. The variables are passed correctly, But just step into the subroutine at the first line under the subroutine header by break point, I got error message: "debug assertion failed"

.......
.......
complexFFT(sd_l,np_seed,np_seed1,isign);

.......
.......

void CData_vib_procDlg::complexFFT(float data[],unsigned int &number_of_samples,unsigned int &sample_rate,int &sign)
{

AnswerRe: debug assertion failed Pin
lastgen10-Apr-06 17:55
lastgen10-Apr-06 17:55 
GeneralRe: debug assertion failed Pin
mrby12310-Apr-06 18:04
mrby12310-Apr-06 18:04 
QuestionHow to store a Binary value in a variable? Pin
CodeVarma10-Apr-06 17:05
CodeVarma10-Apr-06 17:05 
AnswerRe: How to store a Binary value in a variable? Pin
Ryan Binns10-Apr-06 18:21
Ryan Binns10-Apr-06 18:21 
QuestionVariable Help Pin
borono10-Apr-06 14:14
borono10-Apr-06 14:14 
AnswerRe: Variable Help Pin
Joshua Quick10-Apr-06 15:43
Joshua Quick10-Apr-06 15:43 
GeneralRe: Variable Help Pin
borono10-Apr-06 17:30
borono10-Apr-06 17:30 
AnswerRe: Variable Help Pin
Joshua Quick10-Apr-06 17:49
Joshua Quick10-Apr-06 17:49 
GeneralRe: Variable Help Pin
borono11-Apr-06 10:43
borono11-Apr-06 10:43 
GeneralRe: Variable Help Pin
Joshua Quick11-Apr-06 12:05
Joshua Quick11-Apr-06 12:05 
QuestionCTreeCtrl checkboxes Pin
CodeGoose10-Apr-06 11:34
CodeGoose10-Apr-06 11:34 
QuestionOverloads resolution crazyness ? Pin
Marcello10-Apr-06 11:29
Marcello10-Apr-06 11:29 
AnswerRe: Overloads resolution crazyness ? Pin
Ryan Binns10-Apr-06 18:33
Ryan Binns10-Apr-06 18:33 
GeneralRe: Overloads resolution crazyness ? Pin
Marcello10-Apr-06 21:05
Marcello10-Apr-06 21:05 
GeneralRe: Overloads resolution crazyness ? Pin
Ryan Binns10-Apr-06 22:50
Ryan Binns10-Apr-06 22:50 
GeneralQuick question about IEEE floating points Pin
Jörgen Sigvardsson10-Apr-06 10:39
Jörgen Sigvardsson10-Apr-06 10:39 
GeneralRe: Quick question about IEEE floating points Pin
cmk10-Apr-06 15:04
cmk10-Apr-06 15: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.