Calling C++ from HTML pageGood info. I am fairly new to C++ and I am trying to avoid PHP, Python, or other languages if possi...
Calling C++ from HTML pageI 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() str2Cant use boost for school work. I like boost but have to wait
Compare begin() str1 to rbegin() str2std::string s1 = "hellothere"; std::string s2 = "ereht olleh"; std::string s3 = "Granite"; How coul...
This user does not accept Private Messages