User profile: marembo

User info
User name:marembo
Email:marembo2008@yahoo.com
Name:Marembo Ochieng'
Location:Kenya
Bio:Prolific Programmer,
Well advanced in java programming,
Well knowledgeable in c/c++ programmer,
Statistical data
Birthdate:Aug 18, 1986
Gender:Male
Occupation:Engineer
Skills:C
C++
Assembly
Java
LISP
History
Joined:
Number of posts:24
Latest posts:

c++ inheritance
Consider this: [code] class A{} class B : public A{} [/code] if i have this scenario, i am ok...

smart way to trim string
i think erase would be the shorted [code] std::string s("post.cgi"); std::string::size_type len =...

FindFirstFile && FindNextFile
am trying to list files in certain directory. The function works well, for a number of 6 to 7 itera...

templates and header files
do you know of any compiler that would enable separate .cpp files for template definition?

templates and header files
Hey guys, i don't know if i am the one who is doing the wrong thing? i have a class template ...