Need a new C++ Book.I agree with dhruv. If it's just the loops section you don't understand, try reading up online, and ...
Interested in laptop for programmingLenovo ThinkPads are fantastic for this. I have an OLD one (not that modern $1800 nonsense - I bough...
code compile errordhruv90 - [code]num[LOTTERY][/code] is the equivalent of [code]num[10][/code]. Not only would that b...
code compile errorLine 3: [code]int lotteryList[i][/code] This does not specify a size for the array. Change "i" to 10...
Overloading operator should take exactly one/two arguments!As far as an IDE, I recommend at least TRYING Visual Studio (or Visual Express or another one of its...