i meant c++ graphics..
No such thing, at least not in standard C++. What you have is a non-standard library which was created by Borland (and others). If you are still trying to use a ca. 1993 Turbo 3.X technology on a ca. 2006 operating system then you may be out of luck. What Rahul is trying to say is that there are libraries out there that are more current and supported by recent versions of Windows.
jonsca
Quantitative Phrenologist
5,621 posts since Sep 2009
Reputation Points: 1,165
Solved Threads: 581
these programs can b compiled using notepad++..theres no need to chage lappy...
jst that m not getting hw to compile it using notepad++
As others have tried to tell you --Notepad++ is not a compiler. I think you can tell notepad++ how to run a a compiler, but notepad++ doesn't compile anything itself.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
m not getting hw to compile it using notepad++
i know tis not a compiler...
n m asking to tell me how to make notepad++ to compile c++ program
No one can help you if you yourself don't know what you want. Maybe you are just having problems trying to explain it in English language??
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
If you have a compiler already installed, and in your PATH environment variable, then just press F5 and type
gcc prog.c
where gcc is the name of your compiler, and prog.c is the current filename you're editing.
Then press F1 to figure out how to make the command automatically substitute the name of the current filename.
>dude i knw hw to speak/explain in english..
Lastly, drop the SMS chat speak.
http://www.catb.org/~esr/faqs/smart-questions.html#writewell
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
dude i knw hw to speak/explain in english...
n also the prblm m facing...
may b u r not undersatanding
obvsly nt sc y cnt wr a dcnt sntce.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
>>but it's not working
What exactly does that mean? Did you get compile error messages? Yes, then post a few of them
>>int gdriver=DETECT,gmode;
That looks very questionable -- why use the comma operator ?
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
Sorry, but I can not help you because TurboC can not be installed on Windows 7 os (I just tried it).
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343