Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchange derived class - building a dll an import it Pin
tbrake18-Jun-06 10:37
tbrake18-Jun-06 10:37 
AnswerRe: change derived class - building a dll an import it Pin
Laxman Auti18-Jun-06 19:44
Laxman Auti18-Jun-06 19:44 
QuestionWriteConsoleOutput() Problem [modified] Pin
CoffeeAddict1918-Jun-06 10:07
CoffeeAddict1918-Jun-06 10:07 
AnswerRe: WriteConsoleOutput() Problem Pin
Randor 18-Jun-06 11:22
professional Randor 18-Jun-06 11:22 
Questionproblem with new and pointers Pin
V_shr18-Jun-06 7:40
V_shr18-Jun-06 7:40 
AnswerRe: problem with new and pointers Pin
Shog918-Jun-06 8:26
sitebuilderShog918-Jun-06 8:26 
GeneralRe: problem with new and pointers Pin
V_shr18-Jun-06 10:11
V_shr18-Jun-06 10:11 
GeneralRe: problem with new and pointers Pin
Shog918-Jun-06 10:26
sitebuilderShog918-Jun-06 10:26 
Sorry, missed that bit. You don't want to allocate an array of 170 floats, you want 170 float*. So, do something like:

safhe = new float*[170];<br />
<br />


----
Scripts i’ve known...
CPhog 1.0.0.0 - make CP better.
Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve
Print forum 0.1.2 - printer-friendly forums
Expand all 1.0 - Expand all messages
In-place Delete 1.0 - AJAX-style post delete
Syntax 0.1 - Syntax highlighting for code blocks in the forums

GeneralRe: problem with new and pointers Pin
V_shr18-Jun-06 10:31
V_shr18-Jun-06 10:31 
AnswerRe: problem with new and pointers Pin
Randor 18-Jun-06 9:39
professional Randor 18-Jun-06 9:39 
QuestionRe: problem with new and pointers Pin
Laxman Auti18-Jun-06 19:14
Laxman Auti18-Jun-06 19:14 
QuestionHow to Export leaf from regEdit in runtime ?? Pin
Yanshof18-Jun-06 7:38
Yanshof18-Jun-06 7:38 
AnswerRe: How to Export leaf from regEdit in runtime ?? Pin
peterchen18-Jun-06 9:29
peterchen18-Jun-06 9:29 
AnswerRe: How to Export leaf from regEdit in runtime ?? Pin
Hamid_RT18-Jun-06 23:32
Hamid_RT18-Jun-06 23:32 
QuestionWin32 API: top-level window without focus Pin
Zoomby18-Jun-06 3:08
Zoomby18-Jun-06 3:08 
AnswerRe: Win32 API: top-level window without focus Pin
Shog918-Jun-06 8:38
sitebuilderShog918-Jun-06 8:38 
GeneralRe: Win32 API: top-level window without focus Pin
Zoomby18-Jun-06 10:08
Zoomby18-Jun-06 10:08 
GeneralRe: Win32 API: top-level window without focus Pin
Shog918-Jun-06 10:30
sitebuilderShog918-Jun-06 10:30 
GeneralRe: Win32 API: top-level window without focus Pin
Zoomby18-Jun-06 11:41
Zoomby18-Jun-06 11:41 
GeneralRe: Win32 API: top-level window without focus Pin
Shog918-Jun-06 12:53
sitebuilderShog918-Jun-06 12:53 
GeneralRe: Win32 API: top-level window without focus Pin
Zoomby19-Jun-06 7:37
Zoomby19-Jun-06 7:37 
QuestionCRichEditCtrl not working :( Pin
YaronNir18-Jun-06 2:28
YaronNir18-Jun-06 2:28 
AnswerRe: CRichEditCtrl not working :( Pin
Dominik Reichl18-Jun-06 7:32
Dominik Reichl18-Jun-06 7:32 
QuestionStop working thread from UI thread Pin
Manjunath S18-Jun-06 2:05
Manjunath S18-Jun-06 2:05 
AnswerRe: Stop working thread from UI thread Pin
Randor 18-Jun-06 3:18
professional Randor 18-Jun-06 3:18 

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.