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

C / C++ / MFC

 
GeneralRe: HWND / CWnd* - compile errors Pin
theFrenchHornet19-Apr-05 4:46
theFrenchHornet19-Apr-05 4:46 
GeneralBITS service with IP number instead of machine name Pin
Kri518-Apr-05 4:29
Kri518-Apr-05 4:29 
GeneralRegistry Function Pin
dSolariuM18-Apr-05 4:28
dSolariuM18-Apr-05 4:28 
GeneralRe: Registry Function Pin
22491718-Apr-05 7:22
22491718-Apr-05 7:22 
GeneralLittle Problem compiling Pin
doctorpi18-Apr-05 4:21
doctorpi18-Apr-05 4:21 
GeneralRe: Little Problem compiling Pin
Mike Dimmick18-Apr-05 4:31
Mike Dimmick18-Apr-05 4:31 
GeneralRe: Little Problem compiling Pin
doctorpi18-Apr-05 4:40
doctorpi18-Apr-05 4:40 
GeneralRe: Little Problem compiling Pin
Roland Pibinger18-Apr-05 9:48
Roland Pibinger18-Apr-05 9:48 
doctorpi wrote:
The point then is replace includes by class where possible?

Yes. Here are some hints of what is possible:

<code><font size=2 face="Courier New"><font color="#000080">#include "notpossible.h";

class</font><font color="#008080"> </font>Possible;

<font color="#000080">class</font><font color="#008080"> </font>MyClass
{
<font color="#000080">public</font>:
<font color="#008080">  </font>Possible<font color="#008080"> </font>foo<font color="#008080"> </font>(Possible<font color="#008080"> </font>v,<font color="#008080"> </font><font color="#000080">const</font><font color="#008080"> </font>Possible&<font color="#008080"> </font>r,<font color="#008080"> </font>Possible*<font color="#008080"> </font>p);

<font color="#008080">  </font><font color="#000080">void</font><font color="#008080"> </font>bar()
<font color="#008080">  </font>{
<font color="#008080">     </font>NotPossible<font color="#008080"> </font>n<font color="#008080"> </font>=<font color="#008080"> </font><font color="#000080">3</font>;
<font color="#008080">  </font>}

<font color="#000080">private</font>:
<font color="#008080">  </font>NotPossible<font color="#008080"> </font>nope;
};

</font>
</code>

QuestionHow to create 10,000 threads in Windows 2000 in service? Pin
Amarelia18-Apr-05 3:56
Amarelia18-Apr-05 3:56 
AnswerRe: How to create 10,000 threads in Windows 2000 in service? Pin
Mike Dimmick18-Apr-05 4:22
Mike Dimmick18-Apr-05 4:22 
AnswerRe: How to create 10,000 threads in Windows 2000 in service? Pin
22491718-Apr-05 7:48
22491718-Apr-05 7:48 
AnswerRe: How to create 10,000 threads in Windows 2000 in service? Pin
David Crow18-Apr-05 8:33
David Crow18-Apr-05 8:33 
AnswerRe: How to create 10,000 threads in Windows 2000 in service? Pin
JWood18-Apr-05 9:47
JWood18-Apr-05 9:47 
AnswerRe: How to create 10,000 threads in Windows 2000 in service? Pin
rwestgraham18-Apr-05 12:42
rwestgraham18-Apr-05 12:42 
GeneralCTreeCtrl ordered insertion. Pin
Maximilien18-Apr-05 3:44
Maximilien18-Apr-05 3:44 
GeneralRe: CTreeCtrl ordered insertion. Pin
mark novak18-Apr-05 3:57
mark novak18-Apr-05 3:57 
GeneralCImage to Bitmap Pin
Anonymous18-Apr-05 3:27
Anonymous18-Apr-05 3:27 
GeneralRe: CImage to Bitmap Pin
mark novak18-Apr-05 4:11
mark novak18-Apr-05 4:11 
GeneralFile creation and Reading Pin
S Palip18-Apr-05 3:00
S Palip18-Apr-05 3:00 
GeneralRe: File creation and Reading Pin
mark novak18-Apr-05 3:52
mark novak18-Apr-05 3:52 
GeneralRe: File creation and Reading Pin
David Crow18-Apr-05 8:37
David Crow18-Apr-05 8:37 
GeneralLISP Pin
AAntix18-Apr-05 2:03
AAntix18-Apr-05 2:03 
Questionconvert double to ascii and then ascii to string in vc++? Pin
nehathoma18-Apr-05 1:09
nehathoma18-Apr-05 1:09 
AnswerRe: convert double to ascii and then ascii to string in vc++? Pin
David Crow18-Apr-05 2:38
David Crow18-Apr-05 2:38 
GeneralRe: convert double to ascii and then ascii to string in vc++? Pin
nehathoma18-Apr-05 17:45
nehathoma18-Apr-05 17:45 

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.