User profile: dexter4life

User info
User name:dexter4life
Email:dexter4life@gmail.com
Name:Dexter
Location:Port Harcourt
Website:http://www.faces2find.com
Bio:I am an electronics engineer, higher level and lower level programmer. That is C++ and Assembly.
Statistical data
Birthdate:Feb 11, 1989
Gender:Male
Occupation:Engineer
Skills:C
C++
C++/MFC
C++/ATL
C++/BCL
Assembly
C++/.NET
History
Joined:
Number of posts:22
Latest posts:

Bucket Sorting Algorithm
I thought using the deallocating statement this [CODE] delete [] bucket [/CODE] covers every of the ...

Console Application Programming
ncurses library style.

Console Application Programming
Please can somebody give me a link to a tutorial or librarys for C or C++. I need to learn how t...

Bucket Sorting Algorithm
why does it leak so much memory?

Got confused with const_cast
[CODE] int j = const_cast<int&>(i);//Ok int j = const_cast<int>(i);//Error [/CODE] I Guess the oper...