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

Search:

Type: Posts; User: ctrlaltcasper

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    6,212

    PHP Running netcat with PHP

    I'm trying to execute netcat using PHP. I've been stuck in this for hours, tried many different combination such as passthru, exec, system, and shell_exec. I searched Google but no luck so far. I'm...
  2. Replies
    2
    Views
    4,641

    help with structs and pointers in C++

    Ok this is my situation I have this header file:
    Code:


    struct dir
    {
    char name[3];
    int root_dir;
    int has_children;
    int num_children;
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured