Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionabout display of line symbol Pin
yidingyu25-Sep-07 22:26
yidingyu25-Sep-07 22:26 
AnswerRe: about display of line symbol Pin
Russell'25-Sep-07 23:58
Russell'25-Sep-07 23:58 
GeneralRe: about display of line symbol Pin
yidingyu26-Sep-07 1:04
yidingyu26-Sep-07 1:04 
GeneralRe: about display of line symbol Pin
Russell'26-Sep-07 1:18
Russell'26-Sep-07 1:18 
QuestionRe: about display of line symbol Pin
David Crow26-Sep-07 2:53
David Crow26-Sep-07 2:53 
Question"Opens with" and DDE Pin
__DanC__25-Sep-07 22:15
__DanC__25-Sep-07 22:15 
AnswerRe: "Opens with" and DDE Pin
David Crow26-Sep-07 2:54
David Crow26-Sep-07 2:54 
QuestionCalculate using functions? [modified] Pin
MoboTech25-Sep-07 21:22
MoboTech25-Sep-07 21:22 
AnswerRe: Calculate using functions? Pin
toxcct25-Sep-07 21:27
toxcct25-Sep-07 21:27 
JokeRe: Calculate using functions? Pin
Hamid_RT25-Sep-07 21:54
Hamid_RT25-Sep-07 21:54 
AnswerRe: Calculate using functions? Pin
KarstenK25-Sep-07 22:01
mveKarstenK25-Sep-07 22:01 
GeneralRe: Calculate using functions? Pin
MoboTech25-Sep-07 22:19
MoboTech25-Sep-07 22:19 
AnswerRe: Calculate using functions? Pin
Jonathan [Darka]25-Sep-07 22:22
professionalJonathan [Darka]25-Sep-07 22:22 
QuestionRe: Calculate using functions? Pin
David Crow26-Sep-07 3:01
David Crow26-Sep-07 3:01 
QuestionHello i want ask about reading the original bytes in c++ Pin
nah133725-Sep-07 21:16
nah133725-Sep-07 21:16 
AnswerRe: Hello i want ask about reading the original bytes in c++ Pin
Cedric Moonen25-Sep-07 21:41
Cedric Moonen25-Sep-07 21:41 
GeneralRe: Hello i want ask about reading the original bytes in c++ Pin
nah133725-Sep-07 23:18
nah133725-Sep-07 23:18 
AnswerRe: Hello i want ask about reading the original bytes in c++ Pin
El Corazon26-Sep-07 3:05
El Corazon26-Sep-07 3:05 
GeneralRe: Hello i want ask about reading the original bytes in c++ [modified] Pin
nah133726-Sep-07 3:40
nah133726-Sep-07 3:40 
Questionneed help Pin
Ehsan_MF25-Sep-07 21:04
Ehsan_MF25-Sep-07 21:04 
AnswerRe: need help Pin
toxcct25-Sep-07 21:10
toxcct25-Sep-07 21:10 
AnswerRe: need help Pin
Cedric Moonen25-Sep-07 21:14
Cedric Moonen25-Sep-07 21:14 
GeneralRe: need help Pin
Ehsan_MF25-Sep-07 21:27
Ehsan_MF25-Sep-07 21:27 
GeneralRe: need help Pin
Cedric Moonen25-Sep-07 21:33
Cedric Moonen25-Sep-07 21:33 
The second syntax is invalid: the base class (A) needs to be constructed before your child class (B). So the only way to do that is to put it in the constructor initialisation list.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: need help Pin
Ehsan_MF25-Sep-07 21:43
Ehsan_MF25-Sep-07 21:43 

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.