Search:

Type: Posts; User: Trooper88

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,153

    I found a way using Ncurses! But if this is not...

    I found a way using Ncurses! But if this is not the best way let me know!
  2. Replies
    2
    Views
    1,153

    Capturing keyboard activity

    Hello,

    I was wondering if someone can point me in the right direction... I'm am running a GTK+ GUI and the system it is designed for has limited accessibility. What i am wanting to do is launch...
  3. Replies
    5
    Views
    1,307

    Oh yeah! I've got about 4 x 500GB hard drives...

    Oh yeah! I've got about 4 x 500GB hard drives laying around, ill probably use them. The more i think about it ill go with the 8GB for $30 more.

    Thanks for your input!
  4. Replies
    5
    Views
    1,307

    Would this be a decent home server?

    Hello,

    I'm trying to find a cheap server because i'm on a very tight budget. I'm a college student but my buddies and I have a lot of side projects.

    We are looking to host maybe 3 websites,...
  5. Replies
    5
    Views
    5,329

    Ok, ive done some planning and id like to know if...

    Ok, ive done some planning and id like to know if you think this would be a good solution.

    What if i ran this program as is but without a print. Once done remove the items that are a solution from...
  6. Replies
    5
    Views
    5,329

    I believe its just columns as wells as rows, here...

    I believe its just columns as wells as rows, here is a sample output of what the code should do when finished. I'll be honest, i'm really confused on this Lab but it seems most of the class is in...
  7. Replies
    5
    Views
    5,329

    Subset Sums and 2D Dynamic Programming

    Since my TA just quit after giving us this Lab i thought it wouldn't do much harm to ask for a little guidance on here.

    The problem is I need to write a 2 dimensional dynamic programming solution...
  8. Replies
    1
    Views
    5,652

    Help with my string heapsort

    I'm fairly new to algorithms, but i am working on heap sorting strings. The output should be
    a
    b
    c
    d
    e

    but instead it is
    a
    e
  9. Thank you so much, like i said I'm very new to...

    Thank you so much, like i said I'm very new to C++ and that feature makes me look forward to learning this language :)... C++ seems to be a lot more sleek

    I'll do better with my indentation, i...
  10. Need help with file input on simple C++ Project

    Hello!

    Im new to C++, but have had quite a bit of C under my belt. I have a question about my code. I am reading in from a file, but i have no idea what to put at a specific line.

    Could anyone...
  11. Replies
    4
    Views
    1,938

    Nevermind!!!!! all it does is store state1,...

    Nevermind!!!!! all it does is store state1, state2 doesnt even get stored
  12. Replies
    4
    Views
    1,938

    I think i found a way to do it but its kind of an...

    I think i found a way to do it but its kind of an arbitrary way, i just did this at the last line of the for loop

    printf("Please enter speakers state for event number %d:", i + 1); ...
  13. Replies
    4
    Views
    1,938

    I know!!! I would normaly just use a string but...

    I know!!! I would normaly just use a string but she says we are to do it this way to get credit. Crazy as heck

    What happens when i run the program is this:


    [jjh2808@omega ~]$ gcc Tester.c...
  14. Replies
    4
    Views
    1,938

    need char help, new to C

    Hello,

    I'm pretty new to the C language and the TA isn't on my campus right now so i thought i would ask on the forums :)

    here is my problem, I have to store a state in 2 separate arrays...
Results 1 to 14 of 14