Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 9th, 2007, 5:59 AM   #1
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Stringstream in Bloodshed Dev C++

Hi,

I've just started using Bloodshed's Dev C++ but the compiler cannot find sstream when i type include <sstream> I've included <string> just above it.

Thank you very much,

Matt I
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Dec 9th, 2007, 7:09 AM   #2
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: Stringstream in Bloodshed Dev C++

I have version 4.9.9.2 and it did not have that problem. Use Windows Explorer and see if sstring actually exists in the compiler's include directory, it may have been accidentally deleted.
Ancient Dragon is offline   Reply With Quote
Old Dec 9th, 2007, 8:48 AM   #3
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Stringstream in Bloodshed Dev C++

No, I can't find it anywhere. Does that mean a reinstall or is there anywhere I can get the one file from?

Again, thank you very much,

Matt. I
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Dec 9th, 2007, 10:35 AM   #4
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: Stringstream in Bloodshed Dev C++

You should have found it here: D:\Dev-Cpp\include\c++\3.4.2. If that file is missing there there is no telling what all else is missing too. My suggestion is to uninstalled first and install it again.
Ancient Dragon is offline   Reply With Quote
Old Dec 9th, 2007, 10:47 AM   #5
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Stringstream in Bloodshed Dev C++

lol i don't even have a \c++ folder let alone a 3.4.2 folder. All I have in my include folder is G++, Gl, ObjC and Sys and a few header files

So you reckon I should reinstall...... I take it I need to back up all my projects first?
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Dec 9th, 2007, 11:32 AM   #6
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: Stringstream in Bloodshed Dev C++

>>i don't even have a \c++ folder let alone a 3.4.2 folder
Maybe its just my version of the compiler ??? but I doubt it.

>> I take it I need to back up all my projects first?
Absolutely! Unless of course you like recoding them all if (and when) they get trashed. You should be doing that regularly anyway.
Ancient Dragon is offline   Reply With Quote
Old Dec 9th, 2007, 11:35 AM   #7
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Stringstream in Bloodshed Dev C++

Yes I take your point there. On the subject of backing up your data you may find this rather amusing:

http://www.youtube.com/watch?v=Mal6XbN5cEg

And thanks again for your help!
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Dec 9th, 2007, 12:07 PM   #8
Ancient Dragon
PFO God In Training
 
Ancient Dragon's Avatar
 
Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 550
Rep Power: 4 Ancient Dragon is on a distinguished road
Re: Stringstream in Bloodshed Dev C++

Tnanks for posting that. He's no American Idle but better singer then most (and me).
Ancient Dragon is offline   Reply With Quote
Old Dec 9th, 2007, 12:10 PM   #9
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Stringstream in Bloodshed Dev C++

And definitely me. No problem!
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Dec 9th, 2007, 4:26 PM   #10
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Stringstream in Bloodshed Dev C++

I've resintalled but still do not have that directory! What the heck is wrong with it?!?!?!?!?!?

I am using version 4.
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reset a stringstream object? Mcoy C++ 6 Feb 26th, 2007 5:44 AM
stringstream delimiter quantalfred C++ 8 Dec 26th, 2006 3:21 PM
Bloodshed help snipertomcat C++ 8 Jan 25th, 2006 3:04 PM
stringstream Ancient Dragon C++ 12 Jun 3rd, 2005 4:50 PM
Who's here have used Bloodshed C++ with DirectX 9.0 DSK duomax51 C++ 1 Apr 8th, 2005 2:03 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:51 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC