Struct, Pointer, Linked ListI already tried that. I actually do [code]while (dvdPtr != NULL)[/code] The issue is I can't get ...
Struct, Pointer, Linked ListHi guys, I"m trying to write a program that allow a user to track their DVDs. Use an input file whic...
Want to play again?[code]cout << "\nWould you like to play this game? (select 'Y' or 'N'): "; cin >> decision; cin.igno...
Want to play again?For line 97, what should I put to get out of the loop? Should I put while(decision != 'Y'); Or shou...
Want to play again?Right now, I'm working on tic tac toe programming. I already got the code in and the game work fine,...
This user does not accept Private Messages