User profile: jkevin

User info
User name:jkevin
History
Joined:
Number of posts:37
Latest posts:

Looping help
Your second for loop is a little weird. t = t +T ? whats that for???

Vending Machine
If the user enters multiple quantity then you should think about storing them into an array, if he w...

Vending Machine
Food 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 Malfunctioning
This is how you declare a function [code] int funct(arg)[/code]; replace curly braces with parenthe...