User profile: gumaze

User info
User name:gumaze
Location:Belo Horizonte
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:5
Latest posts:

Custom Float Power Function
Are you looking for modpow operations? I found this project about big integers in c++. I don't kn...

delete operator with multidimensional array (not 2D vector)
Thanks... I see the light now! I was forgetting that has "new" only inside the class and I was tryin...

delete operator with multidimensional array (not 2D vector)
Thanks ne555. The destructor will be always called at the end of scope? I called explicit the ...

delete operator with multidimensional array (not 2D vector)
I'm having problem when trying to delete the object from main function. My matrix class [code] ...

Database access cost
When speed is crucial for running a program that execute millions of calculations, accessing informa...