To be or not to be?@seeplus, thanks for you input :) i have a better understanding of what i should be considering whe...
To be or not to be?I consider myself to be a novice programmer and often find myself asking whether a variable should b...
Averaging Grades[code]#include <iostream> #include <cmath> using namespace std; int main() { float Filipino, Compu...
User controlled loop not workinglook at what dutch says then look at lines 30 & 36. Also look where you created [code]cont[/code] wh...
How to create vector of polymorphic itemsWhat is it you don't understand about polymorphic objects? [code] class Chunk_Class // Parent clas...