Changes

Jump to: navigation, search

BTP300 Team NVG

898 bytes added, 10:02, 1 November 2011
Team Not Very Good
2011-10-12:
* Assignment #1 inside "trunk"
 
== Useful Code Snippets ==
* Overall:
# Should have everything within the "namespace cio"
* Compiling:
# to fix the "C4530" compiling error in visual studio, type in "/EHsc" once (without the quotes) after the files you are compiling
* CFrame.cpp:
# Should be passing "(void **)&hidden_" to "release" from "consolebackup.cpp" inside "CFrame::hide"
# If you are seeing trailing characters when you move the frame, check to make sure your "CFrame::setLine" is correct and also how you allocated your "hidden" characters
# in "CFrame::capture()" make sure to cast the return value of "capture" from "consolebackup.cpp" into "(char*)" if your "hidden" variable is type char
* CDialog.cpp:
# Must have a parallel array to fields stored to know which fields are dynamically allocated
== Resources ==
*[http://zenit.senecac.on.ca/wiki/index.php/Hints_for_Using_SVN_to_collaborate_on_school_projects All info needed for SVN]
*[http://zenit.senecac.on.ca/wiki/index.php/BTP300_Student_Resources BTP300 Student Resources]
*[http://zenit.senecac.on.ca/wiki/index.php?title=BTP300_Team_NVG#Useful_Code_Snippets Team NVG's Code Snippets]
1
edit

Navigation menu