User profile: BradV93

User info
User name:BradV93
Name:Brad
Location:Yorkshire
Bio:University student just about to start a degree in Games Software Development.

Come on here for general help as I'm only a beginner!
History
Joined:
Number of posts:8
Latest posts:

Boolean Operators
Ahhh. Now I understand. They're a bit similar to logic gates I did in college. But that's helped a l...

Boolean Operators
[code] C = !( (1 || 0 ) && 0 ) C = ! ( 1 || 0 ) //true OR false == because the 1's there it's true...

Boolean Operators
Hi all, Just a general question, I'm a beginner working through some tutorials and I've been loo...

Input Problem
I think I'll just leave it and carry on the tutorials instead of getting hung up on it. Thanks for...

Input Problem
[quote]No, you were right. He is trying to read an int when he actually wants a string. So basically...