User profile: orejano

User info
User name:orejano
Name:Mauro B.
Location:Salta, Argentina
Bio:Freelance software engineer.
Statistical data
Birthdate:May 20, 1975
Gender:Male
Occupation:Engineer
Skills:C
C++
C++/MFC
C++/ATL
C++/BCL
C++/.NET
Java
C#
C#/.NET
ABAP
History
Joined:
Number of posts:8
Latest posts:

Circled windows
Yes, that's what i meant. I will look into it. Thanks!

Circled windows
Hi everyone, I'm trying to create a simple game, a Simon Says clone. In order to do that I want to c...

using cout inside a while loop
[quote]Framework (994) Aug 8, 2011 at 7:29pm You need to remove the semi-colon after the conditio...

using cout inside a while loop
[code] #include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *...

Create custom operators
You can't create new operators that work on normal types (int bool etc), but you can overload the ex...