Thread: Question for C++

  1. #1
    Registered User
    Join Date
    Jun 2009
    Posts
    5

    Question for C++

    Hi all,
    I have a question
    Does somebody here can make of have a script that i can use.
    That with that script i can see wich version of msn my friend have or anybody in my msn list.


    Thnx

    Greetz

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    That would be quite difficult to program in C++. Why do you want to know this?
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    Registered User
    Join Date
    Jun 2009
    Posts
    5
    Just private can you help me ?

  4. #4
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Right, so this is not the job-board. If you want to pay someone (not me, for sure), the post on the job board.

    If you want someone to do this for you "for free", you should probably first of all consider that this is non-trivial, and that it requires network programming skills.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  5. #5
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    The easiest and fastest thing would be to ask your friends what version they are using.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  6. #6
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Quote Originally Posted by cpjust View Post
    The easiest and fastest thing would be to ask your friends what version they are using.
    To expound on that, you could write a script that asks this question for you. Now that's extreme programming.

  7. #7
    Registered User
    Join Date
    Jun 2009
    Posts
    5
    no i dont want to ask that was not my question omg i sad a script for how i can know what version he has. and im not gonna pay for that lol

  8. #8
    Registered User
    Join Date
    Feb 2009
    Posts
    42
    Pay someone to do it or do it yourself. Also, stop making stupid topics. If you need help with something you're coding, post away, but don't expect anyone to actually write you a full program. This is not a "request" forum, but a help forum.

  9. #9
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Sounds more like this could be used in some sort of exploit. I love how people ask questions that sound dodgy, and then either don't tell what the purpose it, or they give a lame purpose.

    Since you want to get all technical with your usage of the word "script," C++ doesn't do scripts. You have C++ code, which is not quite a script. If you want to write a "script," consider a scripting language.

  10. #10
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    The sad thing is, it's already part of the MSNP8/9 protocol. Only it's optional.

    And yes, there are MSN clients out there that can do this. Nothing magical, nothing special. Only I'm not going to mention which clients they are.

  11. #11
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> Sounds more like this could be used in some sort of exploit. I love how people ask questions that sound dodgy, and then either don't tell what the purpose it, or they give a lame purpose

    Considering that his only other thread is concerned with having someone write a game cheat for him, I'd say there's a good chance you're right.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  12. #12
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Quote Originally Posted by Sebastiani View Post
    >> Sounds more like this could be used in some sort of exploit. I love how people ask questions that sound dodgy, and then either don't tell what the purpose it, or they give a lame purpose

    Considering that his only other thread is concerned with having someone write a game cheat for him, I'd say there's a good chance you're right.
    Ah, fancy that. I missed that bit of trivia about him.

    From that topic:

    plz stfu kiddies, this is a scripting forum so i can ask scripts -.-
    plupke, you're an arrogant and selfish individual that has no thought or concern for right or wrong, or for the people that deal with you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM