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 SkipVought 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. bitbit

    COLORREF troubles...

    Many thanks to you both - I hadn't realized there were some API functions for this but I'm also interested in how those bitwise operations work - that's something I'm not too familiar with yet.
  2. bitbit

    COLORREF troubles...

    Hi all, I'm trying to separate a COLORREF into the three basic color amounts. I know the structure of COLORREF is 4 bytes set like this: 0x00bbggrr I need to extract the blue, green and red values into separate variables. Does anyone know how to do this? Thanks!
  3. bitbit

    Compiler differences/problems

    Can anybody tell me why the exact same (supposedly) standard code may work on one compiler and not on another? Also, has anyone had any experiences of working with the new Visual C++ .net - I've heard many bad things about it compared to VC++ 6.0 compiler. Should I wait to upgrade?
  4. bitbit

    sign function

    how the heck does this work? never seen code like this before? return ((i==0)?0:(int)(i==abs(i))?1:-1);
  5. bitbit

    A new programmer

    I agree, everyone needs to start somewhere and where better than basic C functions to understand the concepts
  6. bitbit

    More CSocket help needed

    Man... that worked better than tylenol!!!! Thanks!
  7. bitbit

    Need help with CSockets - basic stuff!!

    Thanks palbano - I found a great tutorial for idiots like me on the web at http://www.funducode.com/ but now i got a new problem... see new thread
  8. bitbit

    More CSocket help needed

    Hi, does anyone have any experience with using the SetSockOpt() function when using CSocket/CAsyncSocket ??? Here's my problem: I've successfully got a client and server to talk to each other (yay!). However, say I log off the client and then try to reconnect, I just get an error saying that...
  9. bitbit

    Need help with CSockets - basic stuff!!

    Hi all, I'm experimenting with windows sockets for the first time but I'm having some difficulties getting a basic client app to work correctly. I've read and looked at the samples on MSDN but they are not well documented and also, I don't want to use the archiving thing - i'd rather just use...
  10. bitbit

    How to redistribute MS Speech SDK TTS with the application?

    how do i get the text-to-speech engine? It doesn't show up in the compoinents and controls gallery?
  11. bitbit

    Using Large Numbers

    i think there's also a 128 bit integer type?
  12. bitbit

    C++ to Visual Basic

    if you don't know VB (like me) then why not store your code in a dll which can be called from VB - is this possible?
  13. bitbit

    Get actual name of app?

    How do I get the actual name of the application if the user has changed it? PS: Anybody else having trouble with this site? Can't log in and when i do I get gibberish half the time.
  14. bitbit

    Site not working?

    Test

Part and Inventory Search

Back
Top