User profile: Bazzy

User info
User name:Bazzy
Name:Mattia
Location:Italy
Website:http://mattbas.org
Statistical data
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Assembly
Javascript
Python
Bash
History
Joined:
Number of posts:6281
Latest posts:

C++ Project
[code] #include <iostream> int main() { int n = 0; std::cin >> n; std::cout << 2*n/4*(n/...

C++ with Google Chrome
I have ever written Chrome extensions but usually browser extensions are written in javascript (sinc...

I has a blag!
I don't want to get too much into the flame but I have to say that [code]system("pause")[/code] won'...

Begginers excercises
You should use a loop instead of all these cin/cout in the last program

Are lexers generally ugly?
You can start your design with a DFA and code each state as a function. Since functions are not stat...