Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1045643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:00:59+00:00 2026-05-16T16:00:59+00:00

What is going on? #include <iostream> #include <iterator> #include <sstream> int main() { std::basic_stringbuf<unsigned

  • 0

What is going on?

#include <iostream>
#include <iterator>
#include <sstream>

int main() {
    std::basic_stringbuf<unsigned char> buf;
    std::basic_istream<unsigned char> stream(&buf);
    // the next line throws std::bad_cast on g++ 4.4
    std::istream_iterator<unsigned char, unsigned char> it(stream);
}

I’ve tried stream.write(some_array, sizeof(some_array) before constructing the iterator, to no avail.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:01:00+00:00Added an answer on May 16, 2026 at 4:01 pm

    It throws from sentry object’s constructor where it checks the ctype facet on the stream (it needs it so it can skip whitespace), which happens to be NULL because it’s not defined for unsigned chars.

    Do you need to handle whitespace on that stream? If not, change to

    std::istreambuf_iterator<unsigned char> it(stream);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I explain the following behavior? #include<iostream> using namespace std; int main(){ unsigned
#include<iostream> using namespace std; int main() { char again; do { cout<<you are in
#include<iostream> using namespace std; struct My_Class{ class My_struct{ int am_i_in_class_or_struct; }; }; int main(){
I came across this weird C++ program. #include <iostream> using namespace std; int main()
On Visual Studio 2010 the following program #include <iostream> using std::cout; int main() {
#include <iostream> #include <math.h> using namespace std; int main() { int arraylength; int lastbig
Here is my simple code: #include <iostream> int main() { int foo; std::cin.rdbuf(std::cout.rdbuf()); std::cin>>foo;
#include<iostream> #include<conio.h> using namespace std; int main() { int x = 65; int *ptr
I have the following program test.cc: #include <iostream> unsigned char bogus1[] = { //
Here is the code: #include<iostream> struct element{ char *ch; int j; element* next; };

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.