Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passing boolean as argument Pin
PaulUK0124-Sep-03 0:54
PaulUK0124-Sep-03 0:54 
QuestionCPropertyPage OnOk? Pin
murali_utr23-Sep-03 23:15
murali_utr23-Sep-03 23:15 
AnswerRe: CPropertyPage OnOk? Pin
Roland Bär23-Sep-03 23:34
Roland Bär23-Sep-03 23:34 
GeneralFit into the A4 Paper Pin
sdfdsfa23-Sep-03 22:46
sdfdsfa23-Sep-03 22:46 
Generala challenge Pin
harshsingh23-Sep-03 21:48
harshsingh23-Sep-03 21:48 
GeneralRe: a challenge Pin
Michael P Butler23-Sep-03 21:54
Michael P Butler23-Sep-03 21:54 
GeneralRe: a challenge Pin
harshsingh24-Sep-03 3:22
harshsingh24-Sep-03 3:22 
Generalabout overload : operate new Pin
1.5kg23-Sep-03 21:43
1.5kg23-Sep-03 21:43 
I want to get this code:

// -->
class A
{
public:
A(int a) { m_a = a; }
public:
int m_a;
};

FILE *fp = fopen("C:\\test.txt", "wt");

A* obj = new (fp) A(10);

fclose(fp);

// <--

When this code run over, the C:\test.txt file will be written in 10. Just as A(10).
In other words, the operate new Function can save A(10) before A construct function implement.
I can't solve it!

My project have the same codes, but I have no sourcecode. I want to know how to do?

I need your help~~~~ Thanks a lot~~~
GeneralRe: about overload : operate new Pin
Joaquín M López Muñoz23-Sep-03 23:55
Joaquín M López Muñoz23-Sep-03 23:55 
GeneralRe: about overload : operate new Pin
1.5kg24-Sep-03 16:56
1.5kg24-Sep-03 16:56 
GeneralRe: about overload : operate new Pin
Joaquín M López Muñoz24-Sep-03 20:04
Joaquín M López Muñoz24-Sep-03 20:04 
GeneralDevice input/output range... Pin
Manikandan23-Sep-03 21:13
Manikandan23-Sep-03 21:13 
Questionimplement resizing code on &quot;Kodak Image Edit ActiveX Control&quot;??? Pin
nsaadyah23-Sep-03 21:11
nsaadyah23-Sep-03 21:11 
AnswerRe: implement resizing code on &quot;Kodak Image Edit ActiveX Control&quot;??? Pin
Marissa18223-Sep-03 21:22
Marissa18223-Sep-03 21:22 
GeneralRe: implement resizing code on &quot;Kodak Image Edit ActiveX Control&quot;??? Pin
nsaadyah23-Sep-03 21:55
nsaadyah23-Sep-03 21:55 
GeneralRe: implement resizing code on &quot;Kodak Image Edit ActiveX Control&quot;??? Pin
Marissa18223-Sep-03 22:06
Marissa18223-Sep-03 22:06 
Generaldebug vs release Pin
Marissa18223-Sep-03 20:51
Marissa18223-Sep-03 20:51 
GeneralRe: debug vs release Pin
Abebe23-Sep-03 21:10
Abebe23-Sep-03 21:10 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 21:14
Marissa18223-Sep-03 21:14 
GeneralRe: debug vs release Pin
Abebe23-Sep-03 21:18
Abebe23-Sep-03 21:18 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 21:23
Marissa18223-Sep-03 21:23 
GeneralRe: debug vs release Pin
Michael P Butler23-Sep-03 22:00
Michael P Butler23-Sep-03 22:00 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 22:08
Marissa18223-Sep-03 22:08 
GeneralRe: debug vs release Pin
1.5kg23-Sep-03 22:02
1.5kg23-Sep-03 22:02 
GeneralRemove help button on CPropertySheet Pin
murali_utr23-Sep-03 20:27
murali_utr23-Sep-03 20:27 

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.