Difference between revisions of "Assignment 1: Q & A"
Line 4: | Line 4: | ||
'''Q:''' Do we use consoleplus.cpp/.h or consolelineedit.cpp/.h for our A1 file compiling? <br> | '''Q:''' Do we use consoleplus.cpp/.h or consolelineedit.cpp/.h for our A1 file compiling? <br> | ||
− | '''A:'''Your consolelineedit.cpp uses the consoleplus.h header file. There is no file named consoleplus.cpp or consolelineedit.h. Submitted by Team42.<br> | + | '''A:''' Your consolelineedit.cpp uses the consoleplus.h header file. There is no file named consoleplus.cpp or consolelineedit.h. Submitted by Team42.<br> |
'''Submitted by:''' Daniel Vescio & Alexandre Kostikov <br><br> | '''Submitted by:''' Daniel Vescio & Alexandre Kostikov <br><br> |
Revision as of 12:29, 17 September 2012
Q: What is the difference between terminating and aborting editing?
A: Terminating editing allows for the edited text to be saved, aborting it reverts the string to the original version.
Submitted by: Wes Hamilton & Joe Higginson
Q: Do we use consoleplus.cpp/.h or consolelineedit.cpp/.h for our A1 file compiling?
A: Your consolelineedit.cpp uses the consoleplus.h header file. There is no file named consoleplus.cpp or consolelineedit.h. Submitted by Team42.
Submitted by: Daniel Vescio & Alexandre Kostikov