7,867 reputation
21337
bio website google.it
location Trento, Italy
age 19
visits member for 2 years, 5 months
seen 55 mins ago
stats profile views 943

Besides programming, I like computer gaming, bike riding, girls and beer :). I started programming in the "far" 2004 and I really enjoy learning new things.

In practice, I think that is important for me to learn a bit of everything so that I can make a good opinion about things, then I'll specialize in something if I like or need it.

By the way, check this out, you might find that the book you've been looking for is cheaper than you expected ;)


5h
revised unable to write recursive algorithm c#
added 572 characters in body
May
18
answered Python errors. List in post
May
16
comment Is there any extension or plugin to autoformat code in visual studio 2012?
@Oded: I don't think this is "chatty and open-ended", he's just asking for an extension which formats the code in a certain way. It is indeed not constructive though.
May
15
comment How to generate test data for my application, which is under development?
This question is too vague and will be closed soon. What kind of data do you need? What do you want to test?
May
13
revised Fetching data from a Json format using c#.net?
added 3 characters in body; edited tags
May
13
answered How to clear console window in NASM?
May
10
comment I have a recursion function issue?
No recursion here. Some code is missing
May
10
comment Solving engine for TicTacToe
imgs.xkcd.com/comics/tic_tac_toe.png :P
May
7
answered Decoding Assembly output in C Program
Apr
29
answered A simple subtraction practice
Apr
28
answered How to Perform Bubble Sort using Pointers
Apr
27
revised How to make my program(exe) to stop(and not exit) once an event(generation of a text file) has occured?
added 58 characters in body
Apr
27
comment How to add param to dpkg command
Also, it would be useful if you posted a translation for that error
Apr
26
revised Error showing decimal rather than ASCII in GUI Visual C++
added 1 characters in body
Apr
26
comment count the lines of a file in c
How much faster?
Apr
26
revised unexpected behavior when using cin twice
deleted 64 characters in body
Apr
25
comment Why do we write some part of os in assembly and some part in high level language like c?
I'd also say assembly is used in particular portions of the code for performance
Apr
25
revised when i am installing perl in ubuntu systems the systems replying as permission denied
added 24 characters in body
Apr
25
comment when i am installing perl in ubuntu systems the systems replying as permission denied
It's chmod, in this case you want chmod u+w en.wikipedia.org/wiki/Chmod
Apr
25
comment when i am installing perl in ubuntu systems the systems replying as permission denied
It seems like you don't have the permissions to write /usr/local. Try sudo wget ...