Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Call to a constructor while executing (obj < 3) . Kindly explain? Pin
Naveen11-Jun-09 18:18
Naveen11-Jun-09 18:18 
GeneralRe: Call to a constructor while executing (obj < 3) . Kindly explain? Pin
N a v a n e e t h11-Jun-09 18:23
N a v a n e e t h11-Jun-09 18:23 
JokeRe: Call to a constructor while executing (obj < 3) . Kindly explain? Pin
Naveen11-Jun-09 18:26
Naveen11-Jun-09 18:26 
GeneralRe: Call to a constructor while executing (obj < 3) . Kindly explain? Pin
Member 397434711-Jun-09 18:28
Member 397434711-Jun-09 18:28 
AnswerRe: Call to a constructor while executing (obj < 3) . Kindly explain? Pin
N a v a n e e t h11-Jun-09 18:22
N a v a n e e t h11-Jun-09 18:22 
GeneralRe: Call to a constructor while executing (obj < 3) . Kindly explain? Pin
Member 397434711-Jun-09 18:38
Member 397434711-Jun-09 18:38 
Questionneed help on liked error Pin
vigneshvdm11-Jun-09 16:50
vigneshvdm11-Jun-09 16:50 
AnswerRe: need help on liked error Pin
CPallini11-Jun-09 21:36
mveCPallini11-Jun-09 21:36 
vigneshvdm wrote:
in turbo c on executing the program i get linked error and
undefined symbol even for predefined functions like rectangle line

These cannot happen when you execute your program. Can happen, however when you try to compile your sources.

vigneshvdm wrote:
undefined symbol

You probably forget to include graphics.h that is required to compile when using graphic functions and data structures.

vigneshvdm wrote:
i get linked error

You got linker error because you probably forget to link with graphics.lib.


See, for instance [^].
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

QuestionHow to get ip address of current socket Pin
cozyu11-Jun-09 16:10
cozyu11-Jun-09 16:10 
AnswerRe: How to get ip address of current socket Pin
yifanernei11-Jun-09 17:02
yifanernei11-Jun-09 17:02 
Questionc programing project on rejistration Pin
seiyfu yesuf11-Jun-09 12:04
seiyfu yesuf11-Jun-09 12:04 
AnswerRe: c programing project on rejistration Pin
molesworth11-Jun-09 12:13
molesworth11-Jun-09 12:13 
AnswerRe: c programing project on rejistration Pin
Rajesh R Subramanian11-Jun-09 12:55
professionalRajesh R Subramanian11-Jun-09 12:55 
AnswerRe: c programing project on rejistration Pin
chirag_chauhan11-Jun-09 18:00
chirag_chauhan11-Jun-09 18:00 
QuestionReduce the noise in the program Pin
Nikhil_777711-Jun-09 11:27
Nikhil_777711-Jun-09 11:27 
AnswerRe: Reduce the noise in the program Pin
Nikhil_777711-Jun-09 11:28
Nikhil_777711-Jun-09 11:28 
AnswerRe: Reduce the noise in the program Pin
Michael Schubert12-Jun-09 0:00
Michael Schubert12-Jun-09 0:00 
GeneralRe: Reduce the noise in the program Pin
Nikhil_777712-Jun-09 4:31
Nikhil_777712-Jun-09 4:31 
GeneralRe: Reduce the noise in the program Pin
Nikhil_777712-Jun-09 5:00
Nikhil_777712-Jun-09 5:00 
QuestionExecuting an Oracle Query from C++ using OLEDB Pin
JaeBeam11-Jun-09 10:44
JaeBeam11-Jun-09 10:44 
AnswerRe: Executing an Oracle Query from C++ using OLEDB Pin
led mike11-Jun-09 10:57
led mike11-Jun-09 10:57 
AnswerRe: Executing an Oracle Query from C++ using OLEDB Pin
Ozer Karaagac11-Jun-09 13:26
professionalOzer Karaagac11-Jun-09 13:26 
QuestionIs there an easy way to change "... text ..." to _T("... text ...") for whole project? [modified] Pin
transoft11-Jun-09 9:32
transoft11-Jun-09 9:32 
AnswerRe: Is there an easy way to change "... text ..." to _T("... text ...") for whole project? Pin
Randor 11-Jun-09 10:24
professional Randor 11-Jun-09 10:24 
GeneralThank you very much, Pin
transoft11-Jun-09 10:37
transoft11-Jun-09 10:37 

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.