CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: theunknowncoder

Search: Search took 0.04 seconds.

  1. Re: what would be the correct syntax and how would i run this?

    no its because i find the beginning stuff too easy then i get to the hard stuff and dont know what i am doing but i am starting to get the hang of it but how would you do a pointer to a return ?
  2. Re: what would be the correct syntax and how would i run this?

    1 i already know what & does it shows u the memory address and 2 maybe maybe not but still i will keep goin till i do lets face it to get this to run i have been working on it for 6 weeks
  3. Re: what would be the correct syntax and how would i run this?

    i am not saying it is not but i am trying to learn from the basics and i cant find out how to do a pointer to a function i am gunna carry on learning for months and stuff but i am covering the basics...
  4. Re: what would be the correct syntax and how would i run this?

    i know how to do one to a variable but i cant find any how to do one to a function anywhere
  5. Re: what would be the correct syntax and how would i run this?

    ok so i read up abit on c++ learnt it for about 5 hours and got use to the syntax i was reading about pointers and can i ask how you do a pointer to a function?
  6. Re: what would be the correct syntax and how would i run this?

    i done it all but i am stuck on the last 2 args now i just dont understand them at all no offence but the documentation just makes things harder
  7. Thread: help

    by theunknowncoder
    Replies
    3
    Views
    1,261

    Re: help

    its ok i fixed it
  8. Thread: help

    by theunknowncoder
    Replies
    3
    Views
    1,261

    help

    i have this


    int main ()
    {
    int z;
    LPCWSTR myStrings [] = {L"Play Modz"};
    z = XShowMessageBoxUI (XUSER_INDEX_ANY,L"Stelth V1",L"Thanks For Chossing Stelth V1. Stelth V1 Is Now Fully...
  9. Replies
    5
    Views
    2,134

    Re: help with strings

    thanks for all your help m8 i finally get this now after about 8 weeks thanks a lot
  10. Re: what would be the correct syntax and how would i run this?

    yes i do m8 i got this so far

    and then i have this

    but the L on the play modz gives me this error
    Error: argument of type "const wchar_t*" is incompatible with parameter of type "LPCWSTR *"
  11. Replies
    5
    Views
    2,134

    Re: help with strings

    ok so i have this
    DWORD XShowMessageBoxUI(DWORD dwUserIndex,LPCWSTR wszTitle,LPCWSTR wszText,DWORD cButtons,LPCWSTR *pwszButtons,DWORD dwFocusButton,DWORD dwFlags,MESSAGEBOX_RESULT...
  12. Replies
    5
    Views
    2,134

    Re: help with strings

    can anybody help i mean i usually just put L"what ever text" but it gives me this error with this Error: argument of type "const wchar_t*" is incompatible with parameter of type "LPCWSTR *"
  13. Replies
    5
    Views
    2,134

    help with strings

    how would i do a string with this cos its a multiple option thingy lol
    typedef CONST WCHAR *LPCWSTR, *PCWSTR;
  14. Re: what would be the correct syntax and how would i run this?

    thats why i came here for help i know some cpp but not all i just wanted somone to give me a little tip as i have been trying to work it out for hours i have not just looked at it and thought i cant...
  15. Re: what would be the correct syntax and how would i run this?

    i mean like how would i do it like this

    or what i really dont know the bit is confusing me is the ( ) instead of the { } i dont understand and want somone to explain
  16. Re: what would be the correct syntax and how would i run this?

    no i just dont understand the syntax that well i want someone to show me what to change in it to my liking and how to do it
  17. Re: what would be the correct syntax and how would i run this?

    this might help you guys out with what i mean
    this is the documentation of what i am doing
    picture 1 top of page
    30419
    picture 2 bottom of the page
    30421
  18. what would be the correct syntax and how would i run this?

    DWORD XShowMessageBoxUI( DWORD dwUserIndex, LPCWSTR wszTitle, LPCWSTR wszText, DWORD cButtons, LPCWSTR *pwszButtons, DWORD dwFocusButton, DWORD dwFlags, MESSAGEBOX_RESULT *pResult, XOVERLAPPED...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured