• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "C++ Winmain commandline arguments?"

Collapse

  • Guest's Avatar
    Guest replied
    Re: Rubbish

    "Thats wrong Spod."

    C++ is a Write Only Language or, you may prefer, Write once run at your own risk.

    Stick with Java. You know it makes sense.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    Renolds

    Horses for courses tulipe for Brains!

    Leave a comment:


  • Guest's Avatar
    Guest replied
    Rubbish

    Thats wrong Spod.

    The constructor :

    INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )

    provides the answer - "lpCmdLine" is the variable.

    you are the arse. now get back to your drag and drop software my friend.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    And another way is...

    // initialize MFC and print and error on failure
    if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0))
    {
    // TODO: change error code to suit your needs
    cerr << _T("Fatal Error: MFC initialization failed&quot << endl;
    nRetCode = 1;
    }
    else
    {
    // your code here

    }
    now kiss my arse you prick!

    As for ripping into me re: Java I wouldn't touch that tulipe with a bargepole!

    Spod - In "Learn a real language" mode!

    Leave a comment:


  • Guest's Avatar
    Guest replied
    command line args answer..

    in the main method:

    INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
    LPSTR lpCmdLine, int nCmdShow )

    LPSTR lpCmdLine represents the whole command line argument in bytes.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    re

    and another thing supremespud, i'm posting on here so search engines will parse it and it will help others learn (ala experts-exchange.com). again ss, thanks for your very helpful answer.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    re

    dimprawn as i said

    "you post something on here about Java and <i'll> rip the pi.ss likewise. "

    i am an expert in Java - which is up to date and better than C#. i want to learn more C++ because of hacking reasons - modern languages are too safe.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    Reynolds,

    Writing C++ Windows apps is back in the dark ages.

    Get yourself into C# and .Net and knock up these things in minutes, not weeks/months.

    Join the 21st century mate.

    Or alternatively outsource the whole dev to India for a fiver.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    @#%$ you

    sorry i ain't got my head up bill gate's up arse you knob.

    and your answer is...? its alright slagging off when you haven't got the answer.

    SS, you post something on here about Java and rip the pi.ss likewise.

    Leave a comment:


  • Guest's Avatar
    Guest replied
    What a TWAT!

    Have you never written a windows C++ program before?

    You've done nothing but post for help, I hope you're not getting paid for this tulipe!

    Try MSDN!

    Leave a comment:


  • Guest's Avatar
    Guest started a topic C++ Winmain commandline arguments?

    C++ Winmain commandline arguments?

    I have an W32 application that runs through Winmain. How do I pass command line arguments straight into the program? I can do it with int main(int arg...) but Winmain won't. Do I need a constructor?

Working...
X