Search:

Type: Posts; User: darnok

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    61,633

    This should work: ...

    This should work:

    C:\AutoChar\\autochar_classes.exe C:\Docume~1\adminstrator\mydocu~1\turn57
  2. Replies
    9
    Views
    1,335

    if (noErrors == true) { *value =...

    if (noErrors == true)
    {
    *value = atoi(array);

    }
    return noErrors
  3. Replies
    3
    Views
    1,151

    Someone correct me if I'm wrong but following...

    Someone correct me if I'm wrong but following your example( paperbox005 ) I believe it would be:

    ifstream blah("blah.txt");
    getline( blah, word );
  4. Thread: Backtracking

    by darnok
    Replies
    6
    Views
    2,722

    I swear I was about to answer to someone's post...

    I swear I was about to answer to someone's post but is gone now :confused: . Anyway to whoever it was, I tested the program before posting the code and it did finish, how? well you probably know by...
  5. Thread: Backtracking

    by darnok
    Replies
    6
    Views
    2,722

    nice

    Finally got it using a counter every succesful insertion and taking one out after inserting another queen, unless the number of insertions is equal to the board size( which means all 8 insertions...
  6. Thread: Backtracking

    by darnok
    Replies
    6
    Views
    2,722

    oopss

    Yeah I forgot to remove the queen. It's still not working but I'm getting closer, let's see if I can figure it out today. Thanks for your help.
  7. Thread: Backtracking

    by darnok
    Replies
    6
    Views
    2,722

    I was checking one of my old books and I see this...

    I was checking one of my old books and I see this problem is solved in the book but I don't trust this books too much, you don't get to see the output just the code and you can tell there's alot...
  8. Thread: Backtracking

    by darnok
    Replies
    6
    Views
    2,722

    Backtracking

    I'm having trouble trying to figure out how to make the Eight Queens Problem where you have to insert eight queens in a 8 x 8 chess board so none of the queens are attacking each other. I'm sure I'll...
  9. Replies
    132
    Views
    731,434

    Sticky: HangMan

    EDIT: hehe, I kinda forgot to add a continue option, but it's there now, although it will terminate if you input anything that's not 'y' or "Y", I don't have much time right now I got alot of things...
  10. Replies
    6
    Views
    8,980

    Thanks

    Did you check Amazon for the books? Check them out and read the reviews. Anyway, I use WizFlow Flowcharter that's the only program I have ever used, it's simple , easy to use and it gets the job...
  11. Replies
    6
    Views
    8,980

    Flowchart question: Classes

    I wanted to try something different this time so I decided to create a flowchart of the program first, but I'm not sure how to represent a class. My teacher never gor that far, only the basics,...
Results 1 to 11 of 11