User profile: bufige

User info
User name:bufige
Location:Natal,RN,Brazil;
Website:http://www.ufrn.br/‎
Statistical data
Gender:Male
Occupation:Student
Skills:C
PHP
Python
Pascal
Java
C#
Python
History
Joined:Jul 29, 2013 at 8:28am
Number of posts:54
Latest posts:

instance of a class?
They are different. [code] Test testarray[5]; [/code] The above piece is creating an array of 5 "T...

Arrays in Python
Also, the function "GetLowest" is wrong. it doesn't find the lowest,but just assign the last iterati...

Troubling with sizeof char within structy
This is explained at the links below. http://www.c-faq.com/struct/align.html http://stackoverflow....

Trying to loop within a loop
Can you eleborate better your last sentence? because i didn't understand what you mean. Also, provid...

Trying to loop within a loop
Look at the example code at line 22. If you test the above code it will print what you said. But, as...