Click here to Skip to main content
15,915,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Blue - General Purpose C++ Library Pin
Jim Crafton8-Nov-07 6:19
Jim Crafton8-Nov-07 6:19 
QuestionRe: Blue - General Purpose C++ Library Pin
Maximilien8-Nov-07 7:19
Maximilien8-Nov-07 7:19 
AnswerRe: Blue - General Purpose C++ Library Pin
aputic8-Nov-07 11:37
aputic8-Nov-07 11:37 
QuestionHelp on calling cview-draw from Onidle virtual function - qucik explaination please, please forgive me, I am a begginer Pin
simon alec smith8-Nov-07 4:33
simon alec smith8-Nov-07 4:33 
AnswerRe: Help on calling cview-draw from Onidle virtual function - qucik explaination please, please forgive me, I am a begginer Pin
jhwurmbach8-Nov-07 4:40
jhwurmbach8-Nov-07 4:40 
QuestionCArray problem Pin
StefanRMB8-Nov-07 4:01
StefanRMB8-Nov-07 4:01 
AnswerRe: CArray problem Pin
jhwurmbach8-Nov-07 4:14
jhwurmbach8-Nov-07 4:14 
AnswerRe: CArray problem Pin
David Crow8-Nov-07 5:30
David Crow8-Nov-07 5:30 
You seem to have omitted some important code, or this is a VS200x-specific problem.

I compiled this with VS6 just fine:

#include <afxtempl.h>
 
class CTempReader
{
    struct GRAPH_POINTS // Holds the information of Temperature, Time and Date
    {
        int Temperature;
        CString Date;
        CString Time;
    } St_Graph_Points;
 
    struct TEMP_POINTS // Holds all temperatures of one place
    {
        CArray<GRAPH_POINTS, GRAPH_POINTS> TempZone;
    } St_Temp_Points;
 
private:
        CArray<GRAPH_POINTS, GRAPH_POINTS> TempZone; // The different places
};



"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


AnswerRe: CArray problem Pin
StefanRMB8-Nov-07 20:02
StefanRMB8-Nov-07 20:02 
GeneralRe: CArray problem Pin
BadKarma8-Nov-07 20:44
BadKarma8-Nov-07 20:44 
GeneralRe: CArray problem Pin
David Crow9-Nov-07 4:44
David Crow9-Nov-07 4:44 
AnswerRe: CArray problem Pin
Bram van Kampen10-Nov-07 15:37
Bram van Kampen10-Nov-07 15:37 
QuestionHow can i block a packet ? Pin
jomons8-Nov-07 2:52
jomons8-Nov-07 2:52 
AnswerRe: How can i block a packet ? Pin
Mark Salsbery8-Nov-07 5:21
Mark Salsbery8-Nov-07 5:21 
GeneralRe: How can i block a packet ? Pin
jomons9-Nov-07 20:35
jomons9-Nov-07 20:35 
Questionjump over Pin
youbo8-Nov-07 2:50
youbo8-Nov-07 2:50 
QuestionHuh? Pin
jhwurmbach8-Nov-07 3:04
jhwurmbach8-Nov-07 3:04 
AnswerRe: jump over Pin
toxcct8-Nov-07 3:27
toxcct8-Nov-07 3:27 
QuestionSchool Project Deadline Pin
skydivetom8-Nov-07 2:44
skydivetom8-Nov-07 2:44 
AnswerRe: School Project Deadline Pin
Maximilien8-Nov-07 3:36
Maximilien8-Nov-07 3:36 
QuestionRe: School Project Deadline Pin
David Crow8-Nov-07 3:41
David Crow8-Nov-07 3:41 
AnswerRe: School Project Deadline Pin
skydivetom8-Nov-07 5:34
skydivetom8-Nov-07 5:34 
GeneralRe: School Project Deadline Pin
David Crow8-Nov-07 5:37
David Crow8-Nov-07 5:37 
GeneralRe: School Project Deadline Pin
El Corazon8-Nov-07 7:23
El Corazon8-Nov-07 7:23 
AnswerRe: School Project Deadline [modified] Pin
Justin Perez8-Nov-07 4:21
Justin Perez8-Nov-07 4:21 

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.