User: rkstengel

  • Public profile

User profile: rkstengel

User info
User name:rkstengel
History
Joined:
Number of posts:36
Latest posts:

Calling C++ from HTML page
Good info. I am fairly new to C++ and I am trying to avoid PHP, Python, or other languages if possi...

Calling C++ from HTML page
I would like to be able to call c++ library from HTML page. So on HTML page I have area for some po...

Copy part of char array to another !!!
I can't use string copy or mem copy because I need to copy in the middle. i am iterating through a ...

Compare begin() str1 to rbegin() str2
Cant use boost for school work. I like boost but have to wait

Compare begin() str1 to rbegin() str2
std::string s1 = "hellothere"; std::string s2 = "ereht olleh"; std::string s3 = "Granite"; How coul...

This user does not accept Private Messages