download iostream

Aug 4, 2010 at 4:41am
well,i got anjuta IDE and none ofmy programs are workng,im using ubuntu 8.1,and i think it is because i need to download iostream,yes im a noob....
Aug 4, 2010 at 7:26am
Very interesting... :)

Could you explain your problem with more details?
Aug 14, 2010 at 10:11pm
well,iv made a small code in VC++ using antiRTFM tutorials,and i cant get it working on my linux,which uses anjuta IDE,i want to use this because it has many other languages,but i can get antiRTFM tutorial programs to work,i think i have to download iostream,can you conform that?
Aug 14, 2010 at 11:00pm
Why don't you post code and errors?
Aug 15, 2010 at 2:08am
The reason why it won't work, is probably because you are using VC++. I would not use Visual c++ in Linux (I don't even know how you got it working) ,because it will not make native applications, thereby making it a pain to actually run the application. I would suggest that you use something that was made to run on Linux, like gcc(C compiler) & g++(c++ compiler). They both should be installed by default. You shouldn't have to download iostream.h file. That should be done for you by the compiler. If you don't already have another >>native<< IDE, then get one because you'll need it. (unless you want to use the terminal but that's not for noobs...)
Last edited on Aug 15, 2010 at 2:35am
Aug 16, 2010 at 2:09am
if you read my fist post,im using anjuta IDE on my linux...and thanks :)
Aug 16, 2010 at 2:11am
and im using VC++ on my PC,not linux
Topic archived. No new replies allowed.