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

Search:

Type: Posts; User: ctrlaltcasper

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    492

    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. 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



HTML5 Development Center

Click Here to Expand Forum to Full Width