• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

c++

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi is there anybody using gcc(djgpp) compiler for c++.
i installed gcc compiler for c and c++. i run c programs.
but i can't compile c++ programs. any body please help me.
Thank you
jyothsna.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think this is in the wrong forum.
 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can u tell what error you r getting?
wrong forum!!!
 
Rancher
Posts: 1449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might try posting your question to the comp.lang.c++ usenet forum. I'm not sure who will be able to answer your question here or if there is a "better" forum to post to here.
Good luck!
John
 
jyothsna nandhamuri
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi avijeet dash,

my prog name is age.cpp.
i compiled like this" gpp age.cpp -o age.exe"
compilation error is
in file included from age.cpp:1:
c:/djgpp/lang/cxx/iostream.h:31:streambuf.h: no such
file or directory( ENOENT).
thank you.
 
jyothsna nandhamuri
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi avijeet dash,

my prog name is age.cpp.
i compiled like this" gpp age.cpp -o age.exe"
compilation error is
in file included from age.cpp:1:
c:/djgpp/lang/cxx/iostream.h:31:streambuf.h: no such
file or directory( ENOENT).
thank you.
 
Avijeet Dash
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
to me looks like the library is not included properly.
if you r working on windows, set the dll library properly in the includes.
reply
    Bookmark Topic Watch Topic
  • New Topic