User profile: Golden Lizard

User info
User name:Golden Lizard
Location:Romania
Bio:Working as an android game programmer by day, sleeping by night.

I enjoy graphic programming (mainly OpenGL in C++), especially fractal generation.
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
C++
C++/MFC
Assembly
Java
Javascript
Python
History
Joined:
Number of posts:310
Latest posts:

Single "&" Inside The If-Statement in C++?
That's a bitwise and. Look here for more details about bitwise operations: http://www.cplusplus.com/...

one more noob question not found on google
[quote] Are that kind of graphics actually possible with c++?[/quote] C++ is the go-to language for...

one more noob question not found on google
Yes, you can do pretty much anything in C++.

Why do some users find it degrading when posting in the beginners?
This seems to be a non-issue, he can just ask it in another subforum. A question won't be harder or ...

odd and even mouse clicks
Those nested ifs are eyesore as hell. Here are my 2 cents, don't count odd and even clicks, just hav...