User profile: trojansdestroy

User info
User name:trojansdestroy
History
Joined:
Number of posts:115
Latest posts:

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 programming
Lenovo ThinkPads are fantastic for this. I have an OLD one (not that modern $1800 nonsense - I bough...

code compile error
dhruv90 - [code]num[LOTTERY][/code] is the equivalent of [code]num[10][/code]. Not only would that b...

code compile error
Line 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...