Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert float to double Pin
Reservoir Dog23-Mar-03 23:48
Reservoir Dog23-Mar-03 23:48 
GeneralSetting default font for CRichEditCtrl Pin
Ph@ntom23-Mar-03 20:22
Ph@ntom23-Mar-03 20:22 
GeneralDDI Hooking Pin
vikramlinux23-Mar-03 20:21
vikramlinux23-Mar-03 20:21 
GeneralWeb Browser Control Pin
Steven M Hunt23-Mar-03 16:02
Steven M Hunt23-Mar-03 16:02 
GeneralRe: Web Browser Control Pin
Neville Franks23-Mar-03 23:27
Neville Franks23-Mar-03 23:27 
Generalhelp with Dynamic allocation in C. Pin
mnjobes23-Mar-03 14:55
mnjobes23-Mar-03 14:55 
GeneralRe: help with Dynamic allocation in C. Pin
Taka Muraoka23-Mar-03 15:11
Taka Muraoka23-Mar-03 15:11 
GeneralRe: help with Dynamic allocation in C. Pin
mnjobes23-Mar-03 19:09
mnjobes23-Mar-03 19:09 
Thanks.I changed the 'cin' to 'ci' and adjusted the realloc to the following yet I cannot change the long if else statement because of my main program (long story involving multiplicative inverses of modular functions), so the realloc is now...

ci = (char *)realloc(ci, (/**/ sizeof(char) * (20+(10*i)) /**/) );

which should do what I want (realloc 10 char every loop if 10 or more are typed), yet I still recieve this:

"Expression: _CrtIsValidHeapPointer(pUserData) assertion failure"

, what on earth does that mean? I have a feeling that I have much more than just one problem. I must addmit though that this has become quite fun, so far in class i've picked up everything with ease, seeing how complicated C can get is really cool to me(even though i think that i have no idea how complicated C can get). anyway if you have ANY other ideas that would be great!

GeneralRe: help with Dynamic allocation in C. Pin
Taka Muraoka23-Mar-03 19:16
Taka Muraoka23-Mar-03 19:16 
GeneralRe: help with Dynamic allocation in C. Pin
mnjobes26-Mar-03 20:32
mnjobes26-Mar-03 20:32 
GeneralRe: help with Dynamic allocation in C. Pin
Taka Muraoka26-Mar-03 21:10
Taka Muraoka26-Mar-03 21:10 
GeneralChanging the file extension for documents in VC7 Pin
Matt Gates23-Mar-03 14:21
Matt Gates23-Mar-03 14:21 
GeneralRe: Changing the file extension for documents in VC7 Pin
Nish Nishant23-Mar-03 20:00
sitebuilderNish Nishant23-Mar-03 20:00 
QuestionEmulating Win32 on Windows 98/Me? Pin
Ambit23-Mar-03 12:45
Ambit23-Mar-03 12:45 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Taka Muraoka23-Mar-03 12:51
Taka Muraoka23-Mar-03 12:51 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Ambit23-Mar-03 14:29
Ambit23-Mar-03 14:29 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Taka Muraoka23-Mar-03 15:28
Taka Muraoka23-Mar-03 15:28 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Ambit24-Mar-03 2:30
Ambit24-Mar-03 2:30 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Stefan Pedersen23-Mar-03 12:52
Stefan Pedersen23-Mar-03 12:52 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Ambit23-Mar-03 14:47
Ambit23-Mar-03 14:47 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Stefan Pedersen23-Mar-03 23:36
Stefan Pedersen23-Mar-03 23:36 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Dave Bryant23-Mar-03 13:52
Dave Bryant23-Mar-03 13:52 
GeneralRe: Emulating Win32 on Windows 98/Me? Pin
Ambit23-Mar-03 14:32
Ambit23-Mar-03 14:32 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
Navin23-Mar-03 16:42
Navin23-Mar-03 16:42 
AnswerRe: Emulating Win32 on Windows 98/Me? Pin
r i s h a b h s23-Mar-03 19:20
r i s h a b h s23-Mar-03 19:20 

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.