Click here to Skip to main content
15,667,658 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Create file and set size Pin
David Crow15-Oct-08 3:40
David Crow15-Oct-08 3:40 
Questionmoving bitmap using Cbitmap and CDC Pin
Arif Liminto14-Oct-08 18:32
professionalArif Liminto14-Oct-08 18:32 
AnswerRe: moving bitmap using Cbitmap and CDC Pin
CPallini14-Oct-08 22:45
mveCPallini14-Oct-08 22:45 
QuestionMicrosoft Visual C++: 10 Is the New 6 Pin
Jack Puppy14-Oct-08 13:07
Jack Puppy14-Oct-08 13:07 
QuestionHelp with my code Pin
dtaylor0114-Oct-08 11:55
dtaylor0114-Oct-08 11:55 
AnswerRe: Help with my code Pin
jeron114-Oct-08 12:02
jeron114-Oct-08 12:02 
GeneralRe: Help with my code Pin
dtaylor0114-Oct-08 12:08
dtaylor0114-Oct-08 12:08 
GeneralRe: Help with my code Pin
jeron114-Oct-08 13:01
jeron114-Oct-08 13:01 
dtaylor01 wrote:
error C2065: 'hours_worked' : undeclared identifier


Start with the first one, this says you are using a variable 'hours_worked' but haven't declared what type it is. The compiler doesn't know what it is, an int, float..? You have to specify this before you use the variable (or when you use it).
GeneralRe: Help with my code Pin
dtaylor0114-Oct-08 13:57
dtaylor0114-Oct-08 13:57 
GeneralRe: Help with my code Pin
jeron114-Oct-08 16:24
jeron114-Oct-08 16:24 
GeneralRe: Help with my code Pin
David Crow15-Oct-08 3:48
David Crow15-Oct-08 3:48 
GeneralRe: Help with my code Pin
dtaylor0114-Oct-08 12:55
dtaylor0114-Oct-08 12:55 
Questiontrouble using dll Pin
gargeug14-Oct-08 10:55
gargeug14-Oct-08 10:55 
AnswerRe: trouble using dll Pin
PJ Arends14-Oct-08 14:18
professionalPJ Arends14-Oct-08 14:18 
QuestionNew MFC Functionality by BCG Soft (VS2008 Feature Pack). Pin
oleg6314-Oct-08 9:56
professionaloleg6314-Oct-08 9:56 
QuestionCreating an interface like norton antivirus Pin
emmmatty114-Oct-08 8:42
emmmatty114-Oct-08 8:42 
AnswerRe: Creating an interface like norton antivirus Pin
David Crow14-Oct-08 10:07
David Crow14-Oct-08 10:07 
QuestionDragDropHandlers for catch the copy Pin
alpha_one_x8614-Oct-08 7:02
alpha_one_x8614-Oct-08 7:02 
QuestionRe: DragDropHandlers for catch the copy Pin
David Crow14-Oct-08 7:08
David Crow14-Oct-08 7:08 
AnswerRe: DragDropHandlers for catch the copy Pin
alpha_one_x8614-Oct-08 7:33
alpha_one_x8614-Oct-08 7:33 
QuestionHow to get 64 bit parent process arguments Pin
Jack Rong14-Oct-08 5:39
Jack Rong14-Oct-08 5:39 
AnswerRe: How to get 64 bit parent process arguments Pin
Mark Salsbery14-Oct-08 6:06
Mark Salsbery14-Oct-08 6:06 
QuestionBusy Mouse Cursor when using AnimateWindow. Pin
gothic_coder14-Oct-08 5:06
gothic_coder14-Oct-08 5:06 
AnswerRe: Busy Mouse Cursor when using AnimateWindow. Pin
led mike14-Oct-08 5:59
led mike14-Oct-08 5:59 
GeneralRe: Busy Mouse Cursor when using AnimateWindow. Pin
gothic_coder14-Oct-08 20:48
gothic_coder14-Oct-08 20:48 

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.