Profile
Name:
Charlie
Channel Views:
3,121
Total Upload Views:
30,263
Style:
Educational
Age:
26
Joined:
May 16, 2011
Latest Activity:
1 day ago
Subscribers:
361
Programming tutorials from absolute beginner to seasoned expert! Learn the tips and tricks of the pros as we go.
About Me:
I studied Computer Science and was a tutor in college. I decided to try making a few tutorials. Hopefully people find them informative and helpful.
Feedback is always appreciated, and will help with future tutorials. I'm open to taking requests as well.
If you would like to show your support by donating, you can do so here: https://www.paypal.com/cgi-...
Country:
United States
Occupation:
Software engineer
Recent Activity
|
|
CodeMonkeyCharlie commented on Java Programming: 7 - Loops...
"@MrBratspants @MrBratspants Just the syntax for a for loop. It takes the..."
more
|
|
|
|
CodeMonkeyCharlie commented on Java Programming: 16 - Over...
"@15johnkim super refers to the base class instance. The way inheritance ..."
more
|
|
|
|
CodeMonkeyCharlie commented on Java Programming: 1 - Insta...
"@bnc1998 Did you install Java and choose custom installation options? If..."
more
|
|
|
|
CodeMonkeyCharlie commented on Computer Science 170 - Lect...
"@MrVirtualCoder The bigger question is does randomness even exist? Or is..."
more
|
|
|
|
CodeMonkeyCharlie commented on Java Programming: 16 - Over...
"@SuperDpunisher Definitely not the end, I'll be making more when I find ..."
more
|
|
Subscribers
(363)
Channel Comments




Also, remember that you can always assign numbers in hex format to integer variables by prefixing them with "0x", for example, int color = 0xff0000;
Hopefully that will give you something to go on until I cover something similar in videos. :)