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

Search:

Type: Posts; User: infinitus

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    7,499

    Re: Wire Routing Problem

    Also, forgot to include this, here is my queue class:

    #ifndef QUEUE_H
    #define QUEUE_H

    #include <iostream>
    using namespace std;

    #define maxSIZE 100
  2. Replies
    1
    Views
    7,499

    Wire Routing Problem

    Hi guys,

    So I've been working on writing an algorithm, and I'm somewhat stuck. Basically what the problem is is I have an m x m 2D array that looks something like this:

    1 1 1 1
    1 S 1 0
    0 0 1...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured