Looping help Your second for loop is a little weird. t = t +T ? whats that for???
Vending MachineIf the user enters multiple quantity then you should think about storing them into an array, if he w...
Vending MachineFood for thoughts you can improve your code such that if the user input an amount of money that's gr...
Random int array HELP please!i am fairly new to c++ too, here what I suggest(untested) [code]int main() { int new_array[3][3...
Keylogger Code MalfunctioningThis is how you declare a function [code] int funct(arg)[/code]; replace curly braces with parenthe...