Search:

Type: Posts; User: xxmetalheadxx

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    876

    sorry about that when i coupied the code it musta...

    sorry about that when i coupied the code it musta deleted some of my equal signs cuz they were all there i swear...i'll fix it in the first post...
  2. Replies
    6
    Views
    876

    binary search

    once again probably trivial, and i can't seem to find this stuff anywhere.
    i've created a binary search


    int Narray::find(int low, int high, int num)
    {
    while (low == high)
    {
    ...
  3. deleting only the first number in an array

    i know this may seem trivial, bt everytime i program i realize how much i really don't know...anyway to the point.
    I have to write a stack program for my data structures class. i have most of the...
  4. Replies
    2
    Views
    845

    wow man thanks a lot. that was the exact problem.

    wow man thanks a lot. that was the exact problem.
  5. Replies
    2
    Views
    845

    problem with classes

    i am new to this forum as i'm sure you can tell. i am having a problem with this class i wrote. i am geting this error:error C2601: 'add' : local function definitions are illegal. for each of the...
Results 1 to 5 of 5