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

Search:

Type: Posts; User: John E

Search: Search took 0.84 seconds.

  1. Replies
    4
    Views
    1,957

    Re: _environ

    Thanks 2kaud. I should have mentioned that I need to keep the solution portable if possible - so something cross-platform would be preferable.

    [Edit...] this turned out to be due to a logic...
  2. Replies
    4
    Views
    1,957

    [RESOLVED] _environ

    I'm working with some code that uses the environment array _environ. It contains a few sections which look like this:-


    char** the_environ = _environ;

    for (size_t i = 0;...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured