Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. isthisreallyit

    change font for flexgrid

    Please please help. I'm going mad!!!!! It looks simple, but can't get flexgrid to change font using CFontDialog. Can someone please ahow me the correct code for it, thanks
  2. isthisreallyit

    C++ tests specific to unix

    Hi, Can someone please help, what questions can someone ask about c++ that is specific to unix? eg I need to do some background reading, quickly, and would like advice which areas to look at. thanks
  3. isthisreallyit

    why does istream_iterator not work with microsoft c++

    Hi, All the examples I am trying, using, istream_iterator, do not work. I get crappy error messages, like .... error C2440: 'type cast' : cannot convert from 'istream_withassign' to 'std::istream_iterator<_Ty,_Elem,_Traits,_Diff>' with [ _Ty=int...
  4. isthisreallyit

    how do I use cin with std::string??

    Hi, I want to do something like : std::string ss; cin >> ss; but compiler complains. no operator found which takes a right-hand operand of type std::string . please give the correct code, thanks.
  5. isthisreallyit

    using corba with mfc

    Can someone please give me code example of using corba with mfc, in c++, thanks.

Part and Inventory Search

Back
Top