Search:

Type: Posts; User: IXxAlnxXI

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,346

    practical programming

    one of the things i've looked forward to in comp sci is being able to make small tools for my self with what i've learned.

    but the thing is that even after data structures, i know nothing...
  2. Replies
    2
    Views
    1,461

    question regarding linked lists.

    there is a linked list with 3 nodes, the nodes being 1 , 2 , and 3. 3 is the head node. is it possible to keep a pointer at the tail node, 1, and then insert a node to the back of the tail, making...
  3. Replies
    4
    Views
    1,803

    '|'

    '|' <-- is located right under the backspace key on this keyboard
  4. Replies
    1
    Views
    2,022

    print out to a printer, need help

    So i'm done with the homework, except for a piece that will optionally print out to a printer. Now unfortunately, I was late for that lecture. Is the professor literally asking the C++ program to...
  5. Replies
    2
    Views
    1,093

    any suggestions?

    using C++.net, making a windows form project thingy.

    this program i have will be finding a city of the location, location is entered by choosing a direction, a freeway, and the exit.

    my...
  6. Replies
    4
    Views
    1,133

    i'm using C++.net

    i'm using C++.net
  7. Replies
    4
    Views
    1,133

    C++.net windows forums

    i have a panel with 4 check boxes: A, B, C, D.

    if A is checked, i want to loop through the panel and deselect B, C, D.

    is this possible?

    right now i have

    if (A = Checked)
  8. Replies
    7
    Views
    1,363

    the first loop in delet repeats tests the array...

    the first loop in delet repeats tests the array for duplicates. saves the byte and tests against others to see if duplicate exists.
  9. Replies
    7
    Views
    1,363

    the function goes through the array individually...

    the function goes through the array individually and checks if each byte char/int equals the next, if so it deletes it and moves the arrays down 1.

    i.e.

    Enter: AABC

    Output: ABC
  10. Replies
    7
    Views
    1,363

    i tried editing the values in my delete repeat...

    i tried editing the values in my delete repeat function to match at -1 and 0, but i still couldn't get a pleasing output. what is it that i'd be editing ?
  11. Replies
    7
    Views
    1,363

    can't get duplicate delay

    the program runs, but it does not accomplish the duplicate-delete in the array. for example, if the array is 4 and someone enters "bill", it should output "bil". can anyone figure out what's wrong?
    ...
  12. Replies
    2
    Views
    912

    can't get an array to show.

    how would i get it to repeat the array that the user puts in ?

    my current output i get:

    "Please enter the size that you would like of an array from 0-100 :
    3
    Now enter 3 characters :
    1
    2
    3
  13. Replies
    1
    Views
    778

    some help on a disobedient function

    ey all, i was wondering if you can all help me with this program. what it does it counts the number of letters in a file, in this case info.dat, and also counts the number of characters used,...
Results 1 to 13 of 13