User profile: Rambetter

User info
User name:Rambetter
Name:Nerius Landys
Location:San Diego, California
Website:http://daffy.nerius.com/
Statistical data
Birthdate:Jan 16, 1975
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Java
Javascript
History
Joined:
Number of posts:8
Latest posts:

how to make a keyword searchable hash function/table
If you want your searches to be case-insensitive, store the keyword keys in your multimap as all low...

API / function for checking CPU usage by a process
[tt]man 2 getrusage[/tt] This C function will give you a lot of information including the total u...

Recursion
http://www.cplusplus.com/reference/clibrary/cmath/pow/ The example code shows the following at th...

how to make a keyword searchable hash function/table
You're asking about an advanced algorithm. Your question is not really related to C++ per se. Anyh...

C++ forward reference
Wow thank you so much! That works perfect! Should have thought of that myself. For some reason I ...